Pull request #3592 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96+4428e4d1b6445bf1b64e4b4ca5eff36de518c634 (b114ee3581ccb0a054133bc56fe22433f7096cb8) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh868284109930053297.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-ssh1221483282034746158.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5578057831531727908.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9181894212224252642.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8682617456999485916.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3592/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7624018354548807293.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 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-957 in /w/workspace/edgexfoundry_edgex-go_PR-3592 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh2207628262261949740.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 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 into PR head commit 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 Merge succeeded, producing 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 Checking out Revision 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 (PR-3592) > 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/1@tmp/jenkins-gitclient-ssh5876591038973595047.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3592/head:refs/remotes/origin/PR-3592 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # 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/1@tmp/jenkins-gitclient-ssh8239922355325022704.key > git merge 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-23T19:07:41.274Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-23T19:07:41.530Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-23T19:07:41.652Z] ========================================================= [2021-06-23T19:07:41.652Z] EdgeX Global Pipelines Version Info [2021-06-23T19:07:41.652Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:07:43.264Z] ------------------- [2021-06-23T19:07:43.264Z] stable info: [2021-06-23T19:07:43.264Z] ------------------- [2021-06-23T19:07:43.264Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-23T19:07:43.264Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-23T19:07:43.264Z] Message: update stable to v1.0.195 [2021-06-23T19:07:43.839Z] ------------------- [2021-06-23T19:07:43.839Z] experimental info: [2021-06-23T19:07:43.839Z] ------------------- [2021-06-23T19:07:43.839Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-23T19:07:43.839Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-23T19:07:43.839Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-23T19:07:44.101Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-23T19:07:44.163Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-23T19:07:44.231Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-23T19:07:44.290Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-23T19:07:44.355Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-23T19:07:44.421Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-23T19:07:44.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-23T19:07:44.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-23T19:07:44.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-23T19:07:44.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-23T19:07:44.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-23T19:07:44.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-23T19:07:44.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-23T19:07:44.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-23T19:07:45.022Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-23T19:07:45.084Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-23T19:07:45.144Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-23T19:07:45.206Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-23T19:07:45.284Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-23T19:07:45.347Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-23T19:07:45.418Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-06-23T19:07:45.480Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-23T19:07:45.545Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3592 [Pipeline] echo [2021-06-23T19:07:45.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3592 [Pipeline] echo [2021-06-23T19:07:45.672Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3592 [Pipeline] echo [2021-06-23T19:07:45.746Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [Pipeline] echo [2021-06-23T19:07:45.850Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2bc954c [Pipeline] echo [2021-06-23T19:07:45.917Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-23T19:07:46.096Z] provisioning config files... [2021-06-23T19:07:46.117Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1720173416448119315tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:07:46.546Z] ---> docker-login.sh [2021-06-23T19:07:46.546Z] nexus3.edgexfoundry.org:10001 [2021-06-23T19:07:46.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:07:46.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:07:46.821Z] Configure a credential helper to remove this warning. See [2021-06-23T19:07:46.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:07:46.821Z] [2021-06-23T19:07:46.821Z] Login Succeeded [2021-06-23T19:07:46.821Z] nexus3.edgexfoundry.org:10002 [2021-06-23T19:07:46.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:07:46.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:07:46.821Z] Configure a credential helper to remove this warning. See [2021-06-23T19:07:46.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:07:46.821Z] [2021-06-23T19:07:46.821Z] Login Succeeded [2021-06-23T19:07:46.821Z] nexus3.edgexfoundry.org:10003 [2021-06-23T19:07:47.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:07:47.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:07:47.096Z] Configure a credential helper to remove this warning. See [2021-06-23T19:07:47.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:07:47.096Z] [2021-06-23T19:07:47.096Z] Login Succeeded [2021-06-23T19:07:47.096Z] nexus3.edgexfoundry.org:10004 [2021-06-23T19:07:47.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:07:47.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:07:47.096Z] Configure a credential helper to remove this warning. See [2021-06-23T19:07:47.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:07:47.096Z] [2021-06-23T19:07:47.096Z] Login Succeeded [2021-06-23T19:07:47.096Z] docker.io [2021-06-23T19:07:47.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:07:47.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:07:47.626Z] Configure a credential helper to remove this warning. See [2021-06-23T19:07:47.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:07:47.626Z] [2021-06-23T19:07:47.626Z] Login Succeeded [2021-06-23T19:07:47.626Z] ---> docker-login.sh ends [Pipeline] } [2021-06-23T19:07:47.651Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-23T19:07:48.093Z] ++ 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-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/core-command/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/core-data/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-23T19:07:48.093Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-23T19:07:48.093Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-23T19:07:48.093Z] ++ cut -d/ -f2 [2021-06-23T19:07:48.093Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-23T19:07:48.163Z] 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-23T19:07:49.495Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-23T19:07:49.495Z] [2021-06-23T19:07:49.495Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:07:49.857Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-23T19:07:49.858Z] latest: Pulling from edgex-devops/git-semver [2021-06-23T19:07:49.858Z] 31603596830f: Pulling fs layer [2021-06-23T19:07:49.858Z] 54011a49482f: Pulling fs layer [2021-06-23T19:07:49.858Z] a6820b24f6d8: Pulling fs layer [2021-06-23T19:07:49.858Z] f581987b2513: Pulling fs layer [2021-06-23T19:07:49.858Z] f581987b2513: Waiting [2021-06-23T19:07:49.858Z] 54011a49482f: Verifying Checksum [2021-06-23T19:07:49.858Z] 54011a49482f: Download complete [2021-06-23T19:07:50.121Z] 31603596830f: Verifying Checksum [2021-06-23T19:07:50.121Z] 31603596830f: Download complete [2021-06-23T19:07:50.121Z] f581987b2513: Verifying Checksum [2021-06-23T19:07:50.121Z] f581987b2513: Download complete [2021-06-23T19:07:50.121Z] a6820b24f6d8: Verifying Checksum [2021-06-23T19:07:50.121Z] a6820b24f6d8: Download complete [2021-06-23T19:07:50.383Z] 31603596830f: Pull complete [2021-06-23T19:07:50.383Z] 54011a49482f: Pull complete [2021-06-23T19:07:50.964Z] a6820b24f6d8: Pull complete [2021-06-23T19:07:51.230Z] f581987b2513: Pull complete [2021-06-23T19:07:51.230Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-23T19:07:51.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-23T19:07:51.230Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-23T19:07:51.339Z] prd-centos7-docker-4c-2g-957 does not seem to be running inside a container [2021-06-23T19:07:51.386Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-23T19:07:52.737Z] $ docker top 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-23T19:07:52.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-23T19:07:52.967Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-23T19:07:53.084Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-23T19:07:53.083Z] $ docker exec 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent [2021-06-23T19:07:53.198Z] SSH_AUTH_SOCK=/tmp/ssh-xQttFzE491Pa/agent.14 [2021-06-23T19:07:53.198Z] SSH_AGENT_PID=20 [2021-06-23T19:07:53.212Z] Running ssh-add (command line suppressed) [2021-06-23T19:07:53.308Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8315958893871281410.key (/w/workspace/edgex-go/1@tmp/private_key_8315958893871281410.key) [2021-06-23T19:07:53.328Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-23T19:07:53.686Z] + git tag --points-at HEAD [Pipeline] } [2021-06-23T19:07:53.708Z] $ docker exec --env ******** --env ******** 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent -k [2021-06-23T19:07:53.809Z] unset SSH_AUTH_SOCK; [2021-06-23T19:07:53.809Z] unset SSH_AGENT_PID; [2021-06-23T19:07:53.809Z] echo Agent pid 20 killed; [2021-06-23T19:07:53.824Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-23T19:07:53.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-23T19:07:53.919Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-23T19:07:54.032Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-23T19:07:54.031Z] $ docker exec 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent [2021-06-23T19:07:54.150Z] SSH_AUTH_SOCK=/tmp/ssh-Tw5vKhKpfMrN/agent.55 [2021-06-23T19:07:54.150Z] SSH_AGENT_PID=61 [2021-06-23T19:07:54.156Z] Running ssh-add (command line suppressed) [2021-06-23T19:07:54.244Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6063778790015439880.key (/w/workspace/edgex-go/1@tmp/private_key_6063778790015439880.key) [2021-06-23T19:07:54.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-23T19:07:54.619Z] + git semver init [2021-06-23T19:07:54.619Z] # -> Open(): unable to determine branch for HEAD [2021-06-23T19:07:54.619Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-06-23T19:07:54.619Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-06-23T19:07:54.619Z] # $SEMVER_REMOTE_NAME = origin [2021-06-23T19:07:54.619Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-23T19:07:54.619Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-23T19:07:54.620Z] # $SEMVER_BRANCH = PR-3592 [2021-06-23T19:07:54.620Z] # $SEMVER_TEMP = /tmp/semver-810993266 [2021-06-23T19:07:54.620Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-23T19:08:06.917Z] # '/tmp/semver-810993266' -> '/w/workspace/edgex-go/1/.semver' [2021-06-23T19:08:07.187Z] # -> Force: false [2021-06-23T19:08:07.187Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-06-23T19:08:07.220Z] $ docker exec --env ******** --env ******** 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 ssh-agent -k [2021-06-23T19:08:07.335Z] unset SSH_AUTH_SOCK; [2021-06-23T19:08:07.335Z] unset SSH_AGENT_PID; [2021-06-23T19:08:07.335Z] echo Agent pid 61 killed; [2021-06-23T19:08:07.356Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-23T19:08:07.805Z] + git semver [Pipeline] } [2021-06-23T19:08:07.831Z] $ docker stop --time=1 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 [2021-06-23T19:08:09.969Z] $ docker rm -f 825a010a19d9c88572da278a5bdeadec5eabb295f165b9f1f7d44927ab3687d6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-23T19:08:10.437Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-23T19:08:10.776Z] Stashed 1 file(s) [Pipeline] echo [2021-06-23T19:08:10.798Z] [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-23T19:08:11.890Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-23T19:08:12.217Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-23T19:08:12.541Z] + true [2021-06-23T19:08:12.541Z] + sudo service docker restart [2021-06-23T19:08:12.541Z] Redirecting to /bin/systemctl restart docker.service [2021-06-23T19:08:26.245Z] Still waiting to schedule task [2021-06-23T19:08:26.245Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-954’ [Pipeline] echo [2021-06-23T19:08:30.736Z] ========================================================= [2021-06-23T19:08:30.736Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-23T19:08:30.737Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:08:31.104Z] + 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-23T19:08:32.504Z] Sending build context to Docker daemon 329.5MB [2021-06-23T19:08:32.504Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-23T19:08:32.504Z] Step 2/6 : FROM ${BASE} [2021-06-23T19:08:32.504Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-23T19:08:32.504Z] 540db60ca938: Pulling fs layer [2021-06-23T19:08:32.504Z] adcc1eea9eea: Pulling fs layer [2021-06-23T19:08:32.504Z] 4c4ab2625f07: Pulling fs layer [2021-06-23T19:08:32.505Z] 0510c868ecb4: Pulling fs layer [2021-06-23T19:08:32.505Z] afea3b2eda06: Pulling fs layer [2021-06-23T19:08:32.505Z] 7809a108b3ef: Pulling fs layer [2021-06-23T19:08:32.505Z] f706445af74f: Pulling fs layer [2021-06-23T19:08:32.505Z] 0510c868ecb4: Waiting [2021-06-23T19:08:32.505Z] afea3b2eda06: Waiting [2021-06-23T19:08:32.505Z] 7809a108b3ef: Waiting [2021-06-23T19:08:32.505Z] f706445af74f: Waiting [2021-06-23T19:08:32.505Z] 4c4ab2625f07: Download complete [2021-06-23T19:08:32.505Z] adcc1eea9eea: Verifying Checksum [2021-06-23T19:08:32.505Z] adcc1eea9eea: Download complete [2021-06-23T19:08:32.505Z] afea3b2eda06: Verifying Checksum [2021-06-23T19:08:32.505Z] afea3b2eda06: Download complete [2021-06-23T19:08:32.505Z] 7809a108b3ef: Verifying Checksum [2021-06-23T19:08:32.505Z] 7809a108b3ef: Download complete [2021-06-23T19:08:32.505Z] 540db60ca938: Verifying Checksum [2021-06-23T19:08:32.505Z] 540db60ca938: Download complete [2021-06-23T19:08:32.766Z] 540db60ca938: Pull complete [2021-06-23T19:08:32.766Z] adcc1eea9eea: Pull complete [2021-06-23T19:08:33.028Z] 4c4ab2625f07: Pull complete [2021-06-23T19:08:34.960Z] f706445af74f: Verifying Checksum [2021-06-23T19:08:34.960Z] f706445af74f: Download complete [2021-06-23T19:08:34.960Z] 0510c868ecb4: Verifying Checksum [2021-06-23T19:08:34.960Z] 0510c868ecb4: Download complete [2021-06-23T19:08:38.330Z] 0510c868ecb4: Pull complete [2021-06-23T19:08:38.330Z] afea3b2eda06: Pull complete [2021-06-23T19:08:38.330Z] 7809a108b3ef: Pull complete [2021-06-23T19:08:40.955Z] f706445af74f: Pull complete [2021-06-23T19:08:40.955Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-23T19:08:40.955Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-23T19:08:40.955Z] ---> b068be0155e3 [2021-06-23T19:08:40.955Z] 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-23T19:08:41.905Z] ---> Running in d56d54c13fa7 [2021-06-23T19:08:42.170Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:08:45.480Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:08:49.694Z] (1/12) Installing libmagic (5.39-r0) [2021-06-23T19:08:51.093Z] (2/12) Installing file (5.39-r0) [2021-06-23T19:08:51.093Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-23T19:08:51.093Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-23T19:09:09.231Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-23T19:09:09.231Z] (6/12) Installing patch (2.7.6-r7) [2021-06-23T19:09:09.231Z] (7/12) Installing build-base (0.5-r2) [2021-06-23T19:09:09.231Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-23T19:09:09.231Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-23T19:09:09.231Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-23T19:09:09.231Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-23T19:09:09.231Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-23T19:09:09.231Z] Executing busybox-1.32.1-r6.trigger [2021-06-23T19:09:09.231Z] OK: 219 MiB in 52 packages [2021-06-23T19:09:10.630Z] Removing intermediate container d56d54c13fa7 [2021-06-23T19:09:10.630Z] ---> acafb8b0d573 [2021-06-23T19:09:10.630Z] Step 4/6 : WORKDIR /edgex-go [2021-06-23T19:09:10.630Z] ---> Running in f0e172cc6f04 [2021-06-23T19:09:10.630Z] Removing intermediate container f0e172cc6f04 [2021-06-23T19:09:10.630Z] ---> 08e9657acfb0 [2021-06-23T19:09:10.630Z] Step 5/6 : COPY go.mod . [2021-06-23T19:09:10.630Z] ---> 4f59cb055811 [2021-06-23T19:09:10.630Z] Step 6/6 : RUN go mod download [2021-06-23T19:09:10.631Z] ---> Running in f9c6dc2b0970 [2021-06-23T19:09:22.897Z] Removing intermediate container f9c6dc2b0970 [2021-06-23T19:09:22.897Z] ---> ce61ec4c4ffa [2021-06-23T19:09:22.897Z] Successfully built ce61ec4c4ffa [2021-06-23T19:09:22.897Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:09:23.233Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-23T19:09:23.233Z] . [Pipeline] withDockerContainer [2021-06-23T19:09:23.341Z] prd-centos7-docker-4c-2g-957 does not seem to be running inside a container [2021-06-23T19:09:23.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-23T19:09:23.751Z] $ docker top b9edccb3bb5d1de13f143722a02682c783ab8e96ee725c863dfa9aeeb2b9380c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-23T19:09:24.188Z] + go version [2021-06-23T19:09:24.189Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-23T19:09:24.214Z] $ docker stop --time=1 b9edccb3bb5d1de13f143722a02682c783ab8e96ee725c863dfa9aeeb2b9380c [2021-06-23T19:09:25.414Z] $ docker rm -f b9edccb3bb5d1de13f143722a02682c783ab8e96ee725c863dfa9aeeb2b9380c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:09:26.290Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-23T19:09:26.290Z] . [Pipeline] withDockerContainer [2021-06-23T19:09:26.385Z] prd-centos7-docker-4c-2g-957 does not seem to be running inside a container [2021-06-23T19:09:26.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-23T19:09:26.821Z] $ docker top 003d534a68b6bda4cbdd561de46102604573def88b5c38ad40446f0a1c9131e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-23T19:09:26.968Z] ========================================================= [2021-06-23T19:09:26.968Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-23T19:09:26.968Z] ========================================================= [Pipeline] sh [2021-06-23T19:09:27.292Z] + go mod tidy [Pipeline] sh [2021-06-23T19:09:27.888Z] + make test [2021-06-23T19:09:27.889Z] go mod tidy [2021-06-23T19:09:27.889Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-23T19:09:33.222Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-23T19:09:51.436Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-23T19:09:54.003Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-23T19:09:54.953Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-23T19:09:54.953Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-23T19:09:57.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-23T19:09:57.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-23T19:09:57.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-23T19:09:57.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-23T19:09:58.408Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-23T19:09:58.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-23T19:09:58.943Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-23T19:09:58.943Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-23T19:09:58.943Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-23T19:09:58.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-23T19:10:02.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.079s coverage: 28.7% of statements [2021-06-23T19:10:02.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-23T19:10:02.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-23T19:10:02.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.063s coverage: 100.0% of statements [2021-06-23T19:10:02.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-23T19:10:03.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.061s coverage: 53.1% of statements [2021-06-23T19:10:03.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-23T19:10:03.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-23T19:10:04.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.117s coverage: 87.7% of statements [2021-06-23T19:10:04.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-23T19:10:04.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:10:04.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.042s coverage: 78.9% of statements [2021-06-23T19:10:05.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.047s coverage: 81.2% of statements [2021-06-23T19:10:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-23T19:10:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-23T19:10:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-23T19:10:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-23T19:10:05.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-23T19:10:05.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.232s coverage: 95.1% of statements [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-23T19:10:05.787Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 60.0% of statements [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-23T19:10:05.787Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-23T19:10:07.199Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.042s coverage: 0.8% of statements [2021-06-23T19:10:07.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-23T19:10:07.199Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-06-23T19:10:07.199Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 22.0% of statements [2021-06-23T19:10:07.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-23T19:10:07.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements [2021-06-23T19:10:08.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.051s coverage: 79.5% of statements [2021-06-23T19:10:08.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.046s coverage: 94.1% of statements [2021-06-23T19:10:08.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-06-23T19:10:08.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-06-23T19:10:20.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2021-06-23T19:10:20.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-06-23T19:10:25.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.191s coverage: 81.8% of statements [2021-06-23T19:10:25.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.024s coverage: 65.1% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 85.4% of statements [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.2% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.125s coverage: 64.4% of statements [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-23T19:10:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-06-23T19:10:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-06-23T19:10:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-06-23T19:10:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-06-23T19:10:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-06-23T19:10:43.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.198s coverage: 66.9% of statements [2021-06-23T19:10:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-23T19:10:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-23T19:10:43.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-23T19:10:44.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 43.6% of statements [2021-06-23T19:10:44.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-23T19:10:44.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-23T19:10:44.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.072s coverage: 89.5% of statements [2021-06-23T19:10:44.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-23T19:10:44.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2021-06-23T19:10:44.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.060s coverage: 19.3% of statements [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.117s coverage: 91.9% of statements [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.6% of statements [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-23T19:10:51.224Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-06-23T19:10:51.224Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements [2021-06-23T19:10:51.492Z] GO111MODULE=on go vet ./... [2021-06-23T19:11:18.178Z] gofmt -l . [2021-06-23T19:11:18.178Z] [ "`gofmt -l .`" = "" ] [2021-06-23T19:11:18.178Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-23T19:11:18.514Z] + ls -al . [2021-06-23T19:11:18.514Z] total 516 [2021-06-23T19:11:18.514Z] drwxrwxr-x 10 1001 1001 4096 Jun 23 19:11 . [2021-06-23T19:11:18.514Z] drwxr-xr-x 4 root root 28 Jun 23 19:09 .. [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 11 Jun 23 19:07 .dockerignore [2021-06-23T19:11:18.514Z] drwxrwxr-x 8 1001 1001 179 Jun 23 19:07 .git [2021-06-23T19:11:18.514Z] drwxrwxr-x 3 1001 1001 125 Jun 23 19:07 .github [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 818 Jun 23 19:07 .gitignore [2021-06-23T19:11:18.514Z] drwx------ 3 1001 1001 60 Jun 23 19:08 .semver [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 166 Jun 23 19:07 .sonarcloud.properties [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 8609 Jun 23 19:07 Attribution.txt [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 3804 Jun 23 19:07 CONTRIBUTING.md [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 931 Jun 23 19:07 Dockerfile.build [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 849 Jun 23 19:07 Jenkinsfile [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 10775 Jun 23 19:07 LICENSE [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 5605 Jun 23 19:07 Makefile [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 7905 Jun 23 19:07 README.md [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 7071 Jun 23 19:07 SECURITY.md [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 5 Jun 23 19:08 VERSION [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 4131 Jun 23 19:07 ZMQWindows.md [2021-06-23T19:11:18.514Z] drwxrwxr-x 2 1001 1001 37 Jun 23 19:07 bin [2021-06-23T19:11:18.514Z] drwxrwxr-x 14 1001 1001 4096 Jun 23 19:07 cmd [2021-06-23T19:11:18.514Z] -rw-r--r-- 1 root root 398095 Jun 23 19:10 coverage.out [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 841 Jun 23 19:07 go.mod [2021-06-23T19:11:18.514Z] -rw-r--r-- 1 root root 20962 Jun 23 19:09 go.sum [2021-06-23T19:11:18.514Z] drwxrwxr-x 7 1001 1001 114 Jun 23 19:07 internal [2021-06-23T19:11:18.514Z] drwxrwxr-x 3 1001 1001 16 Jun 23 19:07 openapi [2021-06-23T19:11:18.514Z] drwxrwxr-x 4 1001 1001 71 Jun 23 19:07 snap [2021-06-23T19:11:18.514Z] -rw-rw-r-- 1 1001 1001 168 Jun 23 19:07 version.go [Pipeline] sh [2021-06-23T19:11:18.835Z] + '[' -e coverage.out ] [2021-06-23T19:11:18.835Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-23T19:11:18.959Z] Stashed 1 file(s) [Pipeline] sh [2021-06-23T19:11:19.279Z] + make build [2021-06-23T19:11:19.279Z] go mod tidy [2021-06-23T19:11:19.279Z] 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-23T19:11:20.674Z] 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-23T19:11:27.335Z] 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-23T19:11:27.597Z] 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-23T19:11:28.557Z] 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-23T19:11:28.824Z] 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-23T19:11:29.783Z] 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-23T19:11:30.367Z] 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-23T19:11:31.317Z] 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-23T19:11:32.266Z] 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-23T19:11:32.845Z] 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-23T19:11:33.793Z] 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-23T19:11:35.235Z] $ docker stop --time=1 003d534a68b6bda4cbdd561de46102604573def88b5c38ad40446f0a1c9131e8 [2021-06-23T19:11:37.175Z] $ docker rm -f 003d534a68b6bda4cbdd561de46102604573def88b5c38ad40446f0a1c9131e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:11:39.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-23T19:11:39.555Z] [2021-06-23T19:11:39.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:11:39.954Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-23T19:11:39.954Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-23T19:11:39.954Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-23T19:11:39.954Z] ca9280d653b3: Pulling fs layer [2021-06-23T19:11:39.954Z] 7e9c9ca2126c: Pulling fs layer [2021-06-23T19:11:40.218Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-23T19:11:40.218Z] cbdbe7a5bc2a: Download complete [2021-06-23T19:11:40.481Z] cbdbe7a5bc2a: Pull complete [2021-06-23T19:11:40.758Z] ca9280d653b3: Verifying Checksum [2021-06-23T19:11:40.758Z] ca9280d653b3: Download complete [2021-06-23T19:11:41.340Z] ca9280d653b3: Pull complete [2021-06-23T19:11:41.604Z] 7e9c9ca2126c: Verifying Checksum [2021-06-23T19:11:41.604Z] 7e9c9ca2126c: Download complete [2021-06-23T19:11:45.202Z] 7e9c9ca2126c: Pull complete [2021-06-23T19:11:45.202Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-23T19:11:45.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-23T19:11:45.202Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-23T19:11:45.475Z] prd-centos7-docker-4c-2g-957 does not seem to be running inside a container [2021-06-23T19:11:45.516Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-23T19:11:48.780Z] $ docker top 7c9e853588e6893a44db3e617552d3964b707bee6d22cc0ec1cc36a887e4bc82 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-23T19:11:49.231Z] + docker-compose build --help [2021-06-23T19:11:49.232Z] + grep parallel [2021-06-23T19:11:49.806Z] --parallel Build images in parallel. [Pipeline] } [2021-06-23T19:11:49.846Z] $ docker stop --time=1 7c9e853588e6893a44db3e617552d3964b707bee6d22cc0ec1cc36a887e4bc82 [2021-06-23T19:11:51.135Z] $ docker rm -f 7c9e853588e6893a44db3e617552d3964b707bee6d22cc0ec1cc36a887e4bc82 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:11:51.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-23T19:11:51.761Z] . [Pipeline] withDockerContainer [2021-06-23T19:11:51.868Z] prd-centos7-docker-4c-2g-957 does not seem to be running inside a container [2021-06-23T19:11:51.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-23T19:11:52.297Z] $ docker top b1e5755852bcfa7510e4b615453bf8fd954b180287bf18d06532ae6722835bf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-23T19:11:52.744Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-23T19:11:53.317Z] Building core-command ... [2021-06-23T19:11:53.317Z] Building core-data ... [2021-06-23T19:11:53.317Z] Building core-metadata ... [2021-06-23T19:11:53.317Z] Building security-bootstrapper ... [2021-06-23T19:11:53.317Z] Building security-proxy-setup ... [2021-06-23T19:11:53.317Z] Building security-secretstore-setup ... [2021-06-23T19:11:53.317Z] Building support-notifications ... [2021-06-23T19:11:53.317Z] Building support-scheduler ... [2021-06-23T19:11:53.317Z] Building sys-mgmt-agent ... [2021-06-23T19:11:53.317Z] Building security-bootstrapper [2021-06-23T19:11:53.317Z] Building core-data [2021-06-23T19:11:53.317Z] Building core-metadata [2021-06-23T19:11:53.317Z] Building security-secretstore-setup [2021-06-23T19:11:53.318Z] Building support-notifications [2021-06-23T19:12:05.749Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:12:05.749Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:12:05.749Z] ---> ce61ec4c4ffa [2021-06-23T19:12:05.749Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:12:05.749Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:12:05.749Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:12:05.749Z] ---> ce61ec4c4ffa [2021-06-23T19:12:05.749Z] Step 3/32 : WORKDIR /edgex-go [2021-06-23T19:12:05.749Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:12:05.749Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:12:05.749Z] ---> ce61ec4c4ffa [2021-06-23T19:12:05.749Z] Step 3/26 : WORKDIR /edgex-go [2021-06-23T19:12:09.966Z] ---> Running in a89c529e0b0b [2021-06-23T19:12:09.966Z] ---> Running in 9f0c5ebb54e0 [2021-06-23T19:12:09.966Z] ---> Running in b69bb85ec06a [2021-06-23T19:12:10.918Z] Removing intermediate container b69bb85ec06a [2021-06-23T19:12:10.918Z] ---> 2397dfa6b313 [2021-06-23T19:12:10.918Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:12:11.181Z] Removing intermediate container a89c529e0b0b [2021-06-23T19:12:11.181Z] ---> 4ef6484a0ba7 [2021-06-23T19:12:11.181Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:12:11.182Z] Removing intermediate container 9f0c5ebb54e0 [2021-06-23T19:12:11.182Z] ---> d2da2b10503c [2021-06-23T19:12:11.182Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:12:11.443Z] ---> Running in 29142397383d [2021-06-23T19:12:11.705Z] ---> Running in b62c5bf63e1c [2021-06-23T19:12:11.705Z] ---> Running in a369ade1bc29 [2021-06-23T19:12:13.639Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:12:13.639Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:12:13.639Z] ---> ce61ec4c4ffa [2021-06-23T19:12:13.639Z] Step 3/23 : WORKDIR /edgex-go [2021-06-23T19:12:13.639Z] ---> Using cache [2021-06-23T19:12:13.639Z] ---> 4ef6484a0ba7 [2021-06-23T19:12:13.639Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:12:13.639Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:12:13.639Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:12:13.639Z] ---> ce61ec4c4ffa [2021-06-23T19:12:13.639Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:12:13.639Z] ---> Using cache [2021-06-23T19:12:13.639Z] ---> 4ef6484a0ba7 [2021-06-23T19:12:13.639Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:12:14.212Z] ---> Running in de0209b297b3 [2021-06-23T19:12:14.212Z] ---> Running in 284a2620e99e [2021-06-23T19:12:14.212Z] Removing intermediate container 29142397383d [2021-06-23T19:12:14.212Z] ---> 091e4e8d7cde [2021-06-23T19:12:14.212Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-23T19:12:14.212Z] ---> Running in e806ac6754e0 [2021-06-23T19:12:14.485Z] Removing intermediate container a369ade1bc29 [2021-06-23T19:12:14.485Z] ---> 8a56e9f4803a [2021-06-23T19:12:14.485Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-23T19:12:14.485Z] Removing intermediate container b62c5bf63e1c [2021-06-23T19:12:14.485Z] ---> 997592531de8 [2021-06-23T19:12:14.485Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-23T19:12:14.485Z] ---> Running in 6b8fc0747765 [2021-06-23T19:12:14.485Z] ---> Running in 71b08e2de88b [2021-06-23T19:12:15.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:15.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:15.070Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:15.360Z] Removing intermediate container de0209b297b3 [2021-06-23T19:12:15.360Z] ---> bb47e0c890ab [2021-06-23T19:12:15.360Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-23T19:12:15.360Z] ---> Running in 38ed4af486ef [2021-06-23T19:12:15.360Z] Removing intermediate container 284a2620e99e [2021-06-23T19:12:15.360Z] ---> 091c8a47ec50 [2021-06-23T19:12:15.360Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-23T19:12:15.360Z] ---> Running in c5c816a41787 [2021-06-23T19:12:15.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:15.624Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:15.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:15.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:16.144Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:16.144Z] OK: 219 MiB in 52 packages [2021-06-23T19:12:16.416Z] Removing intermediate container e806ac6754e0 [2021-06-23T19:12:16.416Z] ---> 5be147998563 [2021-06-23T19:12:16.416Z] Step 6/26 : COPY go.mod . [2021-06-23T19:12:16.684Z] ---> bc154a27c798 [2021-06-23T19:12:16.684Z] Step 7/26 : RUN go mod download [2021-06-23T19:12:16.684Z] OK: 219 MiB in 52 packages [2021-06-23T19:12:16.684Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:16.684Z] ---> Running in a488c5f93d67 [2021-06-23T19:12:16.684Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:12:16.954Z] OK: 219 MiB in 52 packages [2021-06-23T19:12:16.954Z] Removing intermediate container 6b8fc0747765 [2021-06-23T19:12:16.954Z] ---> 0bd71651fc7c [2021-06-23T19:12:16.954Z] Step 6/24 : COPY go.mod . [2021-06-23T19:12:17.226Z] ---> b074f714c787 [2021-06-23T19:12:17.227Z] Step 7/24 : RUN go mod download [2021-06-23T19:12:17.227Z] Removing intermediate container 71b08e2de88b [2021-06-23T19:12:17.227Z] ---> a6e3fef75734 [2021-06-23T19:12:17.227Z] Step 6/32 : COPY go.mod . [2021-06-23T19:12:17.227Z] ---> Running in a926bde866ac [2021-06-23T19:12:17.497Z] OK: 219 MiB in 52 packages [2021-06-23T19:12:17.497Z] ---> cc276b9022c7 [2021-06-23T19:12:17.497Z] Step 7/32 : RUN go mod download [2021-06-23T19:12:17.497Z] OK: 219 MiB in 52 packages [2021-06-23T19:12:17.497Z] Removing intermediate container a488c5f93d67 [2021-06-23T19:12:17.497Z] ---> 50f427d0d6ec [2021-06-23T19:12:17.497Z] Step 8/26 : COPY . . [2021-06-23T19:12:17.497Z] ---> Running in d1c5fb9f029a [2021-06-23T19:12:18.101Z] Removing intermediate container 38ed4af486ef [2021-06-23T19:12:18.101Z] ---> 77a1411638b2 [2021-06-23T19:12:18.101Z] Step 6/24 : COPY go.mod . [2021-06-23T19:12:19.508Z] Removing intermediate container c5c816a41787 [2021-06-23T19:12:19.508Z] ---> 1629203db1e9 [2021-06-23T19:12:19.508Z] Step 6/23 : COPY go.mod . [2021-06-23T19:12:19.508Z] ---> 51fe1fd944a4 [2021-06-23T19:12:19.508Z] Step 7/24 : RUN go mod download [2021-06-23T19:12:19.508Z] Removing intermediate container a926bde866ac [2021-06-23T19:12:19.508Z] ---> db82b75741ad [2021-06-23T19:12:19.508Z] Step 8/24 : COPY . . [2021-06-23T19:12:19.508Z] ---> Running in e85ce103c6eb [2021-06-23T19:12:19.508Z] ---> a778dbd10ca6 [2021-06-23T19:12:19.508Z] Step 7/23 : RUN go mod download [2021-06-23T19:12:19.771Z] ---> Running in ac8a6b3c4b74 [2021-06-23T19:12:20.351Z] Removing intermediate container d1c5fb9f029a [2021-06-23T19:12:20.351Z] ---> 2cdd3015a70c [2021-06-23T19:12:20.351Z] Step 8/32 : COPY . . [2021-06-23T19:12:23.687Z] ---> adfefccaab1a [2021-06-23T19:12:23.687Z] Step 9/26 : RUN go mod tidy [2021-06-23T19:12:23.850Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-958 in /w/workspace/edgexfoundry_edgex-go_PR-3592 [Pipeline] { [Pipeline] ws [2021-06-23T19:12:23.907Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-06-23T19:12:24.215Z] The recommended git tool is: git [2021-06-23T19:12:25.628Z] Removing intermediate container e85ce103c6eb [2021-06-23T19:12:25.628Z] ---> 6404296b5a94 [2021-06-23T19:12:25.628Z] Step 8/24 : COPY . . [2021-06-23T19:12:25.628Z] Removing intermediate container ac8a6b3c4b74 [2021-06-23T19:12:25.628Z] ---> 33021ce10334 [2021-06-23T19:12:25.628Z] Step 8/23 : COPY . . [2021-06-23T19:12:25.897Z] ---> Running in 2529d4a76d03 [2021-06-23T19:12:25.898Z] ---> 7a42f37df182 [2021-06-23T19:12:25.898Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:12:27.817Z] ---> Running in de271a49128d [2021-06-23T19:12:29.207Z] ---> 77356b3189cc [2021-06-23T19:12:29.207Z] Step 9/32 : RUN go mod tidy [2021-06-23T19:12:30.412Z] using credential edgex-jenkins-ssh [2021-06-23T19:12:30.438Z] Cloning the remote Git repository [2021-06-23T19:12:31.144Z] ---> Running in 0a31768bee26 [2021-06-23T19:12:31.144Z] Removing intermediate container 2529d4a76d03 [2021-06-23T19:12:31.144Z] ---> 1999f2cad0fb [2021-06-23T19:12:31.144Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-23T19:12:31.144Z] ---> 261b6d846efd [2021-06-23T19:12:31.144Z] Step 9/23 : RUN go mod tidy [2021-06-23T19:12:31.406Z] ---> Running in b8bd90976e72 [2021-06-23T19:12:31.406Z] ---> Running in 2825dceb44fb [2021-06-23T19:12:30.507Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-23T19:12:30.654Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-06-23T19:12:30.752Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-23T19:12:30.753Z] > git --version # timeout=10 [2021-06-23T19:12:30.775Z] > git --version # 'git version 2.17.1' [2021-06-23T19:12:30.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-23T19:12:30.949Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-23T19:12:32.354Z] 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-23T19:12:32.926Z] Removing intermediate container de271a49128d [2021-06-23T19:12:32.926Z] ---> e68779df10a7 [2021-06-23T19:12:32.926Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-23T19:12:32.926Z] ---> Running in 22d545035cc0 [2021-06-23T19:12:33.189Z] Removing intermediate container 0a31768bee26 [2021-06-23T19:12:33.189Z] ---> b2c0c439822e [2021-06-23T19:12:33.189Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-23T19:12:33.189Z] Removing intermediate container 2825dceb44fb [2021-06-23T19:12:33.189Z] ---> 712bf13121a8 [2021-06-23T19:12:33.189Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-23T19:12:33.456Z] ---> Running in fc5f2a74f7b1 [2021-06-23T19:12:33.456Z] ---> Running in e7691beb547e [2021-06-23T19:12:33.722Z] 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-23T19:12:34.671Z] 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-23T19:12:34.672Z] 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-23T19:12:40.028Z] ---> 3c9ac866fdd5 [2021-06-23T19:12:40.028Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:12:40.028Z] ---> Running in a6e21462ee28 [2021-06-23T19:12:41.952Z] Removing intermediate container a6e21462ee28 [2021-06-23T19:12:41.952Z] ---> 50338e598ca3 [2021-06-23T19:12:41.953Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-23T19:12:41.953Z] ---> Running in 798c5f0ddad8 [2021-06-23T19:12:42.536Z] 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-23T19:12:51.747Z] Merging remotes/origin/master commit 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 into PR head commit 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:12:52.126Z] Merge succeeded, producing 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:12:52.127Z] Checking out Revision 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 (PR-3592) [2021-06-23T19:12:50.804Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-23T19:12:50.836Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-23T19:12:50.868Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-23T19:12:50.911Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-23T19:12:50.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-23T19:12:50.931Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3592/head:refs/remotes/origin/PR-3592 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-23T19:12:51.767Z] > git config core.sparsecheckout # timeout=10 [2021-06-23T19:12:51.784Z] > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 [2021-06-23T19:12:52.020Z] > git remote # timeout=10 [2021-06-23T19:12:52.045Z] > git config --get remote.origin.url # timeout=10 [2021-06-23T19:12:52.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-23T19:12:52.075Z] > git merge 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 # timeout=10 [2021-06-23T19:12:52.103Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-23T19:12:52.130Z] > git config core.sparsecheckout # timeout=10 [2021-06-23T19:12:52.140Z] > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 [2021-06-23T19:12:56.745Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-06-23T19:12:56.810Z] > git --version # timeout=10 [2021-06-23T19:12:56.827Z] > git --version # 'git version 2.17.1' [2021-06-23T19:12:56.842Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-23T19:12:58.579Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-23T19:12:59.260Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-23T19:12:59.658Z] + sudo service docker restart [2021-06-23T19:12:59.658Z] + true [2021-06-23T19:13:01.075Z] 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-23T19:13:05.318Z] Removing intermediate container b8bd90976e72 [2021-06-23T19:13:05.318Z] ---> ae7eeeb04348 [2021-06-23T19:13:05.318Z] [2021-06-23T19:13:05.318Z] Step 11/26 : FROM alpine:3.12 [2021-06-23T19:13:05.318Z] 3.12: Pulling from library/alpine [2021-06-23T19:13:06.277Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-23T19:13:06.277Z] Status: Downloaded newer image for alpine:3.12 [2021-06-23T19:13:06.277Z] ---> 13621d1b12d4 [2021-06-23T19:13:06.277Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-23T19:13:06.277Z] ---> Running in d1fcc51ef0da [2021-06-23T19:13:06.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:06.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:06.817Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-23T19:13:06.817Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-23T19:13:06.817Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-23T19:13:06.817Z] (4/6) Installing curl (7.77.0-r0) [2021-06-23T19:13:06.817Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-23T19:13:06.817Z] (6/6) Installing su-exec (0.2-r1) [2021-06-23T19:13:06.817Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:13:07.085Z] Executing ca-certificates-20191127-r4.trigger [2021-06-23T19:13:07.085Z] OK: 7 MiB in 20 packages [2021-06-23T19:13:07.694Z] Removing intermediate container d1fcc51ef0da [2021-06-23T19:13:07.694Z] ---> ec553e6217e7 [2021-06-23T19:13:07.694Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-23T19:13:07.694Z] ---> Running in 0352892a139c [2021-06-23T19:13:07.694Z] Removing intermediate container 0352892a139c [2021-06-23T19:13:07.694Z] ---> b5603d7a1c21 [2021-06-23T19:13:07.694Z] Step 14/26 : WORKDIR / [2021-06-23T19:13:07.963Z] ---> Running in be3fd2508a35 [2021-06-23T19:13:07.964Z] Removing intermediate container be3fd2508a35 [2021-06-23T19:13:07.964Z] ---> e521369ae951 [2021-06-23T19:13:07.964Z] 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-23T19:13:08.235Z] ---> 8e81ea3254a9 [2021-06-23T19:13:08.235Z] 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-23T19:13:08.503Z] ---> 42a0becff058 [2021-06-23T19:13:08.503Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-23T19:13:08.774Z] ---> db8bb6b5e9aa [2021-06-23T19:13:08.774Z] 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-23T19:13:09.052Z] ---> 8bf9f97644ca [2021-06-23T19:13:09.052Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-23T19:13:09.673Z] ---> 12aba33f10c2 [2021-06-23T19:13:09.673Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-23T19:13:11.087Z] ---> 080a0d281f32 [2021-06-23T19:13:11.087Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-23T19:13:11.352Z] ---> c7b92d6cc6f5 [2021-06-23T19:13:11.352Z] 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-23T19:13:11.352Z] ---> Running in 216153b7a303 [2021-06-23T19:13:12.325Z] Removing intermediate container 216153b7a303 [2021-06-23T19:13:12.325Z] ---> f63869dcb920 [2021-06-23T19:13:12.325Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-23T19:13:12.325Z] ---> Running in 9364ed8fc630 [2021-06-23T19:13:12.590Z] Removing intermediate container 9364ed8fc630 [2021-06-23T19:13:12.590Z] ---> 6e580be93a45 [2021-06-23T19:13:12.590Z] Step 24/26 : LABEL arch=x86_64 [2021-06-23T19:13:12.858Z] ---> Running in 76526cc35fde [2021-06-23T19:13:13.438Z] Removing intermediate container 76526cc35fde [2021-06-23T19:13:13.438Z] ---> 6bd83723d975 [2021-06-23T19:13:13.438Z] Step 25/26 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:13:13.438Z] ---> Running in 961317bdaef9 [2021-06-23T19:13:13.709Z] Removing intermediate container 961317bdaef9 [2021-06-23T19:13:13.709Z] ---> c7c88df9b03f [2021-06-23T19:13:13.709Z] Step 26/26 : LABEL version=0.0.0 [2021-06-23T19:13:13.979Z] ---> Running in b68da8b5b260 [2021-06-23T19:13:14.255Z] Removing intermediate container b68da8b5b260 [2021-06-23T19:13:14.255Z] ---> 11db6c45b0f1 [2021-06-23T19:13:14.255Z] [2021-06-23T19:13:14.522Z] Successfully built 11db6c45b0f1 [2021-06-23T19:13:14.522Z] Successfully tagged security-secretstore-setup:latest [2021-06-23T19:13:14.522Z] Building support-scheduler [2021-06-23T19:13:14.522Z]  Building security-secretstore-setup ... done Removing intermediate container fc5f2a74f7b1 [2021-06-23T19:13:14.522Z] ---> 588ce1b7ea6c [2021-06-23T19:13:14.522Z] [2021-06-23T19:13:14.522Z] Step 11/32 : FROM alpine:3.12 [2021-06-23T19:13:14.522Z] ---> 13621d1b12d4 [2021-06-23T19:13:14.522Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-23T19:13:14.522Z] ---> Running in 0b6caa62b820 [2021-06-23T19:13:14.787Z] Removing intermediate container 0b6caa62b820 [2021-06-23T19:13:14.787Z] ---> 71a12f8aca32 [2021-06-23T19:13:14.787Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-23T19:13:15.051Z] ---> Running in e7c15c8c2586 [2021-06-23T19:13:16.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:16.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:16.030Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-23T19:13:16.030Z] (2/2) Installing su-exec (0.2-r1) [2021-06-23T19:13:16.030Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:13:16.030Z] OK: 6 MiB in 16 packages [2021-06-23T19:13:16.605Z] Removing intermediate container e7691beb547e [2021-06-23T19:13:16.605Z] ---> 8c190844c7c7 [2021-06-23T19:13:16.605Z] [2021-06-23T19:13:16.605Z] Step 11/23 : FROM alpine:3.12 [2021-06-23T19:13:16.605Z] ---> 13621d1b12d4 [2021-06-23T19:13:16.605Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-23T19:13:16.887Z] ---> Running in 2ae2bd4fe94e [2021-06-23T19:13:17.157Z] Removing intermediate container e7c15c8c2586 [2021-06-23T19:13:17.158Z] ---> 3650ab50f314 [2021-06-23T19:13:17.158Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-23T19:13:17.158Z] ---> Running in a3a46fe9cb9a [2021-06-23T19:13:17.436Z] Removing intermediate container a3a46fe9cb9a [2021-06-23T19:13:17.436Z] ---> 82a3affecf2d [2021-06-23T19:13:17.436Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-23T19:13:17.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:17.436Z] ---> Running in 3bc457d94c9a [2021-06-23T19:13:17.711Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:17.711Z] Removing intermediate container 3bc457d94c9a [2021-06-23T19:13:17.711Z] ---> 7e1e0a40bd15 [2021-06-23T19:13:17.711Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-23T19:13:17.711Z] ---> Running in 7ff0c35854e9 [2021-06-23T19:13:17.988Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-23T19:13:17.988Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-23T19:13:17.988Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:13:17.988Z] Executing ca-certificates-20191127-r4.trigger [2021-06-23T19:13:17.988Z] OK: 6 MiB in 16 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-23T19:13:18.124Z] provisioning config files... [2021-06-23T19:13:18.154Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3612074462119395933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:13:18.593Z] ---> docker-login.sh [2021-06-23T19:13:18.593Z] nexus3.edgexfoundry.org:10001 [2021-06-23T19:13:19.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:13:19.417Z] Removing intermediate container 2ae2bd4fe94e [2021-06-23T19:13:19.417Z] ---> 0e2f0d5b5c4d [2021-06-23T19:13:19.417Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:13:19.417Z] Removing intermediate container 7ff0c35854e9 [2021-06-23T19:13:19.417Z] ---> bc54cbb548c7 [2021-06-23T19:13:19.417Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-23T19:13:19.417Z] ---> Running in 95154d85824d [2021-06-23T19:13:19.417Z] ---> Running in 06f17e844868 [2021-06-23T19:13:19.693Z] Removing intermediate container 95154d85824d [2021-06-23T19:13:19.693Z] ---> ff903f6e4b95 [2021-06-23T19:13:19.693Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-23T19:13:19.693Z] ---> Running in fc6768075a7a [2021-06-23T19:13:19.693Z] Removing intermediate container 06f17e844868 [2021-06-23T19:13:19.693Z] ---> 8657fe9de7dc [2021-06-23T19:13:19.693Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-23T19:13:19.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:13:19.804Z] Configure a credential helper to remove this warning. See [2021-06-23T19:13:19.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:13:19.804Z] [2021-06-23T19:13:19.804Z] Login Succeeded [2021-06-23T19:13:19.804Z] nexus3.edgexfoundry.org:10002 [2021-06-23T19:13:20.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:13:20.275Z] Removing intermediate container fc6768075a7a [2021-06-23T19:13:20.275Z] ---> d60826b2ed9a [2021-06-23T19:13:20.275Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-23T19:13:20.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:13:20.356Z] Configure a credential helper to remove this warning. See [2021-06-23T19:13:20.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:13:20.356Z] [2021-06-23T19:13:20.356Z] Login Succeeded [2021-06-23T19:13:20.356Z] nexus3.edgexfoundry.org:10003 [2021-06-23T19:13:20.538Z] ---> Running in cccba30a3d4a [2021-06-23T19:13:20.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:13:20.804Z] ---> fe8f0cc5b28d [2021-06-23T19:13:20.804Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-23T19:13:20.804Z] ---> Running in 82154b301827 [2021-06-23T19:13:20.804Z] Removing intermediate container cccba30a3d4a [2021-06-23T19:13:20.804Z] ---> adaf7a2e90b7 [2021-06-23T19:13:20.804Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:13:20.804Z] Removing intermediate container 798c5f0ddad8 [2021-06-23T19:13:20.804Z] ---> e2fd0a57ef8a [2021-06-23T19:13:20.804Z] [2021-06-23T19:13:20.805Z] Step 11/24 : FROM alpine:3.12 [2021-06-23T19:13:20.805Z] ---> 13621d1b12d4 [2021-06-23T19:13:20.805Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-23T19:13:20.805Z] Removing intermediate container 22d545035cc0 [2021-06-23T19:13:20.805Z] ---> cf3c8d528767 [2021-06-23T19:13:20.805Z] [2021-06-23T19:13:20.805Z] Step 11/24 : FROM alpine:3.12 [2021-06-23T19:13:20.805Z] ---> 13621d1b12d4 [2021-06-23T19:13:20.805Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-23T19:13:20.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:13:20.925Z] Configure a credential helper to remove this warning. See [2021-06-23T19:13:20.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:13:20.925Z] [2021-06-23T19:13:20.925Z] Login Succeeded [2021-06-23T19:13:20.925Z] nexus3.edgexfoundry.org:10004 [2021-06-23T19:13:21.066Z] ---> Running in f3b8dfb66699 [2021-06-23T19:13:21.066Z] ---> Running in 975b66849f6c [2021-06-23T19:13:21.066Z] ---> c7460818884b [2021-06-23T19:13:21.066Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-23T19:13:21.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:13:21.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:13:21.200Z] Configure a credential helper to remove this warning. See [2021-06-23T19:13:21.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:13:21.200Z] [2021-06-23T19:13:21.200Z] Login Succeeded [2021-06-23T19:13:21.200Z] docker.io [2021-06-23T19:13:21.333Z] Removing intermediate container f3b8dfb66699 [2021-06-23T19:13:21.333Z] ---> cf1794c9244e [2021-06-23T19:13:21.333Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-23T19:13:21.333Z] ---> Running in 50606ee2f97e [2021-06-23T19:13:21.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:21.604Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:21.604Z] Removing intermediate container 50606ee2f97e [2021-06-23T19:13:21.604Z] ---> 2059e575869c [2021-06-23T19:13:21.604Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-23T19:13:21.604Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-23T19:13:21.604Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:13:21.604Z] OK: 6 MiB in 15 packages [2021-06-23T19:13:21.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-23T19:13:21.875Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:13:21.875Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:13:21.875Z] ---> ce61ec4c4ffa [2021-06-23T19:13:21.875Z] Step 3/23 : WORKDIR /edgex-go [2021-06-23T19:13:21.875Z] ---> Using cache [2021-06-23T19:13:21.875Z] ---> 4ef6484a0ba7 [2021-06-23T19:13:21.875Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:13:21.875Z] ---> Using cache [2021-06-23T19:13:21.875Z] ---> 091c8a47ec50 [2021-06-23T19:13:21.875Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-23T19:13:21.875Z] ---> Running in 7b48fa329365 [2021-06-23T19:13:21.875Z] ---> Running in 5bd3643e207b [2021-06-23T19:13:21.875Z] ---> 1ef193a641ac [2021-06-23T19:13:21.875Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-23T19:13:21.875Z] Removing intermediate container 7b48fa329365 [2021-06-23T19:13:21.875Z] ---> 579739b5d505 [2021-06-23T19:13:21.875Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:13:21.875Z] Removing intermediate container 82154b301827 [2021-06-23T19:13:21.875Z] ---> 820aea81bf4f [2021-06-23T19:13:21.875Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:13:21.875Z] ---> Running in 4338c59514a5 [2021-06-23T19:13:22.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-23T19:13:22.068Z] Configure a credential helper to remove this warning. See [2021-06-23T19:13:22.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-23T19:13:22.068Z] [2021-06-23T19:13:22.068Z] Login Succeeded [2021-06-23T19:13:22.069Z] ---> docker-login.sh ends [Pipeline] } [2021-06-23T19:13:22.099Z] Deleting 1 temporary files [2021-06-23T19:13:22.148Z] Removing intermediate container 975b66849f6c [2021-06-23T19:13:22.148Z] ---> 1072088b37b0 [2021-06-23T19:13:22.148Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:13:22.148Z] ---> Running in 99219f4960a8 [2021-06-23T19:13:22.148Z] ---> efefc539e0f9 [2021-06-23T19:13:22.148Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-23T19:13:22.148Z] ---> Running in 52bea2076ab0 [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-06-23T19:13:22.412Z] ---> 717322b48404 [2021-06-23T19:13:22.412Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-23T19:13:22.412Z] Removing intermediate container 99219f4960a8 [2021-06-23T19:13:22.412Z] ---> 975616a27de1 [2021-06-23T19:13:22.412Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-23T19:13:22.412Z] ---> Running in 67ee54a2e3f5 [2021-06-23T19:13:22.412Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:22.412Z] Removing intermediate container 52bea2076ab0 [2021-06-23T19:13:22.412Z] ---> 76e135c668a4 [2021-06-23T19:13:22.412Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:13:22.679Z] Removing intermediate container 67ee54a2e3f5 [2021-06-23T19:13:22.679Z] ---> af01d833c772 [2021-06-23T19:13:22.679Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-23T19:13:22.679Z] ---> Running in 1564c0500b91 [2021-06-23T19:13:22.679Z] ---> Running in c9e31e2a49f0 [2021-06-23T19:13:22.679Z] ---> a95f9c85612d [2021-06-23T19:13:22.679Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-23T19:13:22.679Z] Removing intermediate container 1564c0500b91 [2021-06-23T19:13:22.679Z] ---> 89108223e543 [2021-06-23T19:13:22.679Z] Step 21/23 : LABEL arch=x86_64 [2021-06-23T19:13:22.679Z] Removing intermediate container c9e31e2a49f0 [2021-06-23T19:13:22.679Z] ---> eeea926c1081 [2021-06-23T19:13:22.679Z] Step 16/24 : WORKDIR / [2021-06-23T19:13:22.679Z] ---> Running in 9751193b05df [Pipeline] echo [2021-06-23T19:13:22.754Z] ========================================================= [2021-06-23T19:13:22.754Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-23T19:13:22.754Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:13:22.946Z] ---> Running in 6d3713787818 [2021-06-23T19:13:22.946Z] Removing intermediate container 4338c59514a5 [2021-06-23T19:13:22.946Z] ---> bc5b112dcaa5 [2021-06-23T19:13:22.946Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-23T19:13:22.946Z] Removing intermediate container 9751193b05df [2021-06-23T19:13:22.946Z] ---> 1d1a0f84ca16 [2021-06-23T19:13:22.946Z] Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:13:22.946Z] ---> c1b32f8d0524 [2021-06-23T19:13:22.946Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-23T19:13:22.946Z] ---> Running in 67fb6daf4603 [2021-06-23T19:13:22.946Z] ---> Running in a1160d70fc39 [2021-06-23T19:13:22.946Z] Removing intermediate container 6d3713787818 [2021-06-23T19:13:22.946Z] ---> b87d876a4d82 [2021-06-23T19:13:22.946Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:13:22.946Z] Removing intermediate container a1160d70fc39 [2021-06-23T19:13:22.946Z] ---> 60253944084a [2021-06-23T19:13:22.946Z] Step 23/23 : LABEL version=0.0.0 [2021-06-23T19:13:23.184Z] + 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-23T19:13:23.219Z] ---> a22605077954 [2021-06-23T19:13:23.219Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-23T19:13:23.219Z] ---> Running in 1372ac074b0b [2021-06-23T19:13:23.220Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:23.220Z] ---> 023a95b53588 [2021-06-23T19:13:23.220Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-23T19:13:23.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:23.220Z] Removing intermediate container 1372ac074b0b [2021-06-23T19:13:23.220Z] ---> 12d4b78d82b4 [2021-06-23T19:13:23.220Z] [2021-06-23T19:13:23.220Z] ---> 64069a3abb7a [2021-06-23T19:13:23.220Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-23T19:13:23.507Z] Successfully built 12d4b78d82b4 [2021-06-23T19:13:23.507Z] ---> Running in 1e4d6985c5a4 [2021-06-23T19:13:23.507Z] Successfully tagged support-notifications:latest [2021-06-23T19:13:23.507Z] Building sys-mgmt-agent [2021-06-23T19:13:23.777Z]  Building support-notifications ... done OK: 219 MiB in 52 packages [2021-06-23T19:13:23.777Z] Removing intermediate container 1e4d6985c5a4 [2021-06-23T19:13:23.777Z] ---> 961ca78c94cd [2021-06-23T19:13:23.777Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-23T19:13:24.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:24.311Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-23T19:13:24.577Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-23T19:13:24.577Z] ---> be34cc8d41ea [2021-06-23T19:13:24.577Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-23T19:13:24.577Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-23T19:13:24.577Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-23T19:13:24.840Z] ---> 8d9f6d4aa13d [2021-06-23T19:13:24.840Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-23T19:13:24.840Z] ---> ee8197e6015a [2021-06-23T19:13:24.840Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-23T19:13:25.103Z] ---> Running in 47d6157e27e2 [2021-06-23T19:13:25.103Z] ---> Running in ac27965a0122 [2021-06-23T19:13:25.103Z] Removing intermediate container 5bd3643e207b [2021-06-23T19:13:25.103Z] ---> 1d1fe15cea09 [2021-06-23T19:13:25.103Z] Step 6/23 : COPY go.mod . [2021-06-23T19:13:25.173Z] Sending build context to Docker daemon 166.3MB [2021-06-23T19:13:25.371Z] Removing intermediate container 47d6157e27e2 [2021-06-23T19:13:25.371Z] ---> f6be482b5ce9 [2021-06-23T19:13:25.371Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:13:25.371Z] ---> 4d603a84fa30 [2021-06-23T19:13:25.371Z] Step 7/23 : RUN go mod download [2021-06-23T19:13:25.371Z] ---> Running in af0e6b1c0e88 [2021-06-23T19:13:25.371Z] ---> Running in 95a76590f733 [2021-06-23T19:13:25.446Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-23T19:13:25.446Z] Step 2/6 : FROM ${BASE} [2021-06-23T19:13:25.633Z] Removing intermediate container af0e6b1c0e88 [2021-06-23T19:13:25.634Z] ---> 2ee361912dbb [2021-06-23T19:13:25.634Z] Step 22/24 : LABEL arch=x86_64 [2021-06-23T19:13:25.634Z] ---> Running in bcbed4bb4f63 [2021-06-23T19:13:25.634Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-23T19:13:25.634Z] Removing intermediate container bcbed4bb4f63 [2021-06-23T19:13:25.634Z] ---> 34eb315f62be [2021-06-23T19:13:25.634Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:13:25.634Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-23T19:13:25.731Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-23T19:13:25.731Z] 595b0fe564bb: Pulling fs layer [2021-06-23T19:13:25.731Z] 3088b5b3c5c0: Pulling fs layer [2021-06-23T19:13:25.731Z] 5b7225fbf94c: Pulling fs layer [2021-06-23T19:13:25.731Z] ba82ee9f976e: Pulling fs layer [2021-06-23T19:13:25.731Z] 506bd15cee9f: Pulling fs layer [2021-06-23T19:13:25.731Z] 75a0a4a0db45: Pulling fs layer [2021-06-23T19:13:25.731Z] 618dc40b7e24: Pulling fs layer [2021-06-23T19:13:25.731Z] ba82ee9f976e: Waiting [2021-06-23T19:13:25.731Z] 506bd15cee9f: Waiting [2021-06-23T19:13:25.731Z] 75a0a4a0db45: Waiting [2021-06-23T19:13:25.731Z] 618dc40b7e24: Waiting [2021-06-23T19:13:25.731Z] 5b7225fbf94c: Verifying Checksum [2021-06-23T19:13:25.731Z] 5b7225fbf94c: Download complete [2021-06-23T19:13:25.731Z] 3088b5b3c5c0: Verifying Checksum [2021-06-23T19:13:25.731Z] 3088b5b3c5c0: Download complete [2021-06-23T19:13:25.731Z] 506bd15cee9f: Verifying Checksum [2021-06-23T19:13:25.731Z] 75a0a4a0db45: Download complete [2021-06-23T19:13:25.895Z] ---> Running in ef68b52949cc [2021-06-23T19:13:25.895Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:13:25.895Z] OK: 8 MiB in 20 packages [2021-06-23T19:13:25.895Z] Removing intermediate container ac27965a0122 [2021-06-23T19:13:25.895Z] ---> a31af101e616 [2021-06-23T19:13:25.895Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-23T19:13:26.020Z] 595b0fe564bb: Verifying Checksum [2021-06-23T19:13:26.020Z] 595b0fe564bb: Download complete [2021-06-23T19:13:26.170Z] Removing intermediate container ef68b52949cc [2021-06-23T19:13:26.170Z] ---> ba0d5ab2860d [2021-06-23T19:13:26.170Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:13:26.170Z] ---> Running in b0010be82311 [2021-06-23T19:13:26.170Z] ---> Running in ad421ad502df [2021-06-23T19:13:26.170Z] Removing intermediate container 67fb6daf4603 [2021-06-23T19:13:26.170Z] ---> 05597cfa6e67 [2021-06-23T19:13:26.170Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:13:26.439Z] Removing intermediate container b0010be82311 [2021-06-23T19:13:26.439Z] ---> cece6818cd05 [2021-06-23T19:13:26.439Z] Step 29/32 : CMD ["gate"] [2021-06-23T19:13:26.439Z] Removing intermediate container ad421ad502df [2021-06-23T19:13:26.439Z] ---> 23c3dcaea1ab [2021-06-23T19:13:26.439Z] [2021-06-23T19:13:26.439Z] ---> Running in 8e1382ccbefb [2021-06-23T19:13:26.439Z] Successfully built 23c3dcaea1ab [2021-06-23T19:13:26.439Z] Successfully tagged core-metadata:latest [2021-06-23T19:13:26.439Z] Building security-proxy-setup [2021-06-23T19:13:26.439Z]  Building core-metadata ... done  ---> 3f675a7f7856 [2021-06-23T19:13:26.439Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-23T19:13:26.624Z] 595b0fe564bb: Pull complete [2021-06-23T19:13:26.707Z] Removing intermediate container 95a76590f733 [2021-06-23T19:13:26.707Z] ---> dfdf9260c713 [2021-06-23T19:13:26.707Z] Step 8/23 : COPY . . [2021-06-23T19:13:26.707Z] Removing intermediate container 8e1382ccbefb [2021-06-23T19:13:26.707Z] ---> ac6d9a497be0 [2021-06-23T19:13:26.707Z] Step 30/32 : LABEL arch=x86_64 [2021-06-23T19:13:27.232Z] 3088b5b3c5c0: Pull complete [2021-06-23T19:13:27.286Z] ---> Running in 4b3083254e44 [2021-06-23T19:13:27.511Z] 5b7225fbf94c: Pull complete [2021-06-23T19:13:27.787Z] 618dc40b7e24: Verifying Checksum [2021-06-23T19:13:27.787Z] 618dc40b7e24: Download complete [2021-06-23T19:13:30.410Z] ba82ee9f976e: Verifying Checksum [2021-06-23T19:13:30.410Z] ba82ee9f976e: Download complete [2021-06-23T19:13:33.896Z] ---> 92b43ee607fb [2021-06-23T19:13:33.896Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-23T19:13:33.896Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:13:33.896Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:13:33.896Z] ---> ce61ec4c4ffa [2021-06-23T19:13:33.896Z] Step 3/22 : WORKDIR /edgex-go [2021-06-23T19:13:33.896Z] ---> Using cache [2021-06-23T19:13:33.896Z] ---> 4ef6484a0ba7 [2021-06-23T19:13:33.896Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:13:33.896Z] ---> Using cache [2021-06-23T19:13:33.896Z] ---> 091c8a47ec50 [2021-06-23T19:13:33.896Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-23T19:13:33.896Z] ---> Using cache [2021-06-23T19:13:33.896Z] ---> 1d1fe15cea09 [2021-06-23T19:13:33.896Z] Step 6/22 : COPY go.mod . [2021-06-23T19:13:33.896Z] ---> Using cache [2021-06-23T19:13:33.896Z] ---> 4d603a84fa30 [2021-06-23T19:13:33.896Z] Step 7/22 : RUN go mod download [2021-06-23T19:13:33.896Z] ---> Using cache [2021-06-23T19:13:33.896Z] ---> dfdf9260c713 [2021-06-23T19:13:33.896Z] Step 8/22 : COPY . . [2021-06-23T19:13:33.896Z] ---> Using cache [2021-06-23T19:13:33.896Z] ---> 7689fc97e249 [2021-06-23T19:13:33.896Z] Step 9/22 : RUN go mod tidy [2021-06-23T19:13:33.896Z] Removing intermediate container 4b3083254e44 [2021-06-23T19:13:33.896Z] ---> 27faadaa2251 [2021-06-23T19:13:33.896Z] Step 31/32 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:13:33.896Z] ---> 7689fc97e249 [2021-06-23T19:13:33.896Z] Step 9/23 : RUN go mod tidy [2021-06-23T19:13:33.896Z] ---> Running in 9cb11f5a1f5b [2021-06-23T19:13:34.174Z] ---> Running in 8a33464a10c5 [2021-06-23T19:13:34.175Z] ---> Running in 7b1f62d637ec [2021-06-23T19:13:34.451Z] ---> 8bd129ae410e [2021-06-23T19:13:34.451Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-23T19:13:35.039Z] ---> Running in 8bd68a9affdd [2021-06-23T19:13:35.039Z] Removing intermediate container 8a33464a10c5 [2021-06-23T19:13:35.039Z] ---> 0492205ebed8 [2021-06-23T19:13:35.039Z] Step 32/32 : LABEL version=0.0.0 [2021-06-23T19:13:35.302Z] ---> Running in c7494696c9f7 [2021-06-23T19:13:35.571Z] Removing intermediate container 8bd68a9affdd [2021-06-23T19:13:35.571Z] ---> 6338babe4450 [2021-06-23T19:13:35.571Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:13:35.832Z] ---> Running in 49125a4ab843 [2021-06-23T19:13:36.099Z] Removing intermediate container c7494696c9f7 [2021-06-23T19:13:36.099Z] ---> 2c0da3549d57 [2021-06-23T19:13:36.099Z] [2021-06-23T19:13:36.099Z] Successfully built 2c0da3549d57 [2021-06-23T19:13:36.365Z] Successfully tagged security-bootstrapper:latest [2021-06-23T19:13:36.365Z]  Building security-bootstrapper ... done Building core-command [2021-06-23T19:13:36.365Z] Removing intermediate container 49125a4ab843 [2021-06-23T19:13:36.365Z] ---> 65ed37ca1557 [2021-06-23T19:13:36.365Z] Step 22/24 : LABEL arch=x86_64 [2021-06-23T19:13:36.365Z] ---> Running in cabace35f08a [2021-06-23T19:13:38.293Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:13:38.293Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:13:38.293Z] ---> ce61ec4c4ffa [2021-06-23T19:13:38.293Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:13:38.293Z] ---> Using cache [2021-06-23T19:13:38.293Z] ---> 4ef6484a0ba7 [2021-06-23T19:13:38.293Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:13:38.293Z] ---> Using cache [2021-06-23T19:13:38.293Z] ---> 091c8a47ec50 [2021-06-23T19:13:38.293Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-23T19:13:39.242Z] Removing intermediate container cabace35f08a [2021-06-23T19:13:39.242Z] ---> 0bb97ead3280 [2021-06-23T19:13:39.242Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:13:39.242Z] ---> Running in 91019835e116 [2021-06-23T19:13:39.507Z] ---> Running in 2d5789a0d2a9 [2021-06-23T19:13:40.457Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:13:40.457Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:13:40.457Z] ---> ce61ec4c4ffa [2021-06-23T19:13:40.457Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> 4ef6484a0ba7 [2021-06-23T19:13:40.457Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> 091c8a47ec50 [2021-06-23T19:13:40.457Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> 1d1fe15cea09 [2021-06-23T19:13:40.457Z] Step 6/24 : COPY go.mod . [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> 4d603a84fa30 [2021-06-23T19:13:40.457Z] Step 7/24 : RUN go mod download [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> dfdf9260c713 [2021-06-23T19:13:40.457Z] Step 8/24 : COPY . . [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> 7689fc97e249 [2021-06-23T19:13:40.457Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:13:40.457Z] ---> Using cache [2021-06-23T19:13:40.457Z] ---> cc672f2f73ae [2021-06-23T19:13:40.457Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-23T19:13:40.613Z] ba82ee9f976e: Pull complete [2021-06-23T19:13:40.613Z] 506bd15cee9f: Pull complete [2021-06-23T19:13:40.613Z] 75a0a4a0db45: Pull complete [2021-06-23T19:13:41.405Z] Removing intermediate container 7b1f62d637ec [2021-06-23T19:13:41.405Z] ---> 3d5b553fe932 [2021-06-23T19:13:41.405Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-23T19:13:41.405Z] Removing intermediate container 9cb11f5a1f5b [2021-06-23T19:13:41.405Z] ---> cc672f2f73ae [2021-06-23T19:13:41.405Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-23T19:13:41.405Z] Removing intermediate container 2d5789a0d2a9 [2021-06-23T19:13:41.405Z] ---> 0fa89d6ef5d8 [2021-06-23T19:13:41.405Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:13:41.405Z] ---> Running in e8f74670435b [2021-06-23T19:13:41.405Z] ---> Running in 87a9e13ab477 [2021-06-23T19:13:41.405Z] ---> Running in afe1b1bba8f9 [2021-06-23T19:13:41.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:41.405Z] ---> Running in 4804215908d0 [2021-06-23T19:13:41.677Z] Removing intermediate container afe1b1bba8f9 [2021-06-23T19:13:41.677Z] ---> 3c5a3bfe86ac [2021-06-23T19:13:41.677Z] [2021-06-23T19:13:41.677Z] Successfully built 3c5a3bfe86ac [2021-06-23T19:13:41.677Z] Successfully tagged core-data:latest [2021-06-23T19:13:41.947Z]  Building core-data ... done 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-23T19:13:41.947Z] 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-23T19:13:42.209Z] 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-23T19:13:42.209Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:13:42.786Z] OK: 219 MiB in 52 packages [2021-06-23T19:13:43.367Z] Removing intermediate container 91019835e116 [2021-06-23T19:13:43.367Z] ---> e1fac73f6461 [2021-06-23T19:13:43.367Z] Step 6/24 : COPY go.mod . [2021-06-23T19:13:43.367Z] ---> 121b4cec6ed6 [2021-06-23T19:13:43.367Z] Step 7/24 : RUN go mod download [2021-06-23T19:13:43.367Z] ---> Running in d213370dcfd1 [2021-06-23T19:13:44.028Z] 618dc40b7e24: Pull complete [2021-06-23T19:13:44.028Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-23T19:13:44.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-23T19:13:44.028Z] ---> a36622ca3599 [2021-06-23T19:13:44.028Z] 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-23T19:13:44.339Z] Removing intermediate container d213370dcfd1 [2021-06-23T19:13:44.339Z] ---> 6f279ef7ca7d [2021-06-23T19:13:44.339Z] Step 8/24 : COPY . . [2021-06-23T19:13:47.446Z] ---> Running in c32cfaff8633 [2021-06-23T19:13:48.429Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:13:49.409Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:13:50.393Z] (1/12) Installing libmagic (5.39-r0) [2021-06-23T19:13:50.393Z] (2/12) Installing file (5.39-r0) [2021-06-23T19:13:50.667Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-23T19:13:50.667Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-23T19:13:51.036Z] ---> ea685f9e3051 [2021-06-23T19:13:51.036Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:13:51.036Z] ---> Running in bec8b28f29c6 [2021-06-23T19:13:52.987Z] Removing intermediate container bec8b28f29c6 [2021-06-23T19:13:52.987Z] ---> 9287aacdcfac [2021-06-23T19:13:52.987Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-23T19:13:52.987Z] ---> Running in 1717cf8f5f27 [2021-06-23T19:13:52.987Z] 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-23T19:13:54.992Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-23T19:13:54.993Z] (6/12) Installing patch (2.7.6-r7) [2021-06-23T19:13:54.993Z] (7/12) Installing build-base (0.5-r2) [2021-06-23T19:13:54.993Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-23T19:13:55.272Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-23T19:13:55.272Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-23T19:13:55.272Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-23T19:13:55.559Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-23T19:13:55.559Z] Executing busybox-1.32.1-r6.trigger [2021-06-23T19:13:55.559Z] OK: 218 MiB in 52 packages [2021-06-23T19:13:59.907Z] Removing intermediate container c32cfaff8633 [2021-06-23T19:13:59.907Z] ---> be3839c37342 [2021-06-23T19:13:59.907Z] Step 4/6 : WORKDIR /edgex-go [2021-06-23T19:13:59.907Z] ---> Running in 1bedd2b319ce [2021-06-23T19:14:00.190Z] Removing intermediate container 1bedd2b319ce [2021-06-23T19:14:00.190Z] ---> acf7133cf81b [2021-06-23T19:14:00.190Z] Step 5/6 : COPY go.mod . [2021-06-23T19:14:01.178Z] ---> 94b97f6941d8 [2021-06-23T19:14:01.178Z] Step 6/6 : RUN go mod download [2021-06-23T19:14:01.178Z] ---> Running in d73c1945d643 [2021-06-23T19:14:07.955Z] 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-23T19:14:12.290Z] Removing intermediate container e8f74670435b [2021-06-23T19:14:12.290Z] ---> 1b16d9e8b56d [2021-06-23T19:14:12.290Z] [2021-06-23T19:14:12.290Z] Step 11/24 : FROM alpine:3.12 [2021-06-23T19:14:12.290Z] ---> 13621d1b12d4 [2021-06-23T19:14:12.290Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-23T19:14:12.290Z] ---> Using cache [2021-06-23T19:14:12.290Z] ---> 1072088b37b0 [2021-06-23T19:14:12.290Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:14:12.290Z] ---> Using cache [2021-06-23T19:14:12.290Z] ---> 975616a27de1 [2021-06-23T19:14:12.290Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-23T19:14:12.587Z] ---> Running in 18f11993d1e3 [2021-06-23T19:14:13.204Z] Removing intermediate container 18f11993d1e3 [2021-06-23T19:14:13.204Z] ---> ba7edbbf5903 [2021-06-23T19:14:13.204Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-23T19:14:13.204Z] ---> Running in a47c98dca79d [2021-06-23T19:14:13.204Z] Removing intermediate container 4804215908d0 [2021-06-23T19:14:13.204Z] ---> 85e5f6da7e18 [2021-06-23T19:14:13.204Z] [2021-06-23T19:14:13.204Z] Step 11/22 : FROM alpine:3.12 [2021-06-23T19:14:13.204Z] ---> 13621d1b12d4 [2021-06-23T19:14:13.204Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-23T19:14:13.204Z] Removing intermediate container 87a9e13ab477 [2021-06-23T19:14:13.204Z] ---> 5dbcfda5695c [2021-06-23T19:14:13.204Z] [2021-06-23T19:14:13.204Z] Step 11/23 : FROM alpine:3.12 [2021-06-23T19:14:13.204Z] ---> 13621d1b12d4 [2021-06-23T19:14:13.204Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-23T19:14:13.204Z] ---> Using cache [2021-06-23T19:14:13.204Z] ---> 1072088b37b0 [2021-06-23T19:14:13.204Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:14:13.204Z] ---> Using cache [2021-06-23T19:14:13.204Z] ---> 975616a27de1 [2021-06-23T19:14:13.204Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-23T19:14:13.474Z] ---> Running in 15b63b6b12a2 [2021-06-23T19:14:13.474Z] ---> Running in e499f70f0e26 [2021-06-23T19:14:13.474Z] Removing intermediate container a47c98dca79d [2021-06-23T19:14:13.474Z] ---> a9f2fc489d8d [2021-06-23T19:14:13.474Z] Step 16/24 : WORKDIR / [2021-06-23T19:14:13.474Z] ---> Running in 109f48622b08 [2021-06-23T19:14:13.474Z] Removing intermediate container e499f70f0e26 [2021-06-23T19:14:13.474Z] ---> 6384c2d61fdd [2021-06-23T19:14:13.474Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-23T19:14:13.740Z] ---> Running in 324121d650f4 [2021-06-23T19:14:13.740Z] Removing intermediate container 109f48622b08 [2021-06-23T19:14:13.740Z] ---> a2c008c51b44 [2021-06-23T19:14:13.740Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:14:13.740Z] Removing intermediate container 324121d650f4 [2021-06-23T19:14:13.740Z] ---> d90c79ab40d4 [2021-06-23T19:14:13.740Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:14:14.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:14:14.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:14:14.005Z] ---> 85529bfaf571 [2021-06-23T19:14:14.005Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-23T19:14:14.271Z] ---> 255c18ac1a0d [2021-06-23T19:14:14.271Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-23T19:14:14.271Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-23T19:14:14.271Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-23T19:14:14.271Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-23T19:14:14.271Z] (4/4) Installing curl (7.77.0-r0) [2021-06-23T19:14:14.271Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:14:14.271Z] Executing ca-certificates-20191127-r4.trigger [2021-06-23T19:14:14.271Z] OK: 7 MiB in 18 packages [2021-06-23T19:14:14.851Z] ---> a17a8e1a6881 [2021-06-23T19:14:14.851Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-23T19:14:14.851Z] ---> 1b362846ae11 [2021-06-23T19:14:14.851Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-23T19:14:15.118Z] Removing intermediate container 15b63b6b12a2 [2021-06-23T19:14:15.118Z] ---> a534aa06eac2 [2021-06-23T19:14:15.118Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-23T19:14:15.118Z] ---> Running in 5fe4151a3628 [2021-06-23T19:14:15.118Z] ---> 0223ebf13433 [2021-06-23T19:14:15.118Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-23T19:14:15.118Z] ---> 92c342d90a47 [2021-06-23T19:14:15.118Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-23T19:14:15.501Z] ---> Running in a8760747d77d [2021-06-23T19:14:15.501Z] ---> Running in 330cdd795c48 [2021-06-23T19:14:15.501Z] Removing intermediate container 5fe4151a3628 [2021-06-23T19:14:15.501Z] ---> ac78247ff540 [2021-06-23T19:14:15.501Z] Step 14/22 : WORKDIR /edgex [2021-06-23T19:14:15.501Z] ---> Running in e73b94c12d67 [2021-06-23T19:14:15.501Z] Removing intermediate container a8760747d77d [2021-06-23T19:14:15.501Z] ---> ddcfb0367dc5 [2021-06-23T19:14:15.501Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:14:15.502Z] Removing intermediate container 330cdd795c48 [2021-06-23T19:14:15.502Z] ---> 088a90aa4454 [2021-06-23T19:14:15.502Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:14:15.949Z] Removing intermediate container e73b94c12d67 [2021-06-23T19:14:15.949Z] ---> ad29c39461fb [2021-06-23T19:14:15.949Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-23T19:14:15.949Z] ---> Running in 08834b2ce452 [2021-06-23T19:14:15.949Z] ---> Running in 67003066ca31 [2021-06-23T19:14:15.949Z] Removing intermediate container 67003066ca31 [2021-06-23T19:14:15.949Z] ---> 510dc93899a6 [2021-06-23T19:14:15.949Z] Step 22/24 : LABEL arch=x86_64 [2021-06-23T19:14:15.949Z] Removing intermediate container 08834b2ce452 [2021-06-23T19:14:15.949Z] ---> f9341b5961f2 [2021-06-23T19:14:15.949Z] Step 21/23 : LABEL arch=x86_64 [2021-06-23T19:14:15.949Z] ---> 03d4c0963121 [2021-06-23T19:14:15.949Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-23T19:14:15.949Z] ---> Running in e06ffe417a31 [2021-06-23T19:14:15.949Z] ---> Running in f1ee6a18df7e [2021-06-23T19:14:16.228Z] Removing intermediate container e06ffe417a31 [2021-06-23T19:14:16.228Z] ---> b418eb46b3dd [2021-06-23T19:14:16.228Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:14:16.228Z] ---> Running in ea19b1b55012 [2021-06-23T19:14:16.228Z] Removing intermediate container f1ee6a18df7e [2021-06-23T19:14:16.228Z] ---> 0f3a3d0f91dc [2021-06-23T19:14:16.228Z] Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:14:16.228Z] ---> Running in d55002cb1a34 [2021-06-23T19:14:16.228Z] ---> 902865095bd7 [2021-06-23T19:14:16.228Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-23T19:14:16.500Z] Removing intermediate container ea19b1b55012 [2021-06-23T19:14:16.500Z] ---> 3bddfb5c0276 [2021-06-23T19:14:16.500Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:14:16.500Z] Removing intermediate container d55002cb1a34 [2021-06-23T19:14:16.500Z] ---> cbd5f7478f77 [2021-06-23T19:14:16.500Z] Step 23/23 : LABEL version=0.0.0 [2021-06-23T19:14:16.500Z] ---> Running in 411ef4fa106b [2021-06-23T19:14:16.500Z] ---> Running in 5adc6ffbe07f [2021-06-23T19:14:16.764Z] Removing intermediate container 411ef4fa106b [2021-06-23T19:14:16.764Z] ---> 06f42a8621df [2021-06-23T19:14:16.764Z] [2021-06-23T19:14:16.764Z] ---> 0b709905bd80 [2021-06-23T19:14:16.764Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-23T19:14:16.764Z] Removing intermediate container 5adc6ffbe07f [2021-06-23T19:14:16.764Z] ---> 9f9dc6bdbda1 [2021-06-23T19:14:16.764Z] [2021-06-23T19:14:16.764Z] Successfully built 06f42a8621df [2021-06-23T19:14:16.764Z] Successfully tagged core-command:latest [2021-06-23T19:14:17.026Z]  Building core-command ... done Removing intermediate container 1717cf8f5f27 [2021-06-23T19:14:17.026Z] ---> 9da09deea776 [2021-06-23T19:14:17.026Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-23T19:14:17.026Z] ---> Running in c0417755ec22 [2021-06-23T19:14:17.026Z] Successfully built 9f9dc6bdbda1 [2021-06-23T19:14:17.026Z] Successfully tagged support-scheduler:latest [2021-06-23T19:14:17.026Z]  Building support-scheduler ... done  ---> Running in c5dc4ee20fb2 [2021-06-23T19:14:17.026Z] Removing intermediate container c0417755ec22 [2021-06-23T19:14:17.026Z] ---> bb0bd8852fe1 [2021-06-23T19:14:17.026Z] Step 19/22 : CMD ["--init=true"] [2021-06-23T19:14:17.026Z] ---> Running in 80da289adff1 [2021-06-23T19:14:17.289Z] Removing intermediate container 80da289adff1 [2021-06-23T19:14:17.289Z] ---> 2552348d6f40 [2021-06-23T19:14:17.289Z] Step 20/22 : LABEL arch=x86_64 [2021-06-23T19:14:17.289Z] ---> Running in 2c25657aa703 [2021-06-23T19:14:17.289Z] Removing intermediate container 2c25657aa703 [2021-06-23T19:14:17.289Z] ---> 8bc80cf005dd [2021-06-23T19:14:17.289Z] Step 21/22 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:14:17.289Z] ---> Running in 64472a5b10d8 [2021-06-23T19:14:17.289Z] 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-23T19:14:17.553Z] Removing intermediate container 64472a5b10d8 [2021-06-23T19:14:17.553Z] ---> dba7974cb80d [2021-06-23T19:14:17.553Z] Step 22/22 : LABEL version=0.0.0 [2021-06-23T19:14:17.553Z] ---> Running in 59bd2ab0364f [2021-06-23T19:14:17.553Z] Removing intermediate container 59bd2ab0364f [2021-06-23T19:14:17.553Z] ---> 1f85e5728985 [2021-06-23T19:14:17.553Z] [2021-06-23T19:14:17.553Z] Successfully built 1f85e5728985 [2021-06-23T19:14:17.553Z] Successfully tagged security-proxy-setup:latest [2021-06-23T19:14:17.814Z]  Building security-proxy-setup ... done Removing intermediate container c5dc4ee20fb2 [2021-06-23T19:14:17.814Z] ---> a74beb55f873 [2021-06-23T19:14:17.814Z] [2021-06-23T19:14:17.814Z] Step 12/24 : FROM docker:20.10.0 [2021-06-23T19:14:18.074Z] 20.10.0: Pulling from library/docker [2021-06-23T19:14:21.411Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-23T19:14:21.411Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-23T19:14:21.411Z] ---> aefe523efa57 [2021-06-23T19:14:21.411Z] 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-23T19:14:21.673Z] ---> Running in 1eead909c4f8 [2021-06-23T19:14:21.673Z] Removing intermediate container 1eead909c4f8 [2021-06-23T19:14:21.673Z] ---> 62cbce49a55d [2021-06-23T19:14:21.673Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-23T19:14:21.942Z] ---> Running in 2e21495f4db9 [2021-06-23T19:14:21.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-23T19:14:22.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-23T19:14:22.724Z] (1/39) Installing readline (8.0.4-r0) [2021-06-23T19:14:22.725Z] (2/39) Installing bash (5.0.17-r0) [2021-06-23T19:14:22.725Z] Executing bash-5.0.17-r0.post-install [2021-06-23T19:14:22.725Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-23T19:14:22.725Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-23T19:14:22.725Z] (5/39) Installing curl (7.77.0-r0) [2021-06-23T19:14:22.725Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-23T19:14:22.725Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-23T19:14:22.725Z] (8/39) Installing expat (2.2.9-r1) [2021-06-23T19:14:22.725Z] (9/39) Installing libffi (3.3-r2) [2021-06-23T19:14:22.725Z] (10/39) Installing gdbm (1.13-r1) [2021-06-23T19:14:22.725Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-23T19:14:22.725Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-23T19:14:22.991Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-23T19:14:23.568Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-23T19:14:23.568Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-23T19:14:23.568Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-23T19:14:23.568Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-23T19:14:23.568Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-23T19:14:23.568Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-23T19:14:23.568Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-23T19:14:23.568Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-23T19:14:23.568Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-23T19:14:23.568Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-23T19:14:23.568Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-23T19:14:23.568Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-23T19:14:23.568Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-23T19:14:23.568Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-23T19:14:23.830Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-23T19:14:23.830Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-23T19:14:23.830Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-23T19:14:23.830Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-23T19:14:23.830Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-23T19:14:23.830Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-23T19:14:23.830Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-23T19:14:23.830Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-23T19:14:23.830Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-23T19:14:23.830Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-23T19:14:23.830Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-23T19:14:23.830Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-23T19:14:23.830Z] Executing busybox-1.31.1-r19.trigger [2021-06-23T19:14:23.830Z] OK: 72 MiB in 59 packages [2021-06-23T19:14:24.414Z] Collecting docker-compose==1.23.2 [2021-06-23T19:14:24.414Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-23T19:14:24.676Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-23T19:14:24.676Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-23T19:14:24.938Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-23T19:14:24.938Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-23T19:14:24.938Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-23T19:14:24.938Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-23T19:14:25.210Z] Collecting jsonschema<3,>=2.5.1 [2021-06-23T19:14:25.210Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-23T19:14:25.210Z] Collecting texttable<0.10,>=0.9.0 [2021-06-23T19:14:25.210Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-23T19:14:25.786Z] Collecting cached-property<2,>=1.2.0 [2021-06-23T19:14:25.786Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-23T19:14:25.786Z] Collecting docker<4.0,>=3.6.0 [2021-06-23T19:14:25.786Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-23T19:14:26.051Z] Collecting PyYAML<4,>=3.10 [2021-06-23T19:14:26.051Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-23T19:14:26.313Z] 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-23T19:14:26.313Z] Collecting docopt<0.7,>=0.6.1 [2021-06-23T19:14:26.313Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-23T19:14:26.889Z] Collecting idna<2.8,>=2.5 [2021-06-23T19:14:26.889Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-23T19:14:26.889Z] 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-23T19:14:26.889Z] 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-23T19:14:26.889Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-23T19:14:26.889Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-23T19:14:26.889Z] Collecting docker-pycreds>=0.4.0 [2021-06-23T19:14:26.889Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-23T19:14:26.889Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-23T19:14:26.889Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-23T19:14:26.889Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-23T19:14:26.889Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-23T19:14:27.153Z] Installing collected packages: idna, urllib3, requests, websocket-client, dockerpty, jsonschema, texttable, cached-property, docker-pycreds, docker, PyYAML, docopt, docker-compose [2021-06-23T19:14:27.153Z] Attempting uninstall: idna [2021-06-23T19:14:27.153Z] Found existing installation: idna 2.9 [2021-06-23T19:14:27.153Z] Uninstalling idna-2.9: [2021-06-23T19:14:27.153Z] Successfully uninstalled idna-2.9 [2021-06-23T19:14:27.153Z] Attempting uninstall: urllib3 [2021-06-23T19:14:27.153Z] Found existing installation: urllib3 1.25.9 [2021-06-23T19:14:27.153Z] Uninstalling urllib3-1.25.9: [2021-06-23T19:14:27.153Z] Successfully uninstalled urllib3-1.25.9 [2021-06-23T19:14:27.415Z] Attempting uninstall: requests [2021-06-23T19:14:27.415Z] Found existing installation: requests 2.23.0 [2021-06-23T19:14:27.415Z] Uninstalling requests-2.23.0: [2021-06-23T19:14:27.415Z] Successfully uninstalled requests-2.23.0 [2021-06-23T19:14:27.415Z] Running setup.py install for dockerpty: started [2021-06-23T19:14:27.679Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-23T19:14:27.679Z] Running setup.py install for texttable: started [2021-06-23T19:14:28.046Z] Removing intermediate container d73c1945d643 [2021-06-23T19:14:28.046Z] ---> c594b1123755 [2021-06-23T19:14:28.046Z] Successfully built c594b1123755 [2021-06-23T19:14:28.046Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:14:28.266Z] Running setup.py install for texttable: finished with status 'done' [2021-06-23T19:14:28.266Z] Running setup.py install for PyYAML: started [2021-06-23T19:14:28.446Z] + docker inspect -f . ci-base-image-arm64 [2021-06-23T19:14:28.446Z] . [Pipeline] withDockerContainer [2021-06-23T19:14:28.529Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-23T19:14:28.530Z] Running setup.py install for docopt: started [2021-06-23T19:14:28.759Z] prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container [2021-06-23T19:14:28.804Z] Running setup.py install for docopt: finished with status 'done' [2021-06-23T19:14:28.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-23T19:14:29.076Z] 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-23T19:14:30.615Z] $ docker top 44731258698d9bf22d468cd86c36814c1cfa74224f7bd2627b30bed2ebfa985c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-23T19:14:31.749Z] + go version [2021-06-23T19:14:31.750Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-23T19:14:31.786Z] $ docker stop --time=1 44731258698d9bf22d468cd86c36814c1cfa74224f7bd2627b30bed2ebfa985c [2021-06-23T19:14:32.395Z] Removing intermediate container 2e21495f4db9 [2021-06-23T19:14:32.395Z] ---> c8f3000733ce [2021-06-23T19:14:32.395Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-23T19:14:32.395Z] ---> Running in 413cd6a5fe48 [2021-06-23T19:14:32.395Z] Removing intermediate container 413cd6a5fe48 [2021-06-23T19:14:32.395Z] ---> c3390d55c58e [2021-06-23T19:14:32.395Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-23T19:14:32.395Z] ---> Running in fb03a3c5b7e5 [2021-06-23T19:14:32.395Z] Removing intermediate container fb03a3c5b7e5 [2021-06-23T19:14:32.395Z] ---> 26690c6cc965 [2021-06-23T19:14:32.395Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-23T19:14:32.664Z] ---> a3dc0e4c508b [2021-06-23T19:14:32.664Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-23T19:14:32.930Z] ---> dceb3f34c68b [2021-06-23T19:14:32.930Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-23T19:14:32.930Z] ---> f7e224dc3c4a [2021-06-23T19:14:32.930Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-23T19:14:32.930Z] ---> Running in c97f28f5c3dd [2021-06-23T19:14:33.195Z] Removing intermediate container c97f28f5c3dd [2021-06-23T19:14:33.195Z] ---> cc6bb0d586e2 [2021-06-23T19:14:33.195Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:14:33.195Z] ---> Running in dada5da6690d [2021-06-23T19:14:33.195Z] Removing intermediate container dada5da6690d [2021-06-23T19:14:33.195Z] ---> 4369b7d0e317 [2021-06-23T19:14:33.195Z] Step 22/24 : LABEL arch=x86_64 [2021-06-23T19:14:33.195Z] ---> Running in d7717380237d [2021-06-23T19:14:33.458Z] Removing intermediate container d7717380237d [2021-06-23T19:14:33.458Z] ---> 1e999f70a833 [2021-06-23T19:14:33.458Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:14:33.458Z] ---> Running in bcb48a4192d4 [2021-06-23T19:14:33.458Z] Removing intermediate container bcb48a4192d4 [2021-06-23T19:14:33.458Z] ---> c298205c92e0 [2021-06-23T19:14:33.458Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:14:33.458Z] ---> Running in 49e0ca571a80 [2021-06-23T19:14:33.458Z] Removing intermediate container 49e0ca571a80 [2021-06-23T19:14:33.458Z] ---> 4d1a4c52b8bb [2021-06-23T19:14:33.458Z] [2021-06-23T19:14:33.638Z] $ docker rm -f 44731258698d9bf22d468cd86c36814c1cfa74224f7bd2627b30bed2ebfa985c [2021-06-23T19:14:33.720Z] Successfully built 4d1a4c52b8bb [2021-06-23T19:14:33.720Z] Successfully tagged sys-mgmt-agent:latest [2021-06-23T19:14:33.728Z]  Building sys-mgmt-agent ... done  [Pipeline] // withDockerContainer [Pipeline] } [2021-06-23T19:14:34.032Z] $ docker stop --time=1 b1e5755852bcfa7510e4b615453bf8fd954b180287bf18d06532ae6722835bf9 [2021-06-23T19:14:35.284Z] $ docker rm -f b1e5755852bcfa7510e4b615453bf8fd954b180287bf18d06532ae6722835bf9 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [2021-06-23T19:14:35.786Z] + docker images [2021-06-23T19:14:35.786Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-23T19:14:35.786Z] sys-mgmt-agent latest 4d1a4c52b8bb 2 seconds ago 312MB [2021-06-23T19:14:35.786Z] a74beb55f873 18 seconds ago 1.15GB [2021-06-23T19:14:35.786Z] security-proxy-setup latest 1f85e5728985 18 seconds ago 25.7MB [2021-06-23T19:14:35.786Z] support-scheduler latest 9f9dc6bdbda1 19 seconds ago 15.9MB [2021-06-23T19:14:35.786Z] core-command latest 06f42a8621df 19 seconds ago 15.9MB [2021-06-23T19:14:35.786Z] 5dbcfda5695c 22 seconds ago 1.15GB [2021-06-23T19:14:35.786Z] 85e5f6da7e18 22 seconds ago 1.15GB [2021-06-23T19:14:35.786Z] 1b16d9e8b56d 24 seconds ago 1.14GB [2021-06-23T19:14:35.786Z] core-data latest 3c5a3bfe86ac 54 seconds ago 20.2MB [2021-06-23T19:14:35.786Z] security-bootstrapper latest 2c0da3549d57 About a minute ago 18.6MB [2021-06-23T19:14:35.786Z] core-metadata latest 23c3dcaea1ab About a minute ago 16.6MB [2021-06-23T19:14:35.786Z] support-notifications latest 12d4b78d82b4 About a minute ago 16.7MB [2021-06-23T19:14:35.786Z] cf3c8d528767 About a minute ago 1.15GB [2021-06-23T19:14:35.786Z] e2fd0a57ef8a About a minute ago 1.15GB [2021-06-23T19:14:35.786Z] 8c190844c7c7 About a minute ago 1.15GB [2021-06-23T19:14:35.786Z] 588ce1b7ea6c About a minute ago 1.15GB [2021-06-23T19:14:35.786Z] security-secretstore-setup latest 11db6c45b0f1 About a minute ago 28.7MB [2021-06-23T19:14:35.786Z] ae7eeeb04348 About a minute ago 1.15GB [2021-06-23T19:14:35.786Z] ci-base-image-x86_64 latest ce61ec4c4ffa 5 minutes ago 647MB [2021-06-23T19:14:35.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 7 weeks ago 445MB [2021-06-23T19:14:35.786Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 8 weeks ago 37.5MB [2021-06-23T19:14:35.786Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-23T19:14:35.786Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-23T19:14:35.786Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-06-23T19:14:36.408Z] + docker inspect -f . ci-base-image-arm64 [2021-06-23T19:14:36.408Z] . [Pipeline] withDockerContainer [2021-06-23T19:14:36.722Z] prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container [2021-06-23T19:14:36.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-23T19:14:38.418Z] $ docker top dd58060342c4726bc06e6b7ccd7c92e4bdac510b40074b7eb08d351f671aba10 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] echo [2021-06-23T19:14:38.870Z] ========================================================= [2021-06-23T19:14:38.871Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-23T19:14:38.871Z] ========================================================= [Pipeline] sh [Pipeline] findFiles [Pipeline] node [2021-06-23T19:14:39.545Z] + go mod tidy [Pipeline] sh [2021-06-23T19:14:40.864Z] + make test [2021-06-23T19:14:40.864Z] go mod tidy [2021-06-23T19:14:41.471Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-23T19:14:54.074Z] Still waiting to schedule task [2021-06-23T19:14:54.075Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-06-23T19:15:08.316Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-23T19:15:59.602Z] Running on prd-ubuntu18.04-docker-8c-8g-959 in /w/workspace/edgexfoundry_edgex-go_PR-3592 [Pipeline] { [Pipeline] ws [2021-06-23T19:15:59.669Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-06-23T19:15:59.892Z] The recommended git tool is: git [2021-06-23T19:16:02.526Z] using credential edgex-jenkins-ssh [2021-06-23T19:16:02.540Z] Cloning the remote Git repository [2021-06-23T19:16:02.556Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-23T19:16:02.624Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-06-23T19:16:02.652Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-23T19:16:02.652Z] > git --version # timeout=10 [2021-06-23T19:16:02.656Z] > git --version # 'git version 2.17.1' [2021-06-23T19:16:02.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-23T19:16:02.681Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-23T19:16:05.006Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-23T19:16:11.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-23T19:16:12.032Z] Merging remotes/origin/master commit 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 into PR head commit 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:16:12.134Z] Merge succeeded, producing 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:16:12.135Z] Checking out Revision 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 (PR-3592) [2021-06-23T19:16:11.449Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-23T19:16:11.454Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-23T19:16:11.465Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-23T19:16:11.476Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-23T19:16:11.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-23T19:16:11.482Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3592/head:refs/remotes/origin/PR-3592 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-23T19:16:12.037Z] > git config core.sparsecheckout # timeout=10 [2021-06-23T19:16:12.043Z] > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 [2021-06-23T19:16:12.100Z] > git remote # timeout=10 [2021-06-23T19:16:12.107Z] > git config --get remote.origin.url # timeout=10 [2021-06-23T19:16:12.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-23T19:16:12.116Z] > git merge 4428e4d1b6445bf1b64e4b4ca5eff36de518c634 # timeout=10 [2021-06-23T19:16:12.123Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-23T19:16:12.132Z] > git config core.sparsecheckout # timeout=10 [2021-06-23T19:16:12.135Z] > git checkout -f 2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 # timeout=10 [2021-06-23T19:16:15.799Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-06-23T19:16:15.830Z] > git --version # timeout=10 [2021-06-23T19:16:15.842Z] > git --version # 'git version 2.17.1' [2021-06-23T19:16:15.846Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:16:16.965Z] + echo snap-build.sh [2021-06-23T19:16:16.965Z] snap-build.sh [2021-06-23T19:16:16.965Z] + SNAP_BASE_DIR=. [2021-06-23T19:16:16.965Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-06-23T19:16:16.965Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-06-23T19:16:16.965Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-06-23T19:16:16.965Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-06-23T19:16:16.965Z] + cd /w/workspace/edgex-go/1 [2021-06-23T19:16:16.965Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-06-23T19:16:16.965Z] Reading package lists... [2021-06-23T19:16:16.965Z] Building dependency tree... [2021-06-23T19:16:16.965Z] Reading state information... [2021-06-23T19:16:17.227Z] The following packages were automatically installed and are no longer required: [2021-06-23T19:16:17.227Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-06-23T19:16:17.227Z] uidmap xdelta3 [2021-06-23T19:16:17.227Z] Use 'sudo apt autoremove' to remove them. [2021-06-23T19:16:17.227Z] The following packages will be REMOVED: [2021-06-23T19:16:17.227Z] lxd* lxd-client* [2021-06-23T19:16:17.492Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-06-23T19:16:17.492Z] After this operation, 31.7 MB disk space will be freed. [2021-06-23T19:16:18.283Z] (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-23T19:16:18.283Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-06-23T19:16:18.543Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-23T19:16:18.543Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-23T19:16:18.860Z] Removing lxd dnsmasq configuration [2021-06-23T19:16:18.860Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-06-23T19:16:19.123Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-06-23T19:16:20.073Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-23T19:16:20.335Z] (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-23T19:16:20.336Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-06-23T19:16:21.729Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-06-23T19:16:21.729Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-06-23T19:16:23.132Z] + sudo snap remove --purge lxd [2021-06-23T19:16:23.132Z] snap "lxd" is not installed [2021-06-23T19:16:23.132Z] + sudo groupadd --force --system lxd [2021-06-23T19:16:23.132Z] ++ whoami [2021-06-23T19:16:23.132Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-06-23T19:16:23.132Z] + newgrp - lxd [2021-06-23T19:16:23.132Z] + sudo snap install lxd [2021-06-23T19:16:25.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-23T19:16:25.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-23T19:16:25.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-23T19:16:25.290Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-23T19:16:27.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-23T19:16:27.290Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-23T19:16:28.758Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-23T19:16:28.758Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-23T19:16:28.758Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-23T19:16:28.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-23T19:16:35.383Z] 2021-06-23T19:16:31Z INFO Waiting for automatic snapd restart... [2021-06-23T19:16:41.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.149s coverage: 28.7% of statements [2021-06-23T19:16:41.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-23T19:16:41.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-23T19:16:43.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.289s coverage: 100.0% of statements [2021-06-23T19:16:43.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-23T19:16:44.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.331s coverage: 53.1% of statements [2021-06-23T19:16:44.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-23T19:16:44.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-23T19:16:45.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.477s coverage: 87.7% of statements [2021-06-23T19:16:45.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-23T19:16:45.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:16:45.507Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.218s coverage: 78.9% of statements [2021-06-23T19:16:47.637Z] lxd 4.15 from Canonical* installed [2021-06-23T19:16:47.637Z] + sudo lxd init --auto [2021-06-23T19:16:49.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.260s coverage: 81.2% of statements [2021-06-23T19:16:49.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-23T19:16:49.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-23T19:16:49.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-23T19:16:49.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-23T19:16:49.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.179s coverage: 95.1% of statements [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.165s coverage: 60.0% of statements [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.241s coverage: 0.8% of statements [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.153s coverage: 58.8% of statements [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.184s coverage: 22.0% of statements [2021-06-23T19:16:54.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.173s coverage: 47.1% of statements [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.215s coverage: 79.5% of statements [2021-06-23T19:16:54.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements [2021-06-23T19:16:56.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.208s coverage: 96.3% of statements [2021-06-23T19:16:56.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements [2021-06-23T19:16:57.826Z] + sudo snap install --classic snapcraft [2021-06-23T19:17:08.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.194s coverage: 94.4% of statements [2021-06-23T19:17:08.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.170s coverage: 44.8% of statements [2021-06-23T19:17:12.767Z] snapcraft 4.8.2 from Canonical* installed [2021-06-23T19:17:12.767Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-06-23T19:17:12.767Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-06-23T19:17:12.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-23T19:17:12.767Z] Dload Upload Total Spent Left Speed [2021-06-23T19:17:12.767Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5139 0 --:--:-- --:--:-- --:--:-- 5139 [2021-06-23T19:17:12.767Z] 66 3325k 66 2206k 0 0 4484k 0 --:--:-- --:--:-- --:--:-- 4484k 100 3325k 100 3325k 0 0 6023k 0 --:--:-- --:--:-- --:--:-- 18.2M [2021-06-23T19:17:12.767Z] ./yq_linux_amd64 [2021-06-23T19:17:12.767Z] + sudo snapcraft prime --use-lxd [2021-06-23T19:17:12.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.586s coverage: 81.8% of statements [2021-06-23T19:17:12.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-23T19:17:13.716Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-06-23T19:17:13.716Z] 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-23T19:17:13.716Z] - README.md [2021-06-23T19:17:13.716Z] [2021-06-23T19:17:13.716Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-06-23T19:17:14.287Z] Launching a container. [2021-06-23T19:17:20.890Z] Waiting for container to be ready [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.277s coverage: 92.9% of statements [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.169s coverage: 87.2% of statements [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.151s coverage: 100.0% of statements [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.175s coverage: 58.8% of statements [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.183s coverage: 80.0% of statements [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.208s coverage: 87.2% of statements [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.243s coverage: 85.4% of statements [2021-06-23T19:17:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.283s coverage: 91.2% of statements [2021-06-23T19:17:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-23T19:17:21.463Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-06-23T19:17:21.463Z] [2021-06-23T19:17:21.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.712s coverage: 64.4% of statements [2021-06-23T19:17:21.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-23T19:17:21.471Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-23T19:17:21.471Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.166s coverage: 100.0% of statements [2021-06-23T19:17:22.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.137s coverage: 91.3% of statements [2021-06-23T19:17:22.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2021-06-23T19:17:22.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2021-06-23T19:17:23.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-06-23T19:17:25.676Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-06-23T19:17:25.676Z] Waiting for network to be ready... [2021-06-23T19:17:25.676Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-06-23T19:17:25.946Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-06-23T19:17:25.946Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1782 kB] [2021-06-23T19:17:25.946Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-06-23T19:17:25.946Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-06-23T19:17:25.946Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-06-23T19:17:25.946Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-06-23T19:17:25.946Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-06-23T19:17:25.946Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1131 kB] [2021-06-23T19:17:25.946Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-06-23T19:17:26.208Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-06-23T19:17:26.470Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-06-23T19:17:26.733Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-06-23T19:17:26.733Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-06-23T19:17:26.733Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-06-23T19:17:26.733Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-06-23T19:17:26.733Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-06-23T19:17:26.733Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-06-23T19:17:26.996Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-06-23T19:17:27.258Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2127 kB] [2021-06-23T19:17:27.258Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [421 kB] [2021-06-23T19:17:27.258Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-06-23T19:17:27.258Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-06-23T19:17:27.258Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [388 kB] [2021-06-23T19:17:27.258Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.6 kB] [2021-06-23T19:17:27.258Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1738 kB] [2021-06-23T19:17:27.543Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-06-23T19:17:27.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.074s coverage: 66.9% of statements [2021-06-23T19:17:27.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-23T19:17:27.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-23T19:17:27.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-23T19:17:29.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.687s coverage: 43.6% of statements [2021-06-23T19:17:29.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-23T19:17:29.445Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-23T19:17:29.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.258s coverage: 89.5% of statements [2021-06-23T19:17:29.446Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-23T19:17:29.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.234s coverage: 84.8% of statements [2021-06-23T19:17:29.446Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-23T19:17:29.565Z] Fetched 24.8 MB in 4s (6503 kB/s) [2021-06-23T19:17:30.512Z] Reading package lists... [2021-06-23T19:17:30.512Z] Reading package lists... [2021-06-23T19:17:30.777Z] Building dependency tree... [2021-06-23T19:17:30.777Z] Reading state information... [2021-06-23T19:17:30.777Z] The following additional packages will be installed: [2021-06-23T19:17:30.777Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-06-23T19:17:30.777Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-06-23T19:17:30.777Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-06-23T19:17:30.777Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-06-23T19:17:30.777Z] Suggested packages: [2021-06-23T19:17:30.777Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-06-23T19:17:30.777Z] Recommended packages: [2021-06-23T19:17:30.777Z] gnupg libsasl2-modules [2021-06-23T19:17:30.777Z] The following NEW packages will be installed: [2021-06-23T19:17:30.777Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-06-23T19:17:30.777Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-06-23T19:17:30.777Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-06-23T19:17:30.777Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-06-23T19:17:30.777Z] The following packages will be upgraded: [2021-06-23T19:17:30.777Z] gpg gpg-agent gpgconf libudev1 [2021-06-23T19:17:31.040Z] 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. [2021-06-23T19:17:31.040Z] Need to get 3530 kB of archives. [2021-06-23T19:17:31.040Z] After this operation, 13.3 MB of additional disk space will be used. [2021-06-23T19:17:31.040Z] 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-23T19:17:31.040Z] 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-23T19:17:31.040Z] 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-23T19:17:31.040Z] 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-23T19:17:31.040Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.48 [58.0 kB] [2021-06-23T19:17:31.303Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.48 [1103 kB] [2021-06-23T19:17:31.876Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-06-23T19:17:31.876Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-06-23T19:17:31.876Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-06-23T19:17:31.876Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-06-23T19:17:31.876Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-06-23T19:17:31.876Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-06-23T19:17:31.876Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-06-23T19:17:31.876Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-06-23T19:17:31.876Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-06-23T19:17:31.876Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-06-23T19:17:31.876Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-06-23T19:17:31.876Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-06-23T19:17:31.876Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-06-23T19:17:31.876Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-06-23T19:17:31.876Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-06-23T19:17:31.876Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-06-23T19:17:32.138Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-23T19:17:32.138Z] Fetched 3530 kB in 1s (3442 kB/s) [2021-06-23T19:17:32.138Z] (Reading database ... 12511 files and directories currently installed.) [2021-06-23T19:17:32.138Z] Preparing to unpack .../libudev1_237-3ubuntu10.48_amd64.deb ... [2021-06-23T19:17:32.138Z] Unpacking libudev1:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-06-23T19:17:32.138Z] Setting up libudev1:amd64 (237-3ubuntu10.48) ... [2021-06-23T19:17:32.138Z] Selecting previously unselected package udev. [2021-06-23T19:17:32.138Z] (Reading database ... 12511 files and directories currently installed.) [2021-06-23T19:17:32.138Z] Preparing to unpack .../00-udev_237-3ubuntu10.48_amd64.deb ... [2021-06-23T19:17:32.402Z] Unpacking udev (237-3ubuntu10.48) ... [2021-06-23T19:17:32.403Z] Selecting previously unselected package libfuse2:amd64. [2021-06-23T19:17:32.403Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-06-23T19:17:32.403Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-06-23T19:17:32.668Z] Selecting previously unselected package fuse. [2021-06-23T19:17:32.668Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-06-23T19:17:32.668Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-06-23T19:17:32.668Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-23T19:17:32.668Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-23T19:17:32.668Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-23T19:17:32.668Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-23T19:17:32.931Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-23T19:17:32.931Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-23T19:17:32.931Z] Selecting previously unselected package libksba8:amd64. [2021-06-23T19:17:32.931Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-06-23T19:17:32.931Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-06-23T19:17:32.931Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-06-23T19:17:32.931Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:32.931Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:32.931Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-06-23T19:17:32.931Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:32.931Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.195Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-06-23T19:17:33.195Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.195Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.195Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-06-23T19:17:33.195Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.195Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.195Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-06-23T19:17:33.195Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.195Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.459Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-06-23T19:17:33.459Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.459Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.459Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-06-23T19:17:33.459Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.459Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.459Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-06-23T19:17:33.459Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.459Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.459Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-06-23T19:17:33.459Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-23T19:17:33.459Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.721Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-23T19:17:33.721Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-06-23T19:17:33.721Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-23T19:17:33.721Z] Selecting previously unselected package libsasl2-2:amd64. [2021-06-23T19:17:33.721Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-06-23T19:17:33.721Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-23T19:17:33.721Z] Selecting previously unselected package libldap-common. [2021-06-23T19:17:33.721Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-06-23T19:17:33.721Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-23T19:17:33.721Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-23T19:17:33.721Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-06-23T19:17:33.721Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-23T19:17:33.985Z] Selecting previously unselected package dirmngr. [2021-06-23T19:17:33.985Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-23T19:17:33.985Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-06-23T19:17:33.985Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-23T19:17:33.985Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-06-23T19:17:33.985Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-06-23T19:17:33.985Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-23T19:17:33.985Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-23T19:17:33.985Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-06-23T19:17:33.985Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:33.985Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-06-23T19:17:33.985Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-23T19:17:33.985Z] Setting up udev (237-3ubuntu10.48) ... [2021-06-23T19:17:34.247Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-06-23T19:17:34.508Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.508Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-06-23T19:17:34.508Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-06-23T19:17:34.508Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-06-23T19:17:34.508Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.508Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.508Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.508Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.771Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.771Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.771Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-23T19:17:34.771Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-23T19:17:34.771Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-06-23T19:17:34.771Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-23T19:17:35.033Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-06-23T19:17:35.033Z] settings in the [Install] section, and DefaultInstance for template units). [2021-06-23T19:17:35.033Z] This means they are not meant to be enabled using systemctl. [2021-06-23T19:17:35.033Z] Possible reasons for having this kind of units are: [2021-06-23T19:17:35.033Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-06-23T19:17:35.033Z] .wants/ or .requires/ directory. [2021-06-23T19:17:35.033Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-06-23T19:17:35.033Z] a requirement dependency on it. [2021-06-23T19:17:35.033Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-06-23T19:17:35.033Z] D-Bus, udev, scripted systemctl call, ...). [2021-06-23T19:17:35.033Z] 4) In case of template units, the unit is meant to be enabled with some [2021-06-23T19:17:35.033Z] instance name specified. [2021-06-23T19:17:35.607Z] Reading package lists... [2021-06-23T19:17:35.607Z] Building dependency tree... [2021-06-23T19:17:35.607Z] Reading state information... [2021-06-23T19:17:35.607Z] The following additional packages will be installed: [2021-06-23T19:17:35.607Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-06-23T19:17:35.607Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-06-23T19:17:35.607Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-06-23T19:17:35.607Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-06-23T19:17:35.607Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-06-23T19:17:35.607Z] Suggested packages: [2021-06-23T19:17:35.607Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-06-23T19:17:35.607Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-06-23T19:17:35.607Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-06-23T19:17:35.607Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-06-23T19:17:35.607Z] systemd-container policykit-1 [2021-06-23T19:17:35.607Z] Recommended packages: [2021-06-23T19:17:35.607Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-06-23T19:17:35.869Z] The following NEW packages will be installed: [2021-06-23T19:17:35.869Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-06-23T19:17:35.869Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-06-23T19:17:35.869Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-06-23T19:17:35.869Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-06-23T19:17:35.869Z] python3.6-minimal snapd squashfs-tools sudo [2021-06-23T19:17:35.869Z] The following packages will be upgraded: [2021-06-23T19:17:35.869Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-06-23T19:17:35.869Z] 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. [2021-06-23T19:17:35.869Z] Need to get 36.7 MB of archives. [2021-06-23T19:17:35.869Z] After this operation, 147 MB of additional disk space will be used. [2021-06-23T19:17:35.869Z] 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-23T19:17:35.869Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.48 [2915 kB] [2021-06-23T19:17:35.869Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-06-23T19:17:35.869Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-06-23T19:17:35.869Z] 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-23T19:17:36.131Z] 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-23T19:17:36.131Z] 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-23T19:17:36.131Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-06-23T19:17:36.131Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-06-23T19:17:36.131Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-06-23T19:17:36.131Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-06-23T19:17:36.131Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-06-23T19:17:36.131Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-06-23T19:17:36.131Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-06-23T19:17:36.131Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-06-23T19:17:36.131Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-06-23T19:17:37.077Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.48 [209 kB] [2021-06-23T19:17:37.077Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-06-23T19:17:37.077Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-06-23T19:17:37.077Z] 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-23T19:17:37.077Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-06-23T19:17:37.077Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-06-23T19:17:37.077Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-06-23T19:17:37.077Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-06-23T19:17:37.077Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-06-23T19:17:37.077Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-06-23T19:17:37.077Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-06-23T19:17:37.078Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-06-23T19:17:37.078Z] 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-23T19:17:37.078Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-06-23T19:17:37.780Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.229s coverage: 19.3% of statements [2021-06-23T19:17:37.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-23T19:17:37.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-23T19:17:37.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-23T19:17:37.780Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-23T19:17:37.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.570s coverage: 91.9% of statements [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-23T19:17:37.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.289s coverage: 62.7% of statements [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-23T19:17:37.781Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.392s coverage: 97.6% of statements [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-23T19:17:37.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.197s coverage: 28.9% of statements [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-23T19:17:37.781Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-23T19:17:37.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.243s coverage: 100.0% of statements [2021-06-23T19:17:37.781Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 95.4% of statements [2021-06-23T19:17:38.380Z] GO111MODULE=on go vet ./... [2021-06-23T19:17:38.469Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-23T19:17:38.469Z] Fetched 36.7 MB in 2s (15.6 MB/s) [2021-06-23T19:17:38.469Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-23T19:17:38.469Z] Preparing to unpack .../systemd_237-3ubuntu10.48_amd64.deb ... [2021-06-23T19:17:38.469Z] Unpacking systemd (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-06-23T19:17:39.042Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.48_amd64.deb ... [2021-06-23T19:17:39.042Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-06-23T19:17:39.042Z] Setting up libsystemd0:amd64 (237-3ubuntu10.48) ... [2021-06-23T19:17:39.042Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-23T19:17:39.042Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-06-23T19:17:39.042Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-06-23T19:17:39.304Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-06-23T19:17:39.304Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-23T19:17:39.304Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-06-23T19:17:39.304Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-06-23T19:17:39.566Z] Setting up apt (1.6.13) ... [2021-06-23T19:17:39.566Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-06-23T19:17:39.827Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-06-23T19:17:40.090Z] (Reading database ... 12764 files and directories currently installed.) [2021-06-23T19:17:40.090Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-06-23T19:17:40.090Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-06-23T19:17:40.351Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-06-23T19:17:40.351Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-23T19:17:40.351Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:40.351Z] Selecting previously unselected package libexpat1:amd64. [2021-06-23T19:17:40.351Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-06-23T19:17:40.351Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-06-23T19:17:40.351Z] Selecting previously unselected package python3.6-minimal. [2021-06-23T19:17:40.351Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-23T19:17:40.351Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:40.612Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-06-23T19:17:40.873Z] Checking for services that may need to be restarted...done. [2021-06-23T19:17:40.873Z] Checking for services that may need to be restarted...done. [2021-06-23T19:17:40.873Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:40.873Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-06-23T19:17:40.873Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:41.136Z] Selecting previously unselected package python3-minimal. [2021-06-23T19:17:41.136Z] (Reading database ... 13012 files and directories currently installed.) [2021-06-23T19:17:41.136Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-06-23T19:17:41.136Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-06-23T19:17:41.400Z] Selecting previously unselected package mime-support. [2021-06-23T19:17:41.400Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-06-23T19:17:41.400Z] Unpacking mime-support (3.60ubuntu1) ... [2021-06-23T19:17:41.400Z] Selecting previously unselected package libmpdec2:amd64. [2021-06-23T19:17:41.400Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-06-23T19:17:41.400Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-06-23T19:17:41.400Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-06-23T19:17:41.400Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-23T19:17:41.400Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:41.662Z] Selecting previously unselected package python3.6. [2021-06-23T19:17:41.662Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-23T19:17:41.662Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:41.662Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-23T19:17:41.662Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-06-23T19:17:41.662Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-06-23T19:17:41.925Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-06-23T19:17:41.925Z] Selecting previously unselected package python3. [2021-06-23T19:17:41.925Z] (Reading database ... 13442 files and directories currently installed.) [2021-06-23T19:17:41.925Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-06-23T19:17:41.925Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-06-23T19:17:42.189Z] Selecting previously unselected package multiarch-support. [2021-06-23T19:17:42.189Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-06-23T19:17:42.189Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-06-23T19:17:42.189Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-06-23T19:17:42.189Z] Selecting previously unselected package liblzo2-2:amd64. [2021-06-23T19:17:42.189Z] (Reading database ... 13479 files and directories currently installed.) [2021-06-23T19:17:42.189Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-06-23T19:17:42.189Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-06-23T19:17:42.189Z] Selecting previously unselected package libbsd0:amd64. [2021-06-23T19:17:42.189Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-06-23T19:17:42.189Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-06-23T19:17:42.455Z] Selecting previously unselected package sudo. [2021-06-23T19:17:42.455Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-06-23T19:17:42.455Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-06-23T19:17:42.455Z] Selecting previously unselected package apparmor. [2021-06-23T19:17:42.455Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-06-23T19:17:42.455Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-06-23T19:17:42.716Z] Selecting previously unselected package libedit2:amd64. [2021-06-23T19:17:42.716Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-06-23T19:17:42.716Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-06-23T19:17:42.716Z] Selecting previously unselected package libkrb5support0:amd64. [2021-06-23T19:17:42.716Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-06-23T19:17:42.716Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:42.716Z] Selecting previously unselected package libk5crypto3:amd64. [2021-06-23T19:17:42.716Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-06-23T19:17:42.716Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:42.716Z] Selecting previously unselected package libkeyutils1:amd64. [2021-06-23T19:17:42.716Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-06-23T19:17:42.716Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-06-23T19:17:42.979Z] Selecting previously unselected package libkrb5-3:amd64. [2021-06-23T19:17:42.979Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-06-23T19:17:42.979Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:42.979Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-23T19:17:42.979Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-06-23T19:17:42.979Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:42.979Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-06-23T19:17:42.979Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-06-23T19:17:42.979Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-06-23T19:17:43.244Z] Selecting previously unselected package openssh-client. [2021-06-23T19:17:43.244Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-06-23T19:17:43.244Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-06-23T19:17:43.505Z] Selecting previously unselected package squashfs-tools. [2021-06-23T19:17:43.505Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-06-23T19:17:43.505Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-06-23T19:17:43.505Z] Selecting previously unselected package snapd. [2021-06-23T19:17:43.505Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-06-23T19:17:43.505Z] Unpacking snapd (2.49.2+18.04) ... [2021-06-23T19:17:46.055Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-06-23T19:17:46.055Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-06-23T19:17:46.055Z] Setting up mime-support (3.60ubuntu1) ... [2021-06-23T19:17:46.055Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-06-23T19:17:46.055Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-06-23T19:17:46.055Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:46.055Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-23T19:17:46.055Z] Setting up systemd (237-3ubuntu10.48) ... [2021-06-23T19:17:46.055Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-06-23T19:17:46.629Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-06-23T19:17:46.629Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-06-23T19:17:46.629Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-06-23T19:17:46.629Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:46.629Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:46.629Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-23T19:17:47.203Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-06-23T19:17:47.203Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:47.203Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-06-23T19:17:47.203Z] Setting up python3 (3.6.7-1~18.04) ... [2021-06-23T19:17:47.203Z] running python rtupdate hooks for python3.6... [2021-06-23T19:17:47.203Z] running python post-rtupdate hooks for python3.6... [2021-06-23T19:17:47.465Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-06-23T19:17:47.728Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-06-23T19:17:47.990Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-06-23T19:17:47.990Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-06-23T19:17:48.253Z] Setting up snapd (2.49.2+18.04) ... [2021-06-23T19:17:48.514Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-06-23T19:17:48.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-06-23T19:17:48.776Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-06-23T19:17:49.039Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-06-23T19:17:49.300Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-06-23T19:17:49.300Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-06-23T19:17:49.300Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-06-23T19:17:49.563Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-06-23T19:17:49.826Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-06-23T19:17:49.826Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-06-23T19:17:50.089Z] /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-23T19:17:50.089Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-23T19:17:50.089Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-06-23T19:17:51.488Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-23T19:17:51.488Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-23T19:17:51.488Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-23T19:17:52.699Z] Reading package lists... [2021-06-23T19:17:52.963Z] Reading package lists... [2021-06-23T19:17:52.963Z] Building dependency tree... [2021-06-23T19:17:52.963Z] Reading state information... [2021-06-23T19:17:53.225Z] Calculating upgrade... [2021-06-23T19:17:53.225Z] The following packages will be upgraded: [2021-06-23T19:17:53.225Z] advancecomp base-files bash binutils binutils-common [2021-06-23T19:17:53.225Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-06-23T19:17:53.225Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-06-23T19:17:53.225Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-06-23T19:17:53.225Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-06-23T19:17:53.225Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-06-23T19:17:53.225Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-06-23T19:17:53.225Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-06-23T19:17:53.225Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-06-23T19:17:53.225Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-06-23T19:17:53.225Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-06-23T19:17:53.225Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-06-23T19:17:53.225Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-06-23T19:17:53.225Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-06-23T19:17:53.225Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-06-23T19:17:53.225Z] ubuntu-keyring util-linux [2021-06-23T19:17:53.225Z] 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-06-23T19:17:53.225Z] Need to get 64.1 MB of archives. [2021-06-23T19:17:53.226Z] After this operation, 5112 kB of additional disk space will be used. [2021-06-23T19:17:53.226Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-147.151 [991 kB] [2021-06-23T19:17:53.488Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-06-23T19:17:53.488Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-06-23T19:17:53.488Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-06-23T19:17:53.488Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-06-23T19:17:53.488Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-06-23T19:17:53.488Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-06-23T19:17:53.488Z] 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-23T19:17:53.488Z] 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-23T19:17:53.488Z] 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-23T19:17:53.488Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-06-23T19:17:53.488Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-06-23T19:17:53.488Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-06-23T19:17:53.488Z] 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-23T19:17:53.488Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-06-23T19:17:53.488Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-06-23T19:17:53.488Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-06-23T19:17:53.488Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-06-23T19:17:53.750Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-06-23T19:17:53.750Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-06-23T19:17:53.750Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-06-23T19:17:53.750Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-06-23T19:17:53.750Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-06-23T19:17:53.750Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-06-23T19:17:53.750Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-06-23T19:17:53.750Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-06-23T19:17:53.750Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-06-23T19:17:53.750Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-06-23T19:17:53.750Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-06-23T19:17:53.750Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-06-23T19:17:53.750Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-06-23T19:17:53.750Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-06-23T19:17:53.750Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-06-23T19:17:53.750Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2021-06-23T19:17:53.750Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-06-23T19:17:53.750Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-06-23T19:17:53.750Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-06-23T19:17:53.750Z] 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-23T19:17:53.750Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-06-23T19:17:53.750Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-06-23T19:17:53.750Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-06-23T19:17:53.750Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-06-23T19:17:53.750Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-06-23T19:17:53.750Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-06-23T19:17:53.750Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-06-23T19:17:54.012Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-06-23T19:17:54.273Z] 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-23T19:17:54.273Z] 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-23T19:17:54.273Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-06-23T19:17:54.273Z] 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-23T19:17:54.273Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-06-23T19:17:54.273Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-06-23T19:17:54.273Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-06-23T19:17:54.273Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-06-23T19:17:54.536Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-06-23T19:17:54.536Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-06-23T19:17:54.800Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-06-23T19:17:54.800Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-06-23T19:17:54.800Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-06-23T19:17:54.800Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-06-23T19:17:54.800Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-06-23T19:17:54.800Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-06-23T19:17:54.800Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-06-23T19:17:54.800Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-06-23T19:17:54.800Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-06-23T19:17:54.800Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-06-23T19:17:54.800Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-06-23T19:17:54.800Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-06-23T19:17:54.800Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-06-23T19:17:54.800Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-06-23T19:17:54.800Z] 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-23T19:17:54.800Z] 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-23T19:17:54.800Z] 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-23T19:17:55.063Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.48 [15.5 kB] [2021-06-23T19:17:55.063Z] 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-23T19:17:55.063Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-06-23T19:17:55.063Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-06-23T19:17:55.063Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-06-23T19:17:55.063Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-06-23T19:17:55.063Z] 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-23T19:17:55.063Z] 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-23T19:17:55.063Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-06-23T19:17:55.063Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-06-23T19:17:55.329Z] 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-23T19:17:55.329Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-06-23T19:17:55.329Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-06-23T19:17:55.329Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-06-23T19:17:55.329Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-06-23T19:17:55.329Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-06-23T19:17:55.329Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-06-23T19:17:55.329Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-23T19:17:55.329Z] Fetched 64.1 MB in 2s (32.5 MB/s) [2021-06-23T19:17:55.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-23T19:17:55.591Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-06-23T19:17:55.591Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-23T19:17:55.853Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-06-23T19:17:55.853Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-23T19:17:56.118Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-147.151_amd64.deb ... [2021-06-23T19:17:56.118Z] Unpacking linux-libc-dev:amd64 (4.15.0-147.151) over (4.15.0-20.21) ... [2021-06-23T19:17:56.118Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.379Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.379Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.379Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.379Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.379Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.379Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.379Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.641Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.641Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.641Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.641Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.641Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.641Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.903Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:17:56.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-23T19:17:56.903Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.903Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-06-23T19:17:56.903Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:17:56.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-23T19:17:56.903Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:56.903Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:57.166Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:57.166Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:57.428Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-23T19:17:57.428Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-23T19:17:57.690Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:17:57.690Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-23T19:17:57.690Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-06-23T19:17:57.690Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-23T19:17:58.266Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-06-23T19:17:58.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-23T19:17:58.266Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-06-23T19:17:58.266Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-06-23T19:17:58.528Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-06-23T19:17:58.528Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-06-23T19:17:58.528Z] Setting up base-files (10.1ubuntu2.10) ... [2021-06-23T19:17:58.791Z] Installing new version of config file /etc/issue ... [2021-06-23T19:17:58.791Z] Installing new version of config file /etc/issue.net ... [2021-06-23T19:17:58.791Z] Installing new version of config file /etc/lsb-release ... [2021-06-23T19:17:58.791Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-06-23T19:17:58.791Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-06-23T19:17:59.053Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-06-23T19:17:59.053Z] Removing obsolete conffile /etc/default/motd-news ... [2021-06-23T19:17:59.053Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:17:59.053Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-06-23T19:17:59.053Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-06-23T19:17:59.315Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-06-23T19:17:59.315Z] 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-23T19:17:59.315Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:17:59.315Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:17:59.315Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-06-23T19:17:59.315Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:17:59.315Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:17:59.315Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-06-23T19:17:59.315Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-06-23T19:17:59.575Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-06-23T19:17:59.575Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:17:59.575Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-06-23T19:17:59.575Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-23T19:17:59.837Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-06-23T19:17:59.837Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:17:59.837Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-23T19:17:59.837Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-23T19:17:59.837Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-23T19:17:59.837Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:17:59.837Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-23T19:18:00.110Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-23T19:18:00.110Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-06-23T19:18:00.110Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:00.110Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-06-23T19:18:00.110Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-06-23T19:18:00.387Z] Setting up grep (3.1-2build1) ... [2021-06-23T19:18:00.387Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:00.387Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-06-23T19:18:00.387Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-06-23T19:18:00.387Z] Setting up login (1:4.5-1ubuntu2) ... [2021-06-23T19:18:00.387Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:00.387Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-23T19:18:00.387Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-23T19:18:00.650Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-06-23T19:18:00.650Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:00.650Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-23T19:18:00.650Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-23T19:18:01.253Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-23T19:18:01.253Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-23T19:18:01.253Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-23T19:18:01.253Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-23T19:18:01.515Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-06-23T19:18:01.778Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:01.778Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-06-23T19:18:01.778Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-23T19:18:02.354Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-06-23T19:18:02.354Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-06-23T19:18:02.354Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-06-23T19:18:02.354Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-06-23T19:18:02.354Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-06-23T19:18:02.354Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:02.354Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-06-23T19:18:02.354Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-06-23T19:18:02.619Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-06-23T19:18:03.204Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.204Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:03.204Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:03.204Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:03.204Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.204Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:03.204Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:03.204Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:03.204Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.204Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:03.204Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:03.468Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:03.468Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.468Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:03.468Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:03.468Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:03.468Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.468Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-23T19:18:03.468Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-23T19:18:03.731Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-23T19:18:03.731Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-23T19:18:03.731Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-23T19:18:03.731Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.731Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-23T19:18:03.731Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-23T19:18:03.995Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-23T19:18:03.996Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.996Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:03.996Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:03.996Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:03.996Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:03.996Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:03.996Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:04.261Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:04.261Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:04.261Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:04.261Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:04.522Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:04.784Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-06-23T19:18:05.047Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-06-23T19:18:05.047Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:05.047Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-06-23T19:18:05.047Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-23T19:18:05.309Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-06-23T19:18:05.573Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-23T19:18:05.573Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-06-23T19:18:05.573Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-23T19:18:05.573Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-06-23T19:18:05.573Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-23T19:18:05.573Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-06-23T19:18:05.573Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-06-23T19:18:05.837Z] Setting up debconf (1.5.66ubuntu1) ... [2021-06-23T19:18:05.837Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-23T19:18:05.837Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-06-23T19:18:05.837Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-06-23T19:18:06.101Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-06-23T19:18:06.101Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-23T19:18:06.101Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-06-23T19:18:06.101Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-06-23T19:18:06.101Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-06-23T19:18:06.101Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-23T19:18:06.101Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-23T19:18:06.101Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-23T19:18:06.364Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-23T19:18:06.364Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-23T19:18:06.364Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-23T19:18:06.364Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-23T19:18:06.626Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-23T19:18:06.626Z] (Reading database ... 13919 files and directories currently installed.) [2021-06-23T19:18:06.626Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-23T19:18:06.626Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-23T19:18:06.626Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-23T19:18:06.890Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:06.890Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-23T19:18:06.890Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-23T19:18:06.890Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.48_amd64.deb ... [2021-06-23T19:18:06.890Z] Unpacking systemd-sysv (237-3ubuntu10.48) over (237-3ubuntu10) ... [2021-06-23T19:18:06.890Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-23T19:18:07.152Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-23T19:18:07.152Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-23T19:18:07.152Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:07.152Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-06-23T19:18:07.152Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-06-23T19:18:07.152Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-06-23T19:18:07.414Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:07.414Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-06-23T19:18:07.414Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-06-23T19:18:07.414Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-06-23T19:18:07.414Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:07.414Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-06-23T19:18:07.414Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-23T19:18:07.414Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-23T19:18:07.680Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:07.680Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-23T19:18:07.942Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-23T19:18:07.942Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-23T19:18:07.942Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:07.942Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-06-23T19:18:07.942Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-06-23T19:18:07.942Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-06-23T19:18:07.942Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:07.942Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-06-23T19:18:08.203Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-06-23T19:18:08.203Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-06-23T19:18:08.465Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:08.465Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-23T19:18:08.465Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-23T19:18:08.465Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-06-23T19:18:08.465Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:08.465Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-06-23T19:18:08.465Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-06-23T19:18:08.727Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-06-23T19:18:08.728Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:08.728Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2021-06-23T19:18:08.728Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2021-06-23T19:18:08.728Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2021-06-23T19:18:08.728Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:08.728Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-06-23T19:18:08.728Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-06-23T19:18:08.990Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-06-23T19:18:08.990Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:08.990Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-06-23T19:18:08.990Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-06-23T19:18:08.990Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-06-23T19:18:09.252Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:09.252Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-06-23T19:18:09.252Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-06-23T19:18:09.252Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-06-23T19:18:09.252Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:09.252Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-06-23T19:18:09.252Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-06-23T19:18:09.513Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-06-23T19:18:09.513Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:09.513Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-06-23T19:18:09.513Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-06-23T19:18:09.513Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-06-23T19:18:09.513Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-23T19:18:09.513Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-06-23T19:18:09.513Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-06-23T19:18:09.513Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-06-23T19:18:09.776Z] (Reading database ... 13924 files and directories currently installed.) [2021-06-23T19:18:09.776Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-06-23T19:18:09.776Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-06-23T19:18:09.776Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-06-23T19:18:09.776Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-06-23T19:18:09.776Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-06-23T19:18:10.043Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-06-23T19:18:10.043Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-06-23T19:18:10.043Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-06-23T19:18:10.309Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-06-23T19:18:10.309Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-06-23T19:18:10.309Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-06-23T19:18:10.309Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-06-23T19:18:10.309Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-06-23T19:18:10.309Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-06-23T19:18:10.573Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-06-23T19:18:10.573Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-06-23T19:18:10.573Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-06-23T19:18:10.573Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-06-23T19:18:10.573Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-06-23T19:18:10.573Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-06-23T19:18:10.835Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-06-23T19:18:10.835Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-06-23T19:18:10.835Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-06-23T19:18:10.835Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-06-23T19:18:11.096Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-06-23T19:18:11.358Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-06-23T19:18:11.358Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-06-23T19:18:11.358Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-06-23T19:18:11.358Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-23T19:18:11.358Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-23T19:18:11.621Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-23T19:18:11.621Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-23T19:18:11.884Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-23T19:18:11.884Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-23T19:18:11.884Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-23T19:18:11.884Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-23T19:18:11.884Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:11.884Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:11.884Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:11.884Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:12.146Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:12.146Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:12.146Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:12.146Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:13.091Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:13.091Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:13.667Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:13.667Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:14.240Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:14.240Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:14.502Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:14.502Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:15.451Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-23T19:18:15.451Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-23T19:18:15.451Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-23T19:18:15.451Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-23T19:18:15.451Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-06-23T19:18:15.451Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-23T19:18:15.451Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-06-23T19:18:15.451Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-23T19:18:15.715Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-06-23T19:18:15.715Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-06-23T19:18:15.715Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-23T19:18:15.715Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-23T19:18:15.715Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-23T19:18:15.979Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-23T19:18:15.979Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-06-23T19:18:15.979Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-06-23T19:18:15.979Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:15.979Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-23T19:18:15.979Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:15.979Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:15.979Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:15.979Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-06-23T19:18:15.979Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-06-23T19:18:15.979Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-06-23T19:18:16.240Z] [2021-06-23T19:18:16.240Z] Current default time zone: 'Etc/UTC' [2021-06-23T19:18:16.240Z] Local time is now: Wed Jun 23 19:18:16 UTC 2021. [2021-06-23T19:18:16.240Z] Universal Time is now: Wed Jun 23 19:18:16 UTC 2021. [2021-06-23T19:18:16.240Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-06-23T19:18:16.240Z] [2021-06-23T19:18:16.240Z] Setting up systemd-sysv (237-3ubuntu10.48) ... [2021-06-23T19:18:16.240Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:16.240Z] Setting up linux-libc-dev:amd64 (4.15.0-147.151) ... [2021-06-23T19:18:16.240Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-06-23T19:18:16.240Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-06-23T19:18:16.240Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-06-23T19:18:16.240Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-06-23T19:18:16.240Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-06-23T19:18:16.240Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-06-23T19:18:16.240Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-06-23T19:18:16.240Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:16.240Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-06-23T19:18:16.502Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:16.502Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-06-23T19:18:16.502Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:16.502Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-06-23T19:18:16.502Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-06-23T19:18:16.502Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-06-23T19:18:16.502Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-06-23T19:18:16.502Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-06-23T19:18:16.502Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-06-23T19:18:16.502Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-06-23T19:18:16.502Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-06-23T19:18:18.424Z] Updating certificates in /etc/ssl/certs... [2021-06-23T19:18:19.370Z] 23 added, 27 removed; done. [2021-06-23T19:18:19.370Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-06-23T19:18:19.370Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-06-23T19:18:19.370Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-06-23T19:18:19.370Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-06-23T19:18:19.370Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-06-23T19:18:19.370Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.370Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-06-23T19:18:19.632Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-06-23T19:18:19.632Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-06-23T19:18:19.632Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-06-23T19:18:19.632Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-06-23T19:18:19.632Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.632Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-23T19:18:19.632Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-06-23T19:18:19.632Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-06-23T19:18:19.632Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-06-23T19:18:19.632Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-23T19:18:19.632Z] Processing triggers for systemd (237-3ubuntu10.48) ... [2021-06-23T19:18:19.894Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-06-23T19:18:19.894Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-06-23T19:18:19.894Z] Updating certificates in /etc/ssl/certs... [2021-06-23T19:18:20.470Z] 0 added, 0 removed; done. [2021-06-23T19:18:20.470Z] Running hooks in /etc/ca-certificates/update.d... [2021-06-23T19:18:20.470Z] done. [2021-06-23T19:18:20.733Z] Reading package lists... [2021-06-23T19:18:20.998Z] Building dependency tree... [2021-06-23T19:18:20.998Z] Reading state information... [2021-06-23T19:18:20.998Z] The following NEW packages will be installed: [2021-06-23T19:18:20.998Z] apt-transport-https [2021-06-23T19:18:21.260Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-06-23T19:18:21.260Z] Need to get 1692 B of archives. [2021-06-23T19:18:21.260Z] After this operation, 154 kB of additional disk space will be used. [2021-06-23T19:18:21.260Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-06-23T19:18:21.260Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-23T19:18:21.526Z] Fetched 1692 B in 0s (9604 B/s) [2021-06-23T19:18:21.526Z] Selecting previously unselected package apt-transport-https. [2021-06-23T19:18:21.526Z] (Reading database ... 13929 files and directories currently installed.) [2021-06-23T19:18:21.526Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-06-23T19:18:21.526Z] Unpacking apt-transport-https (1.6.13) ... [2021-06-23T19:18:21.526Z] Setting up apt-transport-https (1.6.13) ... [2021-06-23T19:18:21.788Z] Waiting for network to be ready... [2021-06-23T19:18:27.088Z] 2021-06-23T19:18:24Z INFO Waiting for automatic snapd restart... [2021-06-23T19:18:27.088Z] snapd 2.51 from Canonical* installed [2021-06-23T19:18:28.033Z] "snapd" switched to the "latest/stable" channel [2021-06-23T19:18:28.033Z] [2021-06-23T19:18:30.588Z] core18 20210611 from Canonical* installed [2021-06-23T19:18:30.851Z] "core18" switched to the "latest/stable" channel [2021-06-23T19:18:30.851Z] [2021-06-23T19:18:34.170Z] snapcraft 4.8.2 from Canonical* installed [2021-06-23T19:18:34.431Z] "snapcraft" switched to the "latest/stable" channel [2021-06-23T19:18:34.431Z] [2021-06-23T19:18:38.651Z] 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-23T19:18:38.651Z] - README.md [2021-06-23T19:18:38.651Z] [2021-06-23T19:18:38.651Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-06-23T19:18:39.225Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-23T19:18:39.225Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-23T19:18:39.225Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-23T19:18:40.497Z] Reading package lists... [2021-06-23T19:18:40.827Z] 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-23T19:18:40.827Z] Reading package lists... [2021-06-23T19:18:41.146Z] Building dependency tree... [2021-06-23T19:18:41.146Z] Reading state information... [2021-06-23T19:18:41.146Z] Suggested packages: [2021-06-23T19:18:41.146Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-06-23T19:18:41.146Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-06-23T19:18:41.146Z] Recommended packages: [2021-06-23T19:18:41.146Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-06-23T19:18:41.146Z] The following NEW packages will be installed: [2021-06-23T19:18:41.146Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-06-23T19:18:41.146Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-06-23T19:18:41.146Z] pkg-config zip [2021-06-23T19:18:41.146Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-06-23T19:18:41.146Z] Need to get 7663 kB of archives. [2021-06-23T19:18:41.146Z] After this operation, 43.8 MB of additional disk space will be used. [2021-06-23T19:18:41.146Z] 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-23T19:18:41.547Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-06-23T19:18:41.547Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-06-23T19:18:41.547Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-06-23T19:18:41.547Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-06-23T19:18:41.547Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-06-23T19:18:41.547Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-06-23T19:18:41.547Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-06-23T19:18:41.547Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-06-23T19:18:41.547Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-06-23T19:18:41.547Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-06-23T19:18:41.872Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-06-23T19:18:41.872Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-06-23T19:18:41.872Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-06-23T19:18:41.872Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-06-23T19:18:42.135Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-23T19:18:42.135Z] Fetched 7663 kB in 1s (9864 kB/s) [2021-06-23T19:18:42.135Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-06-23T19:18:42.135Z] (Reading database ... 13933 files and directories currently installed.) [2021-06-23T19:18:42.135Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-06-23T19:18:42.135Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-06-23T19:18:42.135Z] Selecting previously unselected package libpsl5:amd64. [2021-06-23T19:18:42.135Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-06-23T19:18:42.135Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-06-23T19:18:42.402Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-06-23T19:18:42.402Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-06-23T19:18:42.402Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-06-23T19:18:42.402Z] Selecting previously unselected package librtmp1:amd64. [2021-06-23T19:18:42.402Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-06-23T19:18:42.402Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-06-23T19:18:42.402Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-06-23T19:18:42.402Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-06-23T19:18:42.402Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-06-23T19:18:42.663Z] Selecting previously unselected package liberror-perl. [2021-06-23T19:18:42.664Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-06-23T19:18:42.664Z] Unpacking liberror-perl (0.17025-1) ... [2021-06-23T19:18:42.664Z] Selecting previously unselected package git-man. [2021-06-23T19:18:42.664Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-06-23T19:18:42.664Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-06-23T19:18:42.664Z] Selecting previously unselected package git. [2021-06-23T19:18:42.664Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-06-23T19:18:42.664Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-06-23T19:18:43.237Z] Selecting previously unselected package libnorm1:amd64. [2021-06-23T19:18:43.237Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-06-23T19:18:43.237Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-06-23T19:18:43.237Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-06-23T19:18:43.237Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-06-23T19:18:43.237Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-06-23T19:18:43.507Z] Selecting previously unselected package libsodium23:amd64. [2021-06-23T19:18:43.507Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-06-23T19:18:43.507Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-06-23T19:18:43.507Z] Selecting previously unselected package libzmq5:amd64. [2021-06-23T19:18:43.507Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-06-23T19:18:43.507Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-23T19:18:43.507Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-06-23T19:18:43.507Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-06-23T19:18:43.507Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-23T19:18:43.507Z] Selecting previously unselected package pkg-config. [2021-06-23T19:18:43.770Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-06-23T19:18:43.770Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-06-23T19:18:43.770Z] Selecting previously unselected package zip. [2021-06-23T19:18:43.770Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-06-23T19:18:43.770Z] Unpacking zip (3.0-11build1) ... [2021-06-23T19:18:43.770Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-06-23T19:18:43.770Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-06-23T19:18:43.770Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-06-23T19:18:43.770Z] Setting up liberror-perl (0.17025-1) ... [2021-06-23T19:18:43.770Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-06-23T19:18:43.770Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-06-23T19:18:43.770Z] No schema files found: doing nothing. [2021-06-23T19:18:43.770Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-06-23T19:18:43.770Z] Setting up zip (3.0-11build1) ... [2021-06-23T19:18:43.770Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-06-23T19:18:44.032Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-06-23T19:18:44.032Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-06-23T19:18:44.032Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-23T19:18:44.032Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-06-23T19:18:44.032Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-23T19:18:44.032Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-06-23T19:18:44.032Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-23T19:18:44.606Z] git set to automatically installed. [2021-06-23T19:18:44.606Z] git-man set to automatically installed. [2021-06-23T19:18:44.606Z] libcurl3-gnutls set to automatically installed. [2021-06-23T19:18:44.606Z] liberror-perl set to automatically installed. [2021-06-23T19:18:44.606Z] libglib2.0-0 set to automatically installed. [2021-06-23T19:18:44.606Z] libnghttp2-14 set to automatically installed. [2021-06-23T19:18:44.606Z] libnorm1 set to automatically installed. [2021-06-23T19:18:44.606Z] libpgm-5.2-0 set to automatically installed. [2021-06-23T19:18:44.606Z] libpsl5 set to automatically installed. [2021-06-23T19:18:44.606Z] librtmp1 set to automatically installed. [2021-06-23T19:18:44.606Z] libsodium23 set to automatically installed. [2021-06-23T19:18:44.606Z] libzmq3-dev set to automatically installed. [2021-06-23T19:18:44.606Z] libzmq5 set to automatically installed. [2021-06-23T19:18:44.606Z] pkg-config set to automatically installed. [2021-06-23T19:18:44.606Z] zip set to automatically installed. [2021-06-23T19:18:45.997Z] snapd is not logged in, snap install commands will use sudo [2021-06-23T19:18:51.308Z] go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed [2021-06-23T19:18:51.882Z] snapd is not logged in, snap install commands will use sudo [2021-06-23T19:18:52.829Z] snap "core18" has no updates available [2021-06-23T19:18:53.401Z] Downloading snap 'edgex-app-service-configurable' [2021-06-23T19:18:55.319Z] 2021/06/23 19:18:54.926116 store_download.go:482: Download size for https://api.snapcraft.io/api/v1/snaps/download/wW8JyHIizgTdIP8m6nZjdtvUCj5wEeoL_567.snap: 7311360 [2021-06-23T19:18:56.711Z] Pulling app-service-config [2021-06-23T19:18:56.711Z] + snapcraftctl pull [2021-06-23T19:18:57.657Z] Pulling config-common [2021-06-23T19:18:57.657Z] + snapcraftctl pull [2021-06-23T19:18:58.605Z] Pulling go-build-helper [2021-06-23T19:18:58.605Z] + snapcraftctl pull [2021-06-23T19:18:59.556Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-06-23T19:18:59.556Z] Skipping pull go-build-helper (already ran) [2021-06-23T19:18:59.556Z] Building go-build-helper [2021-06-23T19:18:59.556Z] + snapcraftctl build [2021-06-23T19:19:00.194Z] gofmt -l . [2021-06-23T19:19:00.194Z] [ "`gofmt -l .`" = "" ] [2021-06-23T19:19:00.194Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-23T19:19:00.883Z] + ls -al . [2021-06-23T19:19:00.884Z] total 544 [2021-06-23T19:19:00.884Z] drwxrwxr-x 9 1001 1001 4096 Jun 23 19:18 . [2021-06-23T19:19:00.884Z] drwxr-xr-x 4 root root 4096 Jun 23 19:14 .. [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 11 Jun 23 19:12 .dockerignore [2021-06-23T19:19:00.884Z] drwxrwxr-x 8 1001 1001 4096 Jun 23 19:12 .git [2021-06-23T19:19:00.884Z] drwxrwxr-x 3 1001 1001 4096 Jun 23 19:12 .github [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 818 Jun 23 19:12 .gitignore [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 166 Jun 23 19:12 .sonarcloud.properties [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 8609 Jun 23 19:12 Attribution.txt [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 3804 Jun 23 19:12 CONTRIBUTING.md [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 931 Jun 23 19:12 Dockerfile.build [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 849 Jun 23 19:12 Jenkinsfile [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 10775 Jun 23 19:12 LICENSE [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 5605 Jun 23 19:12 Makefile [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 7905 Jun 23 19:12 README.md [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 7071 Jun 23 19:12 SECURITY.md [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 5 Jun 23 19:08 VERSION [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 4131 Jun 23 19:12 ZMQWindows.md [2021-06-23T19:19:00.884Z] drwxrwxr-x 2 1001 1001 4096 Jun 23 19:12 bin [2021-06-23T19:19:00.884Z] drwxrwxr-x 14 1001 1001 4096 Jun 23 19:12 cmd [2021-06-23T19:19:00.884Z] -rw-r--r-- 1 root root 398095 Jun 23 19:17 coverage.out [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 841 Jun 23 19:12 go.mod [2021-06-23T19:19:00.884Z] -rw-r--r-- 1 root root 20962 Jun 23 19:14 go.sum [2021-06-23T19:19:00.884Z] drwxrwxr-x 7 1001 1001 4096 Jun 23 19:12 internal [2021-06-23T19:19:00.884Z] drwxrwxr-x 3 1001 1001 4096 Jun 23 19:12 openapi [2021-06-23T19:19:00.884Z] drwxrwxr-x 4 1001 1001 4096 Jun 23 19:12 snap [2021-06-23T19:19:00.884Z] -rw-rw-r-- 1 1001 1001 168 Jun 23 19:12 version.go [Pipeline] sh [2021-06-23T19:19:01.479Z] Staging go-build-helper [2021-06-23T19:19:01.479Z] + snapcraftctl stage [2021-06-23T19:19:01.571Z] + '[' -e coverage.out ] [2021-06-23T19:19:01.571Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-23T19:19:01.618Z] Warning: overwriting stash ‘coverage-report’ [2021-06-23T19:19:02.497Z] Stashed 1 file(s) [Pipeline] sh [2021-06-23T19:19:03.171Z] + make build [2021-06-23T19:19:03.171Z] go mod tidy [2021-06-23T19:19:03.770Z] 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-23T19:19:09.627Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-06-23T19:19:09.627Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-06-23T19:19:09.627Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1782 kB] [2021-06-23T19:19:09.627Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [329 kB] [2021-06-23T19:19:09.627Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-06-23T19:19:09.627Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-06-23T19:19:09.627Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [365 kB] [2021-06-23T19:19:09.627Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [48.9 kB] [2021-06-23T19:19:09.627Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1131 kB] [2021-06-23T19:19:09.627Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [256 kB] [2021-06-23T19:19:09.627Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-06-23T19:19:09.627Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-06-23T19:19:09.627Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-06-23T19:19:09.627Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-06-23T19:19:09.627Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-06-23T19:19:09.627Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-06-23T19:19:09.627Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-06-23T19:19:09.627Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-06-23T19:19:09.627Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-06-23T19:19:09.627Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2127 kB] [2021-06-23T19:19:09.627Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [421 kB] [2021-06-23T19:19:09.627Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-06-23T19:19:09.627Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-06-23T19:19:09.627Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [388 kB] [2021-06-23T19:19:09.627Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [52.6 kB] [2021-06-23T19:19:09.627Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1738 kB] [2021-06-23T19:19:09.627Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [371 kB] [2021-06-23T19:19:09.627Z] Fetched 24.8 MB in 0s (0 B/s) [2021-06-23T19:19:09.627Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-06-23T19:19:09.627Z] Fetched 224 kB in 0s (0 B/s) [2021-06-23T19:19:09.627Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-06-23T19:19:09.627Z] Fetched 157 kB in 0s (0 B/s) [2021-06-23T19:19:09.627Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-06-23T19:19:09.627Z] Fetched 221 kB in 0s (0 B/s) [2021-06-23T19:19:09.627Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-06-23T19:19:09.627Z] Fetched 143 kB in 0s (0 B/s) [2021-06-23T19:19:09.627Z] Pulling edgex-go [2021-06-23T19:19:09.627Z] + snapcraftctl pull [2021-06-23T19:19:10.534Z] 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-23T19:19:27.756Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-23T19:19:27.756Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-23T19:19:27.756Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-23T19:19:27.756Z] Fetched 0 B in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-06-23T19:19:27.756Z] Fetched 96.5 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-06-23T19:19:27.756Z] Fetched 279 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-06-23T19:19:27.756Z] Fetched 122 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-06-23T19:19:27.756Z] Fetched 77.8 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-06-23T19:19:27.756Z] Fetched 8848 B in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-06-23T19:19:27.756Z] Fetched 47.8 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-06-23T19:19:27.756Z] Fetched 45.6 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-06-23T19:19:27.756Z] Fetched 15.0 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-06-23T19:19:27.756Z] Fetched 219 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-06-23T19:19:27.756Z] Fetched 154 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-06-23T19:19:27.756Z] Fetched 50.6 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-06-23T19:19:27.756Z] Fetched 14.8 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-06-23T19:19:27.756Z] Fetched 41.8 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-06-23T19:19:27.756Z] Fetched 499 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-06-23T19:19:27.756Z] Fetched 111 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-06-23T19:19:27.756Z] Fetched 240 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-06-23T19:19:27.756Z] Fetched 29.3 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-06-23T19:19:27.756Z] Fetched 85.5 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-06-23T19:19:27.756Z] Fetched 24.5 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-06-23T19:19:27.756Z] Fetched 49.2 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-06-23T19:19:27.756Z] Fetched 54.2 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-06-23T19:19:27.756Z] Fetched 30.8 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-06-23T19:19:27.756Z] Fetched 15.8 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-06-23T19:19:27.756Z] Fetched 85.9 kB in 0s (0 B/s) [2021-06-23T19:19:27.756Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-06-23T19:19:27.757Z] Fetched 8720 B in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2021-06-23T19:19:27.757Z] Fetched 140 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-06-23T19:19:27.757Z] Fetched 119 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2021-06-23T19:19:27.757Z] Fetched 111 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-06-23T19:19:27.757Z] Fetched 11.1 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-06-23T19:19:27.757Z] Fetched 645 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-06-23T19:19:27.757Z] Fetched 41.3 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-06-23T19:19:27.757Z] Fetched 17.9 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-06-23T19:19:27.757Z] Fetched 368 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-06-23T19:19:27.757Z] Fetched 187 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-06-23T19:19:27.757Z] Fetched 175 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-06-23T19:19:27.757Z] Fetched 206 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-06-23T19:19:27.757Z] Fetched 1301 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-06-23T19:19:27.757Z] Fetched 36.2 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-06-23T19:19:27.757Z] Fetched 159 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-06-23T19:19:27.757Z] Fetched 107 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-06-23T19:19:27.757Z] Fetched 48.7 kB in 0s (0 B/s) [2021-06-23T19:19:27.757Z] Pulling static-packages [2021-06-23T19:19:27.757Z] + snapcraftctl pull [2021-06-23T19:19:27.757Z] Pulling version [2021-06-23T19:19:27.757Z] + cd /root/project [2021-06-23T19:19:27.757Z] + git describe --tags --abbrev=0 [2021-06-23T19:19:27.757Z] + sed s/v// [2021-06-23T19:19:27.757Z] + GIT_VERSION=2.0.0-dev.271 [2021-06-23T19:19:27.757Z] + [ -z 2.0.0-dev.271 ] [2021-06-23T19:19:27.757Z] + snapcraftctl set-version 2.0.0-dev.271 [2021-06-23T19:19:28.019Z] Building app-service-config [2021-06-23T19:19:28.019Z] + snapcraftctl build [2021-06-23T19:19:29.934Z] Building config-common [2021-06-23T19:19:29.934Z] + snapcraftctl build [2021-06-23T19:19:31.852Z] Skipping build go-build-helper (already ran) [2021-06-23T19:19:32.116Z] Building edgex-go [2021-06-23T19:19:32.378Z] + cd /root/parts/edgex-go/src [2021-06-23T19:19:32.378Z] + make build [2021-06-23T19:19:32.378Z] go mod tidy [2021-06-23T19:19:32.737Z] 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-23T19:19:33.713Z] 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-23T19:19:34.312Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.67 [2021-06-23T19:19:34.312Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-06-23T19:19:34.312Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.102 [2021-06-23T19:19:34.312Z] go: downloading github.com/google/uuid v1.2.0 [2021-06-23T19:19:34.312Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-06-23T19:19:34.312Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-06-23T19:19:34.312Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.16 [2021-06-23T19:19:34.312Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-06-23T19:19:34.312Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-06-23T19:19:34.312Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-06-23T19:19:34.312Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.26 [2021-06-23T19:19:34.312Z] go: downloading github.com/lib/pq v1.10.2 [2021-06-23T19:19:34.312Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-06-23T19:19:34.312Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-06-23T19:19:34.573Z] go: downloading github.com/pelletier/go-toml v1.9.2 [2021-06-23T19:19:34.573Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-06-23T19:19:34.573Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.8 [2021-06-23T19:19:35.147Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.10 [2021-06-23T19:19:35.411Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-06-23T19:19:35.411Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-06-23T19:19:35.676Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-23T19:19:35.676Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-23T19:19:35.676Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-06-23T19:19:35.676Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-06-23T19:19:35.676Z] go: downloading github.com/x448/float16 v0.8.4 [2021-06-23T19:19:35.676Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-06-23T19:19:35.946Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-06-23T19:19:35.946Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-06-23T19:19:35.946Z] go: downloading golang.org/x/text v0.3.2 [2021-06-23T19:19:35.946Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-06-23T19:19:35.946Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-06-23T19:19:35.946Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-06-23T19:19:36.216Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-06-23T19:19:36.216Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-06-23T19:19:36.475Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-06-23T19:19:36.475Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-06-23T19:19:36.475Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-06-23T19:19:36.475Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-06-23T19:19:36.475Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-06-23T19:19:36.475Z] go: downloading github.com/kr/pretty v0.2.0 [2021-06-23T19:19:36.475Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-06-23T19:19:36.475Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-06-23T19:19:36.476Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-06-23T19:19:36.734Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-06-23T19:19:36.734Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-06-23T19:19:36.734Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-06-23T19:19:36.734Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-06-23T19:19:36.734Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-23T19:19:36.995Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-06-23T19:19:36.995Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-06-23T19:19:36.995Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-06-23T19:19:36.995Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-06-23T19:19:36.995Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-06-23T19:19:36.995Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-06-23T19:19:36.995Z] go: downloading github.com/kr/text v0.1.0 [2021-06-23T19:19:36.995Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-23T19:19:36.995Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-23T19:19:36.995Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-23T19:19:36.995Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-23T19:19:36.995Z] go: downloading github.com/pkg/errors v0.8.1 [2021-06-23T19:19:36.995Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-06-23T19:19:36.995Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-06-23T19:19:36.995Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-06-23T19:19:37.114Z] 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-23T19:19:37.255Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-06-23T19:19:37.256Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-06-23T19:19:37.256Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-06-23T19:19:37.256Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-06-23T19:19:37.256Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-06-23T19:19:37.256Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-06-23T19:19:37.256Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-06-23T19:19:37.256Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-06-23T19:19:37.256Z] go: downloading github.com/miekg/dns v1.1.26 [2021-06-23T19:19:37.256Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-06-23T19:19:37.256Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-06-23T19:19:37.256Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-06-23T19:19:37.256Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-06-23T19:19:37.256Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-06-23T19:19:37.256Z] 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-23T19:19:38.098Z] 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-23T19:19:41.484Z] 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-23T19:19:44.872Z] 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-23T19:19:47.250Z] 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-23T19:19:47.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-06-23T19:19:50.550Z] 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-23T19:19:51.491Z] 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-23T19:19:51.815Z] 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-23T19:19:52.434Z] 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-23T19:19:53.006Z] 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-23T19:19:53.948Z] 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-23T19:19:54.442Z] 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-23T19:19:55.333Z] 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-23T19:19:56.289Z] 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-23T19:19:57.231Z] 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-23T19:19:57.864Z] 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-23T19:19:58.176Z] 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-23T19:19:59.122Z] 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-23T19:20:01.037Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-06-23T19:20:01.037Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-06-23T19:20:01.037Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-06-23T19:20:01.037Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-06-23T19:20:01.037Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-06-23T19:20:01.037Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-06-23T19:20:01.037Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-06-23T19:20:01.037Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-06-23T19:20:01.037Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-06-23T19:20:01.037Z] + 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-23T19:20:01.037Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-06-23T19:20:01.037Z] + 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-23T19:20:01.037Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-06-23T19:20:01.037Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-06-23T19:20:01.037Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-06-23T19:20:01.037Z] + 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-23T19:20:01.037Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-06-23T19:20:01.037Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-06-23T19:20:01.037Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [Pipeline] } [2021-06-23T19:20:03.319Z] $ docker stop --time=1 dd58060342c4726bc06e6b7ccd7c92e4bdac510b40074b7eb08d351f671aba10 [2021-06-23T19:20:03.594Z] Building static-packages [2021-06-23T19:20:03.594Z] + snapcraftctl build [2021-06-23T19:20:05.771Z] $ docker rm -f dd58060342c4726bc06e6b7ccd7c92e4bdac510b40074b7eb08d351f671aba10 [2021-06-23T19:20:06.320Z] Building version [2021-06-23T19:20:06.320Z] + snapcraftctl build [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:20:07.713Z] Staging app-service-config [2021-06-23T19:20:07.713Z] + snapcraftctl stage [2021-06-23T19:20:07.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-23T19:20:07.727Z] [2021-06-23T19:20:07.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:20:08.394Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-23T19:20:08.660Z] Staging config-common [2021-06-23T19:20:08.660Z] + snapcraftctl stage [2021-06-23T19:20:08.667Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-23T19:20:08.667Z] 29e5d40040c1: Pulling fs layer [2021-06-23T19:20:08.667Z] 1ce36da41761: Pulling fs layer [2021-06-23T19:20:08.667Z] 25b303627fd3: Pulling fs layer [2021-06-23T19:20:08.940Z] 29e5d40040c1: Verifying Checksum [2021-06-23T19:20:08.940Z] 29e5d40040c1: Download complete [2021-06-23T19:20:09.546Z] 29e5d40040c1: Pull complete [2021-06-23T19:20:09.604Z] Skipping stage go-build-helper (already ran) [2021-06-23T19:20:09.604Z] Staging edgex-go [2021-06-23T19:20:09.604Z] + snapcraftctl stage [2021-06-23T19:20:09.823Z] 1ce36da41761: Verifying Checksum [2021-06-23T19:20:09.823Z] 1ce36da41761: Download complete [2021-06-23T19:20:10.547Z] Staging static-packages [2021-06-23T19:20:10.547Z] + snapcraftctl stage [2021-06-23T19:20:11.280Z] 1ce36da41761: Pull complete [2021-06-23T19:20:11.554Z] 25b303627fd3: Verifying Checksum [2021-06-23T19:20:11.554Z] 25b303627fd3: Download complete [2021-06-23T19:20:11.958Z] Staging version [2021-06-23T19:20:11.958Z] + snapcraftctl stage [2021-06-23T19:20:12.617Z] Priming app-service-config [2021-06-23T19:20:12.939Z] + snapcraftctl prime [2021-06-23T19:20:13.997Z] Priming config-common [2021-06-23T19:20:13.997Z] + snapcraftctl prime [2021-06-23T19:20:14.947Z] Priming go-build-helper [2021-06-23T19:20:14.947Z] + snapcraftctl prime [2021-06-23T19:20:16.338Z] Priming edgex-go [2021-06-23T19:20:16.338Z] + snapcraftctl prime [2021-06-23T19:20:17.287Z] Priming static-packages [2021-06-23T19:20:17.287Z] + snapcraftctl prime [2021-06-23T19:20:19.848Z] Priming version [2021-06-23T19:20:19.848Z] + snapcraftctl prime [2021-06-23T19:20:20.806Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-06-23T19:20:21.727Z] 25b303627fd3: Pull complete [2021-06-23T19:20:21.727Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-23T19:20:21.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-23T19:20:21.727Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-23T19:20:21.977Z] prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container [2021-06-23T19:20:22.059Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-23T19:20:24.881Z] $ docker top 19bb97971ad4abd791bdeb0b8f145ffdf645fab5db06ae92a5592221833f5014 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-23T19:20:25.966Z] + grep parallel [2021-06-23T19:20:25.966Z] + docker-compose build --help [2021-06-23T19:20:29.346Z] --parallel Build images in parallel. [Pipeline] } [2021-06-23T19:20:29.653Z] $ docker stop --time=1 19bb97971ad4abd791bdeb0b8f145ffdf645fab5db06ae92a5592221833f5014 [2021-06-23T19:20:31.484Z] $ docker rm -f 19bb97971ad4abd791bdeb0b8f145ffdf645fab5db06ae92a5592221833f5014 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:20:32.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-23T19:20:32.419Z] . [Pipeline] withDockerContainer [2021-06-23T19:20:32.700Z] prd-ubuntu18.04-docker-arm64-4c-16g-958 does not seem to be running inside a container [2021-06-23T19:20:32.772Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-06-23T19:20:34.293Z] $ docker top a119eb6548c0d971341f29bfdefcc6059611c8dcf665cd5b69f431410af14893 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-23T19:20:35.317Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-23T19:20:38.721Z] Building core-command ... [2021-06-23T19:20:38.721Z] Building core-data ... [2021-06-23T19:20:38.721Z] Building core-metadata ... [2021-06-23T19:20:38.721Z] Building security-bootstrapper ... [2021-06-23T19:20:38.721Z] Building security-proxy-setup ... [2021-06-23T19:20:38.721Z] Building security-secretstore-setup ... [2021-06-23T19:20:38.721Z] Building support-notifications ... [2021-06-23T19:20:38.721Z] Building support-scheduler ... [2021-06-23T19:20:38.721Z] Building sys-mgmt-agent ... [2021-06-23T19:20:38.721Z] Building security-bootstrapper [2021-06-23T19:20:38.721Z] Building sys-mgmt-agent [2021-06-23T19:20:39.010Z] Building core-command [2021-06-23T19:20:39.010Z] Building core-metadata [2021-06-23T19:20:39.010Z] Building security-secretstore-setup [2021-06-23T19:22:01.589Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:22:01.589Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:22:01.589Z] ---> c594b1123755 [2021-06-23T19:22:01.589Z] Step 3/26 : WORKDIR /edgex-go [2021-06-23T19:22:01.589Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:22:01.589Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:22:01.589Z] ---> c594b1123755 [2021-06-23T19:22:01.589Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:22:01.589Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:22:01.589Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:22:01.589Z] ---> c594b1123755 [2021-06-23T19:22:01.589Z] Step 3/32 : WORKDIR /edgex-go [2021-06-23T19:22:01.589Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:22:01.589Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:22:01.589Z] ---> c594b1123755 [2021-06-23T19:22:01.589Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:22:01.589Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:22:01.589Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:22:01.589Z] ---> c594b1123755 [2021-06-23T19:22:01.589Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:22:01.589Z] ---> Running in 5c67a9db4e43 [2021-06-23T19:22:01.589Z] ---> Running in d01cfad92632 [2021-06-23T19:22:01.589Z] ---> Running in 8473b33b5b5e [2021-06-23T19:22:01.589Z] ---> Running in 98d772cfc0d3 [2021-06-23T19:22:01.589Z] ---> Running in a828dc421913 [2021-06-23T19:22:01.589Z] Removing intermediate container 5c67a9db4e43 [2021-06-23T19:22:01.589Z] Removing intermediate container d01cfad92632 [2021-06-23T19:22:01.589Z] ---> 9d007bca2630 [2021-06-23T19:22:01.589Z] ---> 67c6e37f4805 [2021-06-23T19:22:01.589Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:22:01.589Z] [2021-06-23T19:22:01.589Z] Removing intermediate container 98d772cfc0d3 [2021-06-23T19:22:01.589Z] ---> 7e53d5bb195c [2021-06-23T19:22:01.589Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:22:01.589Z] Removing intermediate container 8473b33b5b5e [2021-06-23T19:22:01.589Z] ---> 91858b460bb3 [2021-06-23T19:22:01.589Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:22:01.589Z] Removing intermediate container a828dc421913 [2021-06-23T19:22:01.589Z] ---> e6a12ed14d83 [2021-06-23T19:22:01.589Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:22:01.589Z] ---> Running in 79a1d9a08a60 [2021-06-23T19:22:01.589Z] ---> Running in ceef656e1fc8 [2021-06-23T19:22:01.589Z] ---> Running in cb514b3e121e [2021-06-23T19:22:01.589Z] ---> Running in 73ff01997da3 [2021-06-23T19:22:01.589Z] ---> Running in de162c51da0f [2021-06-23T19:22:01.589Z] Removing intermediate container ceef656e1fc8 [2021-06-23T19:22:01.589Z] ---> 1da7fe2e6c8d [2021-06-23T19:22:01.589Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-23T19:22:01.589Z] Removing intermediate container 79a1d9a08a60 [2021-06-23T19:22:01.589Z] ---> af56b844c6fb [2021-06-23T19:22:01.589Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-23T19:22:01.589Z] ---> Running in de2e032dd07c [2021-06-23T19:22:01.589Z] ---> Running in b0ccef94e476 [2021-06-23T19:22:01.589Z] Removing intermediate container cb514b3e121e [2021-06-23T19:22:01.589Z] ---> ed4b74567141 [2021-06-23T19:22:01.589Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-23T19:22:01.589Z] Removing intermediate container 73ff01997da3 [2021-06-23T19:22:01.589Z] ---> b4013c57e5ba [2021-06-23T19:22:01.589Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-23T19:22:01.589Z] Removing intermediate container de162c51da0f [2021-06-23T19:22:01.589Z] ---> 46fb40f72736 [2021-06-23T19:22:01.589Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-23T19:22:01.590Z] ---> Running in 196fa743cbbd [2021-06-23T19:22:01.590Z] ---> Running in 9d236ede0e5b [2021-06-23T19:22:01.590Z] ---> Running in 6d0d8a5e3834 [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:22:01.873Z] OK: 218 MiB in 52 packages [2021-06-23T19:22:02.496Z] OK: 218 MiB in 52 packages [2021-06-23T19:22:02.496Z] OK: 218 MiB in 52 packages [2021-06-23T19:22:02.496Z] OK: 218 MiB in 52 packages [2021-06-23T19:22:03.101Z] OK: 218 MiB in 52 packages [2021-06-23T19:22:04.112Z] Removing intermediate container b0ccef94e476 [2021-06-23T19:22:04.112Z] ---> 04e2804ec8b3 [2021-06-23T19:22:04.112Z] Step 6/24 : COPY go.mod . [2021-06-23T19:22:04.387Z] Removing intermediate container 9d236ede0e5b [2021-06-23T19:22:04.388Z] ---> c21257931b2e [2021-06-23T19:22:04.388Z] Step 6/26 : COPY go.mod . [2021-06-23T19:22:04.388Z] Removing intermediate container de2e032dd07c [2021-06-23T19:22:04.388Z] Removing intermediate container 196fa743cbbd [2021-06-23T19:22:04.388Z] ---> d46b6784d3a0 [2021-06-23T19:22:04.388Z] Step 6/24 : COPY go.mod . [2021-06-23T19:22:04.388Z] ---> efc21880d4c1 [2021-06-23T19:22:04.388Z] Step 6/24 : COPY go.mod . [2021-06-23T19:22:04.665Z] Removing intermediate container 6d0d8a5e3834 [2021-06-23T19:22:04.665Z] ---> e6022d9c7fba [2021-06-23T19:22:04.666Z] Step 6/32 : COPY go.mod . [2021-06-23T19:22:05.269Z] ---> 751eabbcad83 [2021-06-23T19:22:05.269Z] Step 7/24 : RUN go mod download [2021-06-23T19:22:05.547Z] ---> Running in 7c014fe68c8b [2021-06-23T19:22:05.547Z] ---> 4cb181acffb3 [2021-06-23T19:22:05.547Z] Step 7/26 : RUN go mod download [2021-06-23T19:22:05.830Z] ---> cd1cf6bab018 [2021-06-23T19:22:05.830Z] Step 7/24 : RUN go mod download [2021-06-23T19:22:05.830Z] ---> Running in 8152fb885f84 [2021-06-23T19:22:05.830Z] ---> a5ec26f052d6 [2021-06-23T19:22:05.830Z] Step 7/24 : RUN go mod download [2021-06-23T19:22:06.112Z] ---> Running in a8c224768a69 [2021-06-23T19:22:06.112Z] ---> 34c9ad3418c5 [2021-06-23T19:22:06.112Z] Step 7/32 : RUN go mod download [2021-06-23T19:22:06.112Z] ---> Running in b66794baa5bd [2021-06-23T19:22:06.390Z] ---> Running in 3f8bbaceffd2 [2021-06-23T19:22:09.816Z] Removing intermediate container 7c014fe68c8b [2021-06-23T19:22:09.816Z] ---> e360a36aed94 [2021-06-23T19:22:09.816Z] Step 8/24 : COPY . . [2021-06-23T19:22:10.092Z] Removing intermediate container 8152fb885f84 [2021-06-23T19:22:10.092Z] ---> 2a1595004ed2 [2021-06-23T19:22:10.092Z] Step 8/26 : COPY . . [2021-06-23T19:22:11.077Z] Removing intermediate container b66794baa5bd [2021-06-23T19:22:11.077Z] ---> b8c7365c10d0 [2021-06-23T19:22:11.077Z] Step 8/24 : COPY . . [2021-06-23T19:22:11.686Z] Removing intermediate container a8c224768a69 [2021-06-23T19:22:11.686Z] ---> 3958888303a7 [2021-06-23T19:22:11.686Z] Step 8/24 : COPY . . [2021-06-23T19:22:11.686Z] Removing intermediate container 3f8bbaceffd2 [2021-06-23T19:22:11.686Z] ---> e05cdb707b4e [2021-06-23T19:22:11.686Z] Step 8/32 : COPY . . [2021-06-23T19:22:38.531Z] ---> 163e1d4f21b9 [2021-06-23T19:22:38.531Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:22:38.531Z] ---> 20bdec8c56e7 [2021-06-23T19:22:38.531Z] Step 9/26 : RUN go mod tidy [2021-06-23T19:22:38.531Z] ---> cd6439b1151f [2021-06-23T19:22:38.531Z] Step 9/32 : RUN go mod tidy [2021-06-23T19:22:38.531Z] ---> 033d3d7a9756 [2021-06-23T19:22:38.531Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:22:38.531Z] ---> bc3dd85bd3f3 [2021-06-23T19:22:38.531Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:22:38.531Z] ---> Running in 8b3eeab8ded6 [2021-06-23T19:22:38.531Z] ---> Running in 988fd8e97bea [2021-06-23T19:22:38.531Z] ---> Running in 79d5c4e85191 [2021-06-23T19:22:38.531Z] ---> Running in 2c8a70145ab7 [2021-06-23T19:22:38.531Z] ---> Running in 1d3e4c4dab09 [2021-06-23T19:22:41.174Z] Removing intermediate container 8b3eeab8ded6 [2021-06-23T19:22:41.174Z] ---> ad3c51babdc4 [2021-06-23T19:22:41.174Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-23T19:22:41.174Z] ---> Running in 358c89038d34 [2021-06-23T19:22:41.446Z] Removing intermediate container 988fd8e97bea [2021-06-23T19:22:41.446Z] ---> 5c013db8dd0b [2021-06-23T19:22:41.446Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-23T19:22:41.726Z] Removing intermediate container 79d5c4e85191 [2021-06-23T19:22:41.726Z] ---> ff977d938b5d [2021-06-23T19:22:41.726Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-23T19:22:41.726Z] ---> Running in cf5eaf71babb [2021-06-23T19:22:42.002Z] Removing intermediate container 1d3e4c4dab09 [2021-06-23T19:22:42.002Z] ---> 3b0cb616d4ed [2021-06-23T19:22:42.002Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-23T19:22:42.002Z] ---> Running in 4ee4600addf0 [2021-06-23T19:22:42.002Z] Removing intermediate container 2c8a70145ab7 [2021-06-23T19:22:42.002Z] ---> fd885cc8ae5f [2021-06-23T19:22:42.002Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-23T19:22:42.279Z] ---> Running in e7c9d7bc290c [2021-06-23T19:22:42.279Z] ---> Running in 397a0d97600a [2021-06-23T19:22:43.727Z] 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-23T19:22:44.014Z] 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-23T19:22:44.290Z] 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-23T19:22:44.573Z] 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-23T19:22:44.573Z] 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-23T19:24:36.469Z] 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-23T19:24:36.469Z] Removing intermediate container cf5eaf71babb [2021-06-23T19:24:36.469Z] ---> 7afc8900cf7e [2021-06-23T19:24:36.469Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-23T19:24:36.469Z] ---> Running in 28be1da8f819 [2021-06-23T19:24:36.766Z] Removing intermediate container 4ee4600addf0 [2021-06-23T19:24:36.766Z] ---> d80198d5f715 [2021-06-23T19:24:36.766Z] [2021-06-23T19:24:36.766Z] Step 11/24 : FROM alpine:3.12 [2021-06-23T19:24:37.041Z] 3.12: Pulling from library/alpine [2021-06-23T19:24:38.041Z] 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-23T19:24:39.046Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-23T19:24:39.318Z] Removing intermediate container e7c9d7bc290c [2021-06-23T19:24:39.318Z] ---> df9f45503028 [2021-06-23T19:24:39.318Z] [2021-06-23T19:24:39.318Z] Step 11/32 : FROM alpine:3.12 [2021-06-23T19:24:39.318Z] Status: Downloaded newer image for alpine:3.12 [2021-06-23T19:24:39.318Z] ---> c4fd0aeabfcf [2021-06-23T19:24:39.318Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-23T19:24:39.318Z] ---> c4fd0aeabfcf [2021-06-23T19:24:39.318Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-23T19:24:39.590Z] Removing intermediate container 358c89038d34 [2021-06-23T19:24:39.590Z] ---> 6a72740c8168 [2021-06-23T19:24:39.590Z] [2021-06-23T19:24:39.590Z] Step 11/26 : FROM alpine:3.12 [2021-06-23T19:24:39.590Z] ---> c4fd0aeabfcf [2021-06-23T19:24:39.590Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-23T19:24:39.863Z] ---> Running in 78073d252007 [2021-06-23T19:24:39.864Z] ---> Running in 70efa5b16367 [2021-06-23T19:24:40.138Z] ---> Running in 02fb06a9585c [2021-06-23T19:24:41.119Z] Removing intermediate container 78073d252007 [2021-06-23T19:24:41.119Z] ---> a08a0d836adf [2021-06-23T19:24:41.119Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-23T19:24:41.395Z] ---> Running in e51c796825cd [2021-06-23T19:24:41.991Z] Removing intermediate container 28be1da8f819 [2021-06-23T19:24:41.991Z] ---> 4bfab27948ca [2021-06-23T19:24:41.991Z] [2021-06-23T19:24:41.991Z] Step 12/24 : FROM docker:20.10.0 [2021-06-23T19:24:41.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:41.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:41.991Z] 20.10.0: Pulling from library/docker [2021-06-23T19:24:42.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:42.268Z] Removing intermediate container 397a0d97600a [2021-06-23T19:24:42.268Z] ---> 2db1f535b073 [2021-06-23T19:24:42.268Z] [2021-06-23T19:24:42.268Z] Step 11/24 : FROM alpine:3.12 [2021-06-23T19:24:42.268Z] ---> c4fd0aeabfcf [2021-06-23T19:24:42.268Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-23T19:24:42.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:42.542Z] ---> Running in 493900848a88 [2021-06-23T19:24:42.820Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-23T19:24:42.820Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:24:42.820Z] OK: 5 MiB in 15 packages [2021-06-23T19:24:43.095Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-23T19:24:43.095Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-23T19:24:43.095Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-23T19:24:43.095Z] (4/6) Installing curl (7.77.0-r0) [2021-06-23T19:24:43.095Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-23T19:24:43.095Z] (6/6) Installing su-exec (0.2-r1) [2021-06-23T19:24:43.371Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:24:43.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:43.371Z] Executing ca-certificates-20191127-r4.trigger [2021-06-23T19:24:43.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:43.649Z] OK: 7 MiB in 20 packages [2021-06-23T19:24:43.928Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-23T19:24:43.928Z] (2/2) Installing su-exec (0.2-r1) [2021-06-23T19:24:43.928Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:24:44.218Z] OK: 5 MiB in 16 packages [2021-06-23T19:24:44.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:45.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:24:45.097Z] Removing intermediate container 70efa5b16367 [2021-06-23T19:24:45.097Z] ---> 4a44da65343a [2021-06-23T19:24:45.097Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:24:45.372Z] ---> Running in 995b3fcd7deb [2021-06-23T19:24:45.646Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-23T19:24:45.646Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:24:45.646Z] OK: 5 MiB in 15 packages [2021-06-23T19:24:46.253Z] Removing intermediate container 02fb06a9585c [2021-06-23T19:24:46.253Z] ---> e88bfaa2174e [2021-06-23T19:24:46.253Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-23T19:24:46.550Z] Removing intermediate container e51c796825cd [2021-06-23T19:24:46.550Z] ---> 054fb49458b1 [2021-06-23T19:24:46.550Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-23T19:24:46.550Z] ---> Running in 68da01aa840d [2021-06-23T19:24:46.828Z] ---> Running in f7bbbcf3c25b [2021-06-23T19:24:46.828Z] Removing intermediate container 995b3fcd7deb [2021-06-23T19:24:46.828Z] ---> 6ea71e37a4b5 [2021-06-23T19:24:46.828Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-23T19:24:47.111Z] ---> Running in 15726200eeaa [2021-06-23T19:24:47.386Z] Removing intermediate container 493900848a88 [2021-06-23T19:24:47.386Z] ---> 96bc4f01a48c [2021-06-23T19:24:47.386Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:24:47.386Z] Removing intermediate container 68da01aa840d [2021-06-23T19:24:47.386Z] ---> f33537c2e5dd [2021-06-23T19:24:47.386Z] Step 14/26 : WORKDIR / [2021-06-23T19:24:47.660Z] ---> Running in 8e9c8e666098 [2021-06-23T19:24:47.660Z] Removing intermediate container f7bbbcf3c25b [2021-06-23T19:24:47.660Z] ---> 9f5ee180b885 [2021-06-23T19:24:47.660Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-23T19:24:47.935Z] ---> Running in b58f522cddec [2021-06-23T19:24:47.935Z] Removing intermediate container 15726200eeaa [2021-06-23T19:24:47.935Z] ---> 520e3f872e7f [2021-06-23T19:24:47.935Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-23T19:24:47.935Z] ---> Running in da31e4092285 [2021-06-23T19:24:48.209Z] ---> Running in 8fe059493627 [2021-06-23T19:24:48.489Z] Removing intermediate container 8e9c8e666098 [2021-06-23T19:24:48.489Z] ---> 0122ca69b396 [2021-06-23T19:24:48.489Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-23T19:24:48.765Z] ---> Running in 3c34e3eb6512 [2021-06-23T19:24:49.041Z] Removing intermediate container da31e4092285 [2021-06-23T19:24:49.041Z] ---> 1a61a5371fc5 [2021-06-23T19:24:49.041Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-23T19:24:49.041Z] Removing intermediate container b58f522cddec [2021-06-23T19:24:49.041Z] ---> 40aacb5a0379 [2021-06-23T19:24:49.041Z] 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-23T19:24:49.329Z] Removing intermediate container 8fe059493627 [2021-06-23T19:24:49.329Z] ---> 72978f927d94 [2021-06-23T19:24:49.330Z] Step 16/24 : WORKDIR / [2021-06-23T19:24:49.330Z] ---> Running in f1835fa1abe8 [2021-06-23T19:24:49.605Z] ---> Running in bee04840947c [2021-06-23T19:24:49.605Z] Removing intermediate container 3c34e3eb6512 [2021-06-23T19:24:49.605Z] ---> 63b89911af11 [2021-06-23T19:24:49.605Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-23T19:24:50.208Z] ---> Running in fc9965b95ae0 [2021-06-23T19:24:50.209Z] ---> 79f95749f42f [2021-06-23T19:24:50.209Z] 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-23T19:24:50.814Z] Removing intermediate container bee04840947c [2021-06-23T19:24:50.814Z] ---> 6c418bb4b078 [2021-06-23T19:24:50.814Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:24:51.089Z] Removing intermediate container fc9965b95ae0 [2021-06-23T19:24:51.089Z] ---> 4b92b25bc71b [2021-06-23T19:24:51.089Z] Step 16/24 : WORKDIR / [2021-06-23T19:24:51.363Z] ---> Running in 9a7773814411 [2021-06-23T19:24:51.651Z] ---> b7c0aa4c6bb3 [2021-06-23T19:24:51.651Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-23T19:24:52.260Z] ---> caaa33dd6e74 [2021-06-23T19:24:52.260Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-23T19:24:52.547Z] Removing intermediate container 9a7773814411 [2021-06-23T19:24:52.547Z] ---> 7fc7b9c002b5 [2021-06-23T19:24:52.547Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:24:52.825Z] Removing intermediate container f1835fa1abe8 [2021-06-23T19:24:52.825Z] ---> 7d990d1954a4 [2021-06-23T19:24:52.825Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-23T19:24:53.425Z] ---> c2cf10ba11a0 [2021-06-23T19:24:53.425Z] 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-23T19:24:53.425Z] ---> Running in 23be4a1c396a [2021-06-23T19:24:54.034Z] ---> 7a4f86169c1b [2021-06-23T19:24:54.034Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-23T19:24:54.632Z] ---> 460df1927237 [2021-06-23T19:24:54.632Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-23T19:24:54.907Z] Removing intermediate container 23be4a1c396a [2021-06-23T19:24:54.907Z] ---> 606aaa97693b [2021-06-23T19:24:54.907Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-23T19:24:54.907Z] ---> 3a7d8c4370de [2021-06-23T19:24:54.907Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-23T19:24:56.355Z] ---> 7b4fc294aff6 [2021-06-23T19:24:56.355Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-23T19:24:56.355Z] ---> 088d03165a52 [2021-06-23T19:24:56.355Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-23T19:24:56.355Z] ---> Running in 4cf290d5e813 [2021-06-23T19:24:56.637Z] ---> 0e0a17b08e5c [2021-06-23T19:24:56.637Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-23T19:24:56.914Z] ---> Running in 0c08066905b3 [2021-06-23T19:24:57.205Z] ---> bdccbfa7c7c0 [2021-06-23T19:24:57.205Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-23T19:24:57.205Z] Removing intermediate container 4cf290d5e813 [2021-06-23T19:24:57.205Z] ---> cb4c8438f1f4 [2021-06-23T19:24:57.205Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:24:57.481Z] ---> Running in 487d7a263437 [2021-06-23T19:24:57.760Z] ---> c28f83d5a3f0 [2021-06-23T19:24:57.760Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-23T19:24:58.038Z] ---> Running in 7c870afc24b8 [2021-06-23T19:24:58.315Z] Removing intermediate container 487d7a263437 [2021-06-23T19:24:58.315Z] ---> c735968ee95c [2021-06-23T19:24:58.315Z] Step 22/24 : LABEL arch=arm64 [2021-06-23T19:24:58.593Z] ---> Running in cf5005ef319e [2021-06-23T19:24:58.593Z] Removing intermediate container 7c870afc24b8 [2021-06-23T19:24:58.593Z] ---> 064ecda71cb8 [2021-06-23T19:24:58.593Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:24:59.219Z] ---> Running in 724dd3014790 [2021-06-23T19:24:59.219Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-23T19:24:59.219Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-23T19:24:59.219Z] ---> eeaf43b92773 [2021-06-23T19:24:59.219Z] 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-23T19:24:59.219Z] Removing intermediate container cf5005ef319e [2021-06-23T19:24:59.219Z] ---> de0c6bcb448f [2021-06-23T19:24:59.219Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:24:59.219Z] ---> 3ab18d8e2b00 [2021-06-23T19:24:59.219Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-23T19:24:59.498Z] ---> Running in 3d7bc97ad334 [2021-06-23T19:24:59.498Z] ---> Running in c18316b1bc70 [2021-06-23T19:24:59.783Z] Removing intermediate container 724dd3014790 [2021-06-23T19:24:59.783Z] ---> 3099b2231db1 [2021-06-23T19:24:59.783Z] Step 22/24 : LABEL arch=arm64 [2021-06-23T19:25:00.061Z] ---> Running in 68e787c4e8a9 [2021-06-23T19:25:00.340Z] Removing intermediate container 3d7bc97ad334 [2021-06-23T19:25:00.341Z] ---> 5ed4b9d27262 [2021-06-23T19:25:00.341Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:25:00.341Z] Removing intermediate container c18316b1bc70 [2021-06-23T19:25:00.341Z] ---> 43516bc47583 [2021-06-23T19:25:00.341Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-23T19:25:00.341Z] Removing intermediate container 0c08066905b3 [2021-06-23T19:25:00.341Z] ---> d1affb5585cc [2021-06-23T19:25:00.341Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:25:00.620Z] ---> Running in ba3b80425062 [2021-06-23T19:25:00.620Z] ---> Running in 6dbd03a5ce9c [2021-06-23T19:25:00.620Z] ---> bef0d3855d77 [2021-06-23T19:25:00.620Z] 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-23T19:25:00.896Z] Removing intermediate container 68e787c4e8a9 [2021-06-23T19:25:00.896Z] ---> 49a1c6766c88 [2021-06-23T19:25:00.896Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:25:00.896Z] ---> Running in 038d7477b30d [2021-06-23T19:25:01.220Z] ---> Running in 4a29bc249c12 [2021-06-23T19:25:01.529Z] Removing intermediate container 6dbd03a5ce9c [2021-06-23T19:25:01.529Z] ---> c52cdab7690c [2021-06-23T19:25:01.529Z] [2021-06-23T19:25:02.343Z] Removing intermediate container 4a29bc249c12 [2021-06-23T19:25:02.343Z] ---> 4e13bf611ccb [2021-06-23T19:25:02.343Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:25:02.343Z] ---> c8c85b717f9d [2021-06-23T19:25:02.343Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-23T19:25:02.635Z] Successfully built c52cdab7690c [2021-06-23T19:25:02.635Z] ---> Running in 1082b5520c9b [2021-06-23T19:25:02.635Z] Successfully tagged core-command-arm64:latest [2021-06-23T19:25:02.635Z]  Building core-command ... done Building core-data [2021-06-23T19:25:02.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:25:03.323Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:25:03.635Z] Removing intermediate container 1082b5520c9b [2021-06-23T19:25:03.635Z] ---> 665736064650 [2021-06-23T19:25:03.635Z] [2021-06-23T19:25:04.013Z] (1/39) Installing readline (8.0.4-r0) [2021-06-23T19:25:04.013Z] (2/39) Installing bash (5.0.17-r0) [2021-06-23T19:25:04.013Z] Executing bash-5.0.17-r0.post-install [2021-06-23T19:25:04.013Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-23T19:25:04.013Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-23T19:25:04.013Z] (5/39) Installing curl (7.77.0-r0) [2021-06-23T19:25:04.013Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-23T19:25:04.013Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-23T19:25:04.013Z] (8/39) Installing expat (2.2.9-r1) [2021-06-23T19:25:04.013Z] (9/39) Installing libffi (3.3-r2) [2021-06-23T19:25:04.013Z] (10/39) Installing gdbm (1.13-r1) [2021-06-23T19:25:04.013Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-23T19:25:04.013Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-23T19:25:04.292Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-23T19:25:04.567Z] Successfully built 665736064650 [2021-06-23T19:25:04.567Z] Successfully tagged core-metadata-arm64:latest [2021-06-23T19:25:04.873Z] Building support-notifications [2021-06-23T19:25:06.338Z]  Building core-metadata ... done  ---> de10a4ef7821 [2021-06-23T19:25:06.338Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-23T19:25:06.338Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-23T19:25:06.338Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-23T19:25:06.338Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-23T19:25:06.338Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-23T19:25:06.338Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-23T19:25:06.338Z] Removing intermediate container 038d7477b30d [2021-06-23T19:25:06.338Z] ---> d7df1849a1c8 [2021-06-23T19:25:06.338Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-23T19:25:06.338Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-23T19:25:06.338Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-23T19:25:06.338Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-23T19:25:06.338Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-23T19:25:06.338Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-23T19:25:06.653Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-23T19:25:06.653Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-23T19:25:06.653Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-23T19:25:06.653Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-23T19:25:06.653Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-23T19:25:06.653Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-23T19:25:06.653Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-23T19:25:06.653Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-23T19:25:06.653Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-23T19:25:06.653Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-23T19:25:06.653Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-23T19:25:06.653Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-23T19:25:06.653Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-23T19:25:06.937Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-23T19:25:06.937Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-23T19:25:06.937Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-23T19:25:06.937Z] Executing busybox-1.31.1-r19.trigger [2021-06-23T19:25:06.937Z] OK: 72 MiB in 59 packages [2021-06-23T19:25:06.937Z] ---> Running in af4c458f724d [2021-06-23T19:25:07.548Z] ---> 89d6d8133bb0 [2021-06-23T19:25:07.548Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-23T19:25:07.827Z] Removing intermediate container af4c458f724d [2021-06-23T19:25:08.106Z] ---> da741fbaa4d2 [2021-06-23T19:25:08.106Z] Step 24/26 : LABEL arch=arm64 [2021-06-23T19:25:08.380Z] ---> Running in b847a8132bc0 [2021-06-23T19:25:09.013Z] ---> 7a27c2f2889c [2021-06-23T19:25:09.013Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-23T19:25:09.013Z] Removing intermediate container b847a8132bc0 [2021-06-23T19:25:09.013Z] ---> e092887e5399 [2021-06-23T19:25:09.013Z] Step 25/26 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:25:09.613Z] ---> Running in ab06207e7c30 [2021-06-23T19:25:10.213Z] ---> aed89f70c154 [2021-06-23T19:25:10.213Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-23T19:25:10.490Z] Removing intermediate container ab06207e7c30 [2021-06-23T19:25:10.490Z] ---> ad617bb88c66 [2021-06-23T19:25:10.490Z] Step 26/26 : LABEL version=0.0.0 [2021-06-23T19:25:10.766Z] ---> Running in f8d89c81a09d [2021-06-23T19:25:10.766Z] ---> Running in b629b919241b [2021-06-23T19:25:11.366Z] Removing intermediate container f8d89c81a09d [2021-06-23T19:25:11.366Z] ---> 2790d7e00a91 [2021-06-23T19:25:11.366Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-23T19:25:11.646Z] Removing intermediate container b629b919241b [2021-06-23T19:25:11.646Z] ---> 2e9d5f9552d6 [2021-06-23T19:25:11.646Z] [2021-06-23T19:25:11.923Z] Collecting docker-compose==1.23.2 [2021-06-23T19:25:12.199Z] Successfully built 2e9d5f9552d6 [2021-06-23T19:25:12.199Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-23T19:25:12.199Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-23T19:25:12.199Z] Building security-proxy-setup [2021-06-23T19:25:12.801Z]  Building security-secretstore-setup ... done  ---> 4b3bf0d0fe19 [2021-06-23T19:25:12.801Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-23T19:25:12.801Z] Collecting texttable<0.10,>=0.9.0 [2021-06-23T19:25:12.801Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-23T19:25:13.402Z] ---> Running in 880d6701f369 [2021-06-23T19:25:16.820Z] Collecting PyYAML<4,>=3.10 [2021-06-23T19:25:16.820Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-23T19:25:16.820Z] Removing intermediate container 880d6701f369 [2021-06-23T19:25:16.820Z] ---> d25807d42b31 [2021-06-23T19:25:16.820Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-23T19:25:17.096Z] ---> Running in f81adee6b1bc [2021-06-23T19:25:18.075Z] Removing intermediate container f81adee6b1bc [2021-06-23T19:25:18.075Z] ---> c7042de9774b [2021-06-23T19:25:18.075Z] Step 29/32 : CMD ["gate"] [2021-06-23T19:25:18.672Z] ---> Running in a0c23b942a87 [2021-06-23T19:25:19.660Z] Removing intermediate container a0c23b942a87 [2021-06-23T19:25:19.660Z] ---> a39e432de082 [2021-06-23T19:25:19.660Z] Step 30/32 : LABEL arch=arm64 [2021-06-23T19:25:19.936Z] ---> Running in e2878fece251 [2021-06-23T19:25:20.590Z] Collecting jsonschema<3,>=2.5.1 [2021-06-23T19:25:20.590Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-23T19:25:21.199Z] Removing intermediate container e2878fece251 [2021-06-23T19:25:21.199Z] ---> c9c654f903c6 [2021-06-23T19:25:21.199Z] Step 31/32 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:25:21.798Z] ---> Running in a6422f337e06 [2021-06-23T19:25:21.798Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-23T19:25:21.798Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-23T19:25:22.396Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-23T19:25:22.396Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-23T19:25:22.396Z] Removing intermediate container a6422f337e06 [2021-06-23T19:25:22.396Z] ---> 763e133ca5aa [2021-06-23T19:25:22.396Z] Step 32/32 : LABEL version=0.0.0 [2021-06-23T19:25:22.998Z] ---> Running in c91b6919352e [2021-06-23T19:25:23.981Z] Removing intermediate container c91b6919352e [2021-06-23T19:25:23.981Z] ---> 9ad4a59f4bc2 [2021-06-23T19:25:23.981Z] [2021-06-23T19:25:24.257Z] Successfully built 9ad4a59f4bc2 [2021-06-23T19:25:24.257Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-23T19:25:24.257Z]  Building security-bootstrapper ... done Building support-scheduler [2021-06-23T19:25:24.859Z] Collecting docker<4.0,>=3.6.0 [2021-06-23T19:25:24.859Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-23T19:25:25.840Z] Collecting cached-property<2,>=1.2.0 [2021-06-23T19:25:25.840Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-23T19:25:25.840Z] 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-23T19:25:27.269Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-23T19:25:27.269Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-23T19:25:27.541Z] Collecting docopt<0.7,>=0.6.1 [2021-06-23T19:25:27.542Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-23T19:25:30.172Z] Collecting docker-pycreds>=0.4.0 [2021-06-23T19:25:30.173Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-23T19:25:30.173Z] 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-23T19:25:30.173Z] Collecting idna<2.8,>=2.5 [2021-06-23T19:25:30.173Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-23T19:25:31.156Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-23T19:25:31.156Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-23T19:25:31.156Z] 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-23T19:25:31.156Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-23T19:25:31.156Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-23T19:25:31.156Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-23T19:25:31.156Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-23T19:25:32.153Z] Installing collected packages: texttable, PyYAML, jsonschema, websocket-client, dockerpty, idna, urllib3, requests, docker-pycreds, docker, cached-property, docopt, docker-compose [2021-06-23T19:25:32.154Z] Running setup.py install for texttable: started [2021-06-23T19:25:34.776Z] Running setup.py install for texttable: finished with status 'done' [2021-06-23T19:25:34.776Z] Running setup.py install for PyYAML: started [2021-06-23T19:25:36.774Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-23T19:25:37.755Z] Running setup.py install for dockerpty: started [2021-06-23T19:25:39.741Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-23T19:25:39.741Z] Attempting uninstall: idna [2021-06-23T19:25:39.741Z] Found existing installation: idna 2.9 [2021-06-23T19:25:39.741Z] Uninstalling idna-2.9: [2021-06-23T19:25:39.741Z] Successfully uninstalled idna-2.9 [2021-06-23T19:25:40.732Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:25:40.732Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:25:40.732Z] ---> c594b1123755 [2021-06-23T19:25:40.732Z] Step 3/24 : WORKDIR /edgex-go [2021-06-23T19:25:40.732Z] ---> Using cache [2021-06-23T19:25:40.732Z] ---> e6a12ed14d83 [2021-06-23T19:25:40.732Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:25:40.732Z] ---> Using cache [2021-06-23T19:25:40.732Z] ---> 46fb40f72736 [2021-06-23T19:25:40.732Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-23T19:25:41.715Z] Attempting uninstall: urllib3 [2021-06-23T19:25:41.715Z] Found existing installation: urllib3 1.25.9 [2021-06-23T19:25:41.715Z] Uninstalling urllib3-1.25.9: [2021-06-23T19:25:41.715Z] Successfully uninstalled urllib3-1.25.9 [2021-06-23T19:25:43.161Z] Attempting uninstall: requests [2021-06-23T19:25:43.161Z] Found existing installation: requests 2.23.0 [2021-06-23T19:25:43.161Z] Uninstalling requests-2.23.0: [2021-06-23T19:25:43.161Z] Successfully uninstalled requests-2.23.0 [2021-06-23T19:25:44.136Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:25:44.136Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:25:44.136Z] ---> c594b1123755 [2021-06-23T19:25:44.136Z] Step 3/23 : WORKDIR /edgex-go [2021-06-23T19:25:44.136Z] ---> Using cache [2021-06-23T19:25:44.136Z] ---> e6a12ed14d83 [2021-06-23T19:25:44.136Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:25:44.136Z] ---> Using cache [2021-06-23T19:25:44.136Z] ---> 46fb40f72736 [2021-06-23T19:25:44.136Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-23T19:25:44.409Z] ---> Running in d44866bea633 [2021-06-23T19:25:44.409Z] ---> Running in 8ac97692c17d [2021-06-23T19:25:45.391Z] Running setup.py install for docopt: started [2021-06-23T19:25:46.384Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:25:46.658Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:25:47.260Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:25:47.553Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:25:47.838Z] Running setup.py install for docopt: finished with status 'done' [2021-06-23T19:25:48.121Z] OK: 218 MiB in 52 packages [2021-06-23T19:25:48.731Z] OK: 218 MiB in 52 packages [2021-06-23T19:25:49.729Z] 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-23T19:25:51.733Z] Removing intermediate container d44866bea633 [2021-06-23T19:25:51.733Z] ---> c5643140f9d4 [2021-06-23T19:25:51.733Z] Step 6/24 : COPY go.mod . [2021-06-23T19:25:52.740Z] Removing intermediate container 8ac97692c17d [2021-06-23T19:25:52.740Z] ---> f2ae989cdc18 [2021-06-23T19:25:52.740Z] Step 6/23 : COPY go.mod . [2021-06-23T19:25:52.740Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:25:52.740Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:25:52.740Z] ---> c594b1123755 [2021-06-23T19:25:52.740Z] Step 3/22 : WORKDIR /edgex-go [2021-06-23T19:25:52.740Z] ---> Using cache [2021-06-23T19:25:52.740Z] ---> e6a12ed14d83 [2021-06-23T19:25:52.740Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:25:52.740Z] ---> Using cache [2021-06-23T19:25:52.740Z] ---> 46fb40f72736 [2021-06-23T19:25:52.740Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-23T19:25:52.740Z] ---> Using cache [2021-06-23T19:25:52.740Z] ---> e6022d9c7fba [2021-06-23T19:25:52.740Z] Step 6/22 : COPY go.mod . [2021-06-23T19:25:52.740Z] ---> Using cache [2021-06-23T19:25:52.740Z] ---> 34c9ad3418c5 [2021-06-23T19:25:52.740Z] Step 7/22 : RUN go mod download [2021-06-23T19:25:52.740Z] ---> Using cache [2021-06-23T19:25:52.740Z] ---> e05cdb707b4e [2021-06-23T19:25:52.740Z] Step 8/22 : COPY . . [2021-06-23T19:25:53.023Z] ---> Using cache [2021-06-23T19:25:53.023Z] ---> cd6439b1151f [2021-06-23T19:25:53.023Z] Step 9/22 : RUN go mod tidy [2021-06-23T19:25:53.023Z] ---> Using cache [2021-06-23T19:25:53.023Z] ---> 3b0cb616d4ed [2021-06-23T19:25:53.023Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-23T19:25:53.310Z] ---> 16573ef20c53 [2021-06-23T19:25:53.310Z] Step 7/24 : RUN go mod download [2021-06-23T19:25:53.310Z] ---> Running in 4195ce396015 [2021-06-23T19:25:53.588Z] ---> Running in f5c9ee42605e [2021-06-23T19:25:54.199Z] ---> c2f7fd363500 [2021-06-23T19:25:54.199Z] Step 7/23 : RUN go mod download [2021-06-23T19:25:54.480Z] ---> Running in 568d6303068e [2021-06-23T19:25:55.939Z] 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-23T19:26:00.301Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-23T19:26:00.301Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-23T19:26:00.301Z] ---> c594b1123755 [2021-06-23T19:26:00.301Z] Step 3/23 : WORKDIR /edgex-go [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> e6a12ed14d83 [2021-06-23T19:26:00.301Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> 46fb40f72736 [2021-06-23T19:26:00.301Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> e6022d9c7fba [2021-06-23T19:26:00.301Z] Step 6/23 : COPY go.mod . [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> 34c9ad3418c5 [2021-06-23T19:26:00.301Z] Step 7/23 : RUN go mod download [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> e05cdb707b4e [2021-06-23T19:26:00.301Z] Step 8/23 : COPY . . [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> cd6439b1151f [2021-06-23T19:26:00.301Z] Step 9/23 : RUN go mod tidy [2021-06-23T19:26:00.301Z] ---> Using cache [2021-06-23T19:26:00.301Z] ---> 3b0cb616d4ed [2021-06-23T19:26:00.301Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-23T19:26:00.589Z] Removing intermediate container f5c9ee42605e [2021-06-23T19:26:00.590Z] ---> d85408bfd078 [2021-06-23T19:26:00.590Z] Step 8/24 : COPY . . [2021-06-23T19:26:00.590Z] Removing intermediate container 568d6303068e [2021-06-23T19:26:00.590Z] ---> 845d57c5de2d [2021-06-23T19:26:00.590Z] Step 8/23 : COPY . . [2021-06-23T19:26:00.909Z] ---> Running in 0195e545017d [2021-06-23T19:26:04.484Z] 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-23T19:26:12.847Z] Removing intermediate container ba3b80425062 [2021-06-23T19:26:12.847Z] ---> 75e4fbf92230 [2021-06-23T19:26:12.847Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-23T19:26:13.127Z] ---> Running in e516a91088d7 [2021-06-23T19:26:15.124Z] Removing intermediate container e516a91088d7 [2021-06-23T19:26:15.124Z] ---> f00b46316d20 [2021-06-23T19:26:15.124Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-23T19:26:15.403Z] ---> Running in 207b19fe9c9f [2021-06-23T19:26:16.857Z] Removing intermediate container 207b19fe9c9f [2021-06-23T19:26:16.857Z] ---> eaff18971257 [2021-06-23T19:26:16.857Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-23T19:26:21.211Z] ---> 057ece812364 [2021-06-23T19:26:21.212Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-23T19:26:23.872Z] ---> 10ddcc51cd73 [2021-06-23T19:26:23.872Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-23T19:26:27.301Z] ---> cf44004d80eb [2021-06-23T19:26:27.301Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-23T19:26:27.579Z] ---> Running in 4066cd7952ec [2021-06-23T19:26:29.589Z] Removing intermediate container 4066cd7952ec [2021-06-23T19:26:29.589Z] ---> 36b506167e97 [2021-06-23T19:26:29.589Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:26:29.589Z] ---> Running in 17a5f6ac2fa8 [2021-06-23T19:26:31.069Z] Removing intermediate container 17a5f6ac2fa8 [2021-06-23T19:26:31.069Z] ---> dedccbd042f4 [2021-06-23T19:26:31.069Z] Step 22/24 : LABEL arch=arm64 [2021-06-23T19:26:31.349Z] ---> Running in 81b0081889df [2021-06-23T19:26:33.364Z] Removing intermediate container 81b0081889df [2021-06-23T19:26:33.364Z] ---> 1a9944a91b10 [2021-06-23T19:26:33.364Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:26:33.364Z] ---> Running in cd7b1adc31df [2021-06-23T19:26:34.418Z] Removing intermediate container cd7b1adc31df [2021-06-23T19:26:34.419Z] ---> db856512a0cb [2021-06-23T19:26:34.419Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:26:34.419Z] ---> 1fb09276d4b0 [2021-06-23T19:26:34.419Z] Step 9/24 : RUN go mod tidy [2021-06-23T19:26:34.419Z] ---> a965f3e86122 [2021-06-23T19:26:34.419Z] Step 9/23 : RUN go mod tidy [2021-06-23T19:26:34.700Z] ---> Running in 9e56c751f862 [2021-06-23T19:26:34.700Z] ---> Running in 295eb4a7ebe4 [2021-06-23T19:26:34.700Z] ---> Running in 3e55daf66523 [2021-06-23T19:26:35.719Z] Removing intermediate container 295eb4a7ebe4 [2021-06-23T19:26:35.719Z] ---> c4d7b9e6de42 [2021-06-23T19:26:35.719Z] [2021-06-23T19:26:36.329Z] Successfully built c4d7b9e6de42 [2021-06-23T19:26:36.611Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-23T19:26:42.034Z]  Building sys-mgmt-agent ... done Removing intermediate container 3e55daf66523 [2021-06-23T19:26:42.034Z] ---> a59844435722 [2021-06-23T19:26:42.034Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-23T19:26:42.034Z] Removing intermediate container 9e56c751f862 [2021-06-23T19:26:42.034Z] ---> 1850ffeb1d3e [2021-06-23T19:26:42.034Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-23T19:26:42.312Z] ---> Running in 48c1795b1243 [2021-06-23T19:26:42.312Z] ---> Running in eb443df8ec42 [2021-06-23T19:26:44.954Z] 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-23T19:26:44.954Z] 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-23T19:27:03.500Z] 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-23T19:27:18.671Z] Removing intermediate container 4195ce396015 [2021-06-23T19:27:18.671Z] ---> 68a43b1f6ed7 [2021-06-23T19:27:18.671Z] [2021-06-23T19:27:18.671Z] Step 11/22 : FROM alpine:3.12 [2021-06-23T19:27:18.671Z] ---> c4fd0aeabfcf [2021-06-23T19:27:18.671Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-23T19:27:18.671Z] ---> Running in bb898e4ae55a [2021-06-23T19:27:20.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:27:20.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:27:20.744Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-23T19:27:20.744Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-23T19:27:20.744Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-23T19:27:20.744Z] (4/4) Installing curl (7.77.0-r0) [2021-06-23T19:27:20.744Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:27:21.022Z] Executing ca-certificates-20191127-r4.trigger [2021-06-23T19:27:21.301Z] OK: 7 MiB in 18 packages [2021-06-23T19:27:23.970Z] Removing intermediate container bb898e4ae55a [2021-06-23T19:27:23.970Z] ---> 44c26e880b13 [2021-06-23T19:27:23.970Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-23T19:27:23.970Z] ---> Running in 5bc38163180c [2021-06-23T19:27:24.967Z] Removing intermediate container 5bc38163180c [2021-06-23T19:27:24.967Z] ---> 97ec9ea90759 [2021-06-23T19:27:24.967Z] Step 14/22 : WORKDIR /edgex [2021-06-23T19:27:25.248Z] ---> Running in f992327628e2 [2021-06-23T19:27:26.709Z] Removing intermediate container f992327628e2 [2021-06-23T19:27:26.710Z] ---> 649084e72719 [2021-06-23T19:27:26.710Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-23T19:27:28.185Z] Removing intermediate container 0195e545017d [2021-06-23T19:27:28.185Z] ---> 249fe778a9a1 [2021-06-23T19:27:28.185Z] [2021-06-23T19:27:28.185Z] Step 11/23 : FROM alpine:3.12 [2021-06-23T19:27:28.185Z] ---> c4fd0aeabfcf [2021-06-23T19:27:28.185Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-23T19:27:28.185Z] ---> Using cache [2021-06-23T19:27:28.185Z] ---> 96bc4f01a48c [2021-06-23T19:27:28.185Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:27:28.185Z] ---> Using cache [2021-06-23T19:27:28.185Z] ---> 0122ca69b396 [2021-06-23T19:27:28.185Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-23T19:27:28.185Z] ---> Running in 61a8faf540ef [2021-06-23T19:27:28.185Z] ---> 0ae65da97d74 [2021-06-23T19:27:28.185Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-23T19:27:29.188Z] Removing intermediate container 61a8faf540ef [2021-06-23T19:27:29.188Z] ---> b88ed18d7746 [2021-06-23T19:27:29.188Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-23T19:27:29.467Z] ---> Running in 3e673c433a6e [2021-06-23T19:27:30.468Z] Removing intermediate container 3e673c433a6e [2021-06-23T19:27:30.468Z] ---> a9a10942aefb [2021-06-23T19:27:30.468Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:27:30.468Z] ---> 4cf25e790d24 [2021-06-23T19:27:30.468Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-23T19:27:32.491Z] ---> e82565fb812f [2021-06-23T19:27:32.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-23T19:27:32.491Z] ---> f8b559dcccaf [2021-06-23T19:27:32.491Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-23T19:27:33.103Z] ---> Running in 2f93fc9c89ca [2021-06-23T19:27:33.710Z] Removing intermediate container 2f93fc9c89ca [2021-06-23T19:27:33.710Z] ---> 4311dcf32888 [2021-06-23T19:27:33.710Z] Step 19/22 : CMD ["--init=true"] [2021-06-23T19:27:33.992Z] ---> Running in 92c8e800196f [2021-06-23T19:27:34.285Z] ---> dfb252ceea79 [2021-06-23T19:27:34.285Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-23T19:27:34.897Z] Removing intermediate container 92c8e800196f [2021-06-23T19:27:34.897Z] ---> cb1f4b92e8f1 [2021-06-23T19:27:34.897Z] Step 20/22 : LABEL arch=arm64 [2021-06-23T19:27:35.190Z] ---> Running in 4bccf1bd7026 [2021-06-23T19:27:36.179Z] Removing intermediate container 4bccf1bd7026 [2021-06-23T19:27:36.180Z] ---> 0b344fac45a1 [2021-06-23T19:27:36.180Z] Step 21/22 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:27:36.180Z] ---> d46f4d44a12c [2021-06-23T19:27:36.180Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-23T19:27:36.180Z] ---> Running in 978b3c583603 [2021-06-23T19:27:36.180Z] ---> Running in 692dfef86fc2 [2021-06-23T19:27:37.125Z] Removing intermediate container 978b3c583603 [2021-06-23T19:27:37.125Z] ---> f0a799a5bd14 [2021-06-23T19:27:37.125Z] Step 22/22 : LABEL version=0.0.0 [2021-06-23T19:27:37.125Z] Removing intermediate container 692dfef86fc2 [2021-06-23T19:27:37.125Z] ---> ded4f32af305 [2021-06-23T19:27:37.125Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:27:37.125Z] ---> Running in 0897c1d9e462 [2021-06-23T19:27:37.454Z] ---> Running in 48376e3b0bc2 [2021-06-23T19:27:38.104Z] Removing intermediate container 0897c1d9e462 [2021-06-23T19:27:38.104Z] ---> 1ff783bcf983 [2021-06-23T19:27:38.104Z] [2021-06-23T19:27:38.377Z] Removing intermediate container 48376e3b0bc2 [2021-06-23T19:27:38.377Z] ---> f82eccbfc2cf [2021-06-23T19:27:38.377Z] Step 21/23 : LABEL arch=arm64 [2021-06-23T19:27:38.658Z] ---> Running in 48186591d9fd [2021-06-23T19:27:38.658Z] Successfully built 1ff783bcf983 [2021-06-23T19:27:38.658Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-23T19:27:39.472Z]  Building security-proxy-setup ... done Removing intermediate container 48186591d9fd [2021-06-23T19:27:39.472Z] ---> 8a250774589f [2021-06-23T19:27:39.472Z] Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:27:39.472Z] ---> Running in 09f92dbe5574 [2021-06-23T19:27:40.092Z] Removing intermediate container 09f92dbe5574 [2021-06-23T19:27:40.092Z] ---> 9aada676d375 [2021-06-23T19:27:40.092Z] Step 23/23 : LABEL version=0.0.0 [2021-06-23T19:27:40.367Z] ---> Running in 24e8394f55b3 [2021-06-23T19:27:41.362Z] Removing intermediate container 24e8394f55b3 [2021-06-23T19:27:41.362Z] ---> a4b39005607f [2021-06-23T19:27:41.362Z] [2021-06-23T19:27:41.639Z] Successfully built a4b39005607f [2021-06-23T19:27:41.639Z] Successfully tagged support-scheduler-arm64:latest [2021-06-23T19:28:03.900Z]  Building support-scheduler ... done Removing intermediate container 48c1795b1243 [2021-06-23T19:28:03.900Z] ---> 6a551b6d546a [2021-06-23T19:28:03.900Z] [2021-06-23T19:28:03.900Z] Step 11/23 : FROM alpine:3.12 [2021-06-23T19:28:03.900Z] ---> c4fd0aeabfcf [2021-06-23T19:28:03.900Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-23T19:28:03.900Z] ---> Running in 27906a41d62c [2021-06-23T19:28:03.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:28:03.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:28:04.505Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-23T19:28:04.505Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-23T19:28:04.505Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:28:04.505Z] Executing ca-certificates-20191127-r4.trigger [2021-06-23T19:28:04.505Z] OK: 6 MiB in 16 packages [2021-06-23T19:28:04.790Z] Removing intermediate container eb443df8ec42 [2021-06-23T19:28:04.790Z] ---> 08432d81e7d0 [2021-06-23T19:28:04.790Z] [2021-06-23T19:28:04.790Z] Step 11/24 : FROM alpine:3.12 [2021-06-23T19:28:04.790Z] ---> c4fd0aeabfcf [2021-06-23T19:28:04.790Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-23T19:28:05.070Z] ---> Running in f33e616378e5 [2021-06-23T19:28:05.678Z] Removing intermediate container f33e616378e5 [2021-06-23T19:28:05.678Z] ---> d7fe899713cb [2021-06-23T19:28:05.678Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-23T19:28:05.678Z] ---> Running in ea6941b6a9e7 [2021-06-23T19:28:05.958Z] Removing intermediate container 27906a41d62c [2021-06-23T19:28:05.958Z] ---> 14d5ac6bd40d [2021-06-23T19:28:05.958Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-23T19:28:06.238Z] ---> Running in cb1dcfed5fd2 [2021-06-23T19:28:06.238Z] Removing intermediate container ea6941b6a9e7 [2021-06-23T19:28:06.238Z] ---> b0dcc666c342 [2021-06-23T19:28:06.238Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-23T19:28:06.519Z] ---> Running in 3800ce099a4d [2021-06-23T19:28:06.803Z] Removing intermediate container cb1dcfed5fd2 [2021-06-23T19:28:06.803Z] ---> 4411a4acaf45 [2021-06-23T19:28:06.803Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-23T19:28:06.803Z] ---> Running in fafc68db5058 [2021-06-23T19:28:07.080Z] Removing intermediate container 3800ce099a4d [2021-06-23T19:28:07.080Z] ---> 7abdc797a37c [2021-06-23T19:28:07.080Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-23T19:28:07.080Z] ---> Running in a99dca8fdb1e [2021-06-23T19:28:07.357Z] Removing intermediate container fafc68db5058 [2021-06-23T19:28:07.357Z] ---> 568c0d95bf0c [2021-06-23T19:28:07.357Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-23T19:28:07.636Z] ---> Running in 76cfedf07ee0 [2021-06-23T19:28:08.242Z] Removing intermediate container 76cfedf07ee0 [2021-06-23T19:28:08.242Z] ---> 40cb518d8947 [2021-06-23T19:28:08.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:28:08.852Z] ---> d6d572b128ea [2021-06-23T19:28:08.852Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-23T19:28:09.848Z] Removing intermediate container a99dca8fdb1e [2021-06-23T19:28:09.848Z] ---> f72448616919 [2021-06-23T19:28:09.848Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-23T19:28:09.848Z] ---> Running in 999ab37801b2 [2021-06-23T19:28:11.844Z] ---> 5fb1230ff071 [2021-06-23T19:28:11.844Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-23T19:28:12.841Z] ---> 00bf1da22cee [2021-06-23T19:28:12.841Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-23T19:28:12.841Z] ---> Running in 7b0c234b8534 [2021-06-23T19:28:12.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-23T19:28:13.118Z] Removing intermediate container 7b0c234b8534 [2021-06-23T19:28:13.118Z] ---> dbcbd3dcb04a [2021-06-23T19:28:13.118Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:28:13.396Z] ---> Running in 6a8e3b26b072 [2021-06-23T19:28:13.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-23T19:28:13.949Z] Removing intermediate container 6a8e3b26b072 [2021-06-23T19:28:13.949Z] ---> 62201b03201c [2021-06-23T19:28:13.949Z] Step 21/23 : LABEL arch=arm64 [2021-06-23T19:28:13.949Z] ---> Running in efc65ebde019 [2021-06-23T19:28:14.563Z] Removing intermediate container efc65ebde019 [2021-06-23T19:28:14.563Z] ---> 6189cf53549b [2021-06-23T19:28:14.563Z] Step 22/23 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:28:14.563Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-23T19:28:14.563Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-23T19:28:14.563Z] ---> Running in 9d913795c0a0 [2021-06-23T19:28:14.563Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-23T19:28:14.839Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-23T19:28:14.839Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-23T19:28:15.113Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-23T19:28:15.113Z] Executing busybox-1.31.1-r20.trigger [2021-06-23T19:28:15.113Z] Removing intermediate container 9d913795c0a0 [2021-06-23T19:28:15.113Z] ---> 54e9a4e3a7e0 [2021-06-23T19:28:15.113Z] Step 23/23 : LABEL version=0.0.0 [2021-06-23T19:28:15.113Z] OK: 8 MiB in 20 packages [2021-06-23T19:28:15.392Z] ---> Running in ca810f39309e [2021-06-23T19:28:15.995Z] Removing intermediate container ca810f39309e [2021-06-23T19:28:15.995Z] ---> a7e86b75392c [2021-06-23T19:28:15.995Z] [2021-06-23T19:28:16.276Z] Successfully built a7e86b75392c [2021-06-23T19:28:16.277Z] Successfully tagged support-notifications-arm64:latest [2021-06-23T19:28:16.277Z]  Building support-notifications ... done Removing intermediate container 999ab37801b2 [2021-06-23T19:28:16.277Z] ---> f38b0c1bbb0b [2021-06-23T19:28:16.277Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-23T19:28:17.265Z] ---> 3eff6ee58bde [2021-06-23T19:28:17.265Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-23T19:28:18.712Z] ---> bb3b9883702c [2021-06-23T19:28:18.712Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-23T19:28:19.318Z] ---> 92c2202b0347 [2021-06-23T19:28:19.318Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-23T19:28:19.318Z] ---> Running in 9b1f7937fc5c [2021-06-23T19:28:19.920Z] Removing intermediate container 9b1f7937fc5c [2021-06-23T19:28:19.920Z] ---> 993e5f9a92bc [2021-06-23T19:28:19.920Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-23T19:28:19.920Z] ---> Running in e6d5a12739d7 [2021-06-23T19:28:20.523Z] Removing intermediate container e6d5a12739d7 [2021-06-23T19:28:20.523Z] ---> d3cac25eea0d [2021-06-23T19:28:20.523Z] Step 22/24 : LABEL arch=arm64 [2021-06-23T19:28:20.523Z] ---> Running in 8be0b6267b41 [2021-06-23T19:28:21.127Z] Removing intermediate container 8be0b6267b41 [2021-06-23T19:28:21.127Z] ---> 83f602b9ff26 [2021-06-23T19:28:21.127Z] Step 23/24 : LABEL git_sha=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [2021-06-23T19:28:21.127Z] ---> Running in 721ed028a66b [2021-06-23T19:28:21.732Z] Removing intermediate container 721ed028a66b [2021-06-23T19:28:21.732Z] ---> 4913af59186f [2021-06-23T19:28:21.732Z] Step 24/24 : LABEL version=0.0.0 [2021-06-23T19:28:21.732Z] ---> Running in bcff7fbf08b8 [2021-06-23T19:28:22.333Z] Removing intermediate container bcff7fbf08b8 [2021-06-23T19:28:22.333Z] ---> 2754fd44e711 [2021-06-23T19:28:22.333Z] [2021-06-23T19:28:22.611Z] Successfully built 2754fd44e711 [2021-06-23T19:28:22.611Z] Successfully tagged core-data-arm64:latest [2021-06-23T19:28:22.906Z]  Building core-data ... done  [Pipeline] } [2021-06-23T19:28:22.931Z] $ docker stop --time=1 a119eb6548c0d971341f29bfdefcc6059611c8dcf665cd5b69f431410af14893 [2021-06-23T19:28:24.763Z] $ docker rm -f a119eb6548c0d971341f29bfdefcc6059611c8dcf665cd5b69f431410af14893 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-23T19:28:25.465Z] + docker images [2021-06-23T19:28:25.737Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-23T19:28:25.737Z] core-data-arm64 latest 2754fd44e711 4 seconds ago 19.1MB [2021-06-23T19:28:25.737Z] support-notifications-arm64 latest a7e86b75392c 10 seconds ago 15.7MB [2021-06-23T19:28:25.737Z] 08432d81e7d0 22 seconds ago 975MB [2021-06-23T19:28:25.737Z] 6a551b6d546a 25 seconds ago 969MB [2021-06-23T19:28:25.737Z] support-scheduler-arm64 latest a4b39005607f 45 seconds ago 15.1MB [2021-06-23T19:28:25.737Z] security-proxy-setup-arm64 latest 1ff783bcf983 48 seconds ago 24.2MB [2021-06-23T19:28:25.737Z] 249fe778a9a1 58 seconds ago 968MB [2021-06-23T19:28:25.737Z] 68a43b1f6ed7 About a minute ago 973MB [2021-06-23T19:28:25.737Z] sys-mgmt-agent-arm64 latest c4d7b9e6de42 About a minute ago 299MB [2021-06-23T19:28:25.737Z] security-bootstrapper-arm64 latest 9ad4a59f4bc2 3 minutes ago 17.5MB [2021-06-23T19:28:25.737Z] security-secretstore-setup-arm64 latest 2e9d5f9552d6 3 minutes ago 27.1MB [2021-06-23T19:28:25.737Z] core-metadata-arm64 latest 665736064650 3 minutes ago 15.7MB [2021-06-23T19:28:25.737Z] core-command-arm64 latest c52cdab7690c 3 minutes ago 15MB [2021-06-23T19:28:25.737Z] 4bfab27948ca 3 minutes ago 969MB [2021-06-23T19:28:25.737Z] 2db1f535b073 3 minutes ago 972MB [2021-06-23T19:28:25.737Z] df9f45503028 3 minutes ago 970MB [2021-06-23T19:28:25.737Z] 6a72740c8168 3 minutes ago 976MB [2021-06-23T19:28:25.737Z] d80198d5f715 3 minutes ago 967MB [2021-06-23T19:28:25.738Z] ci-base-image-arm64 latest c594b1123755 14 minutes ago 641MB [2021-06-23T19:28:25.738Z] alpine 3.12 c4fd0aeabfcf 7 days ago 5.32MB [2021-06-23T19:28:25.738Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 2 weeks ago 429MB [2021-06-23T19:28:25.738Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-23T19:28:25.738Z] 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-23T19:28:26.956Z] ---> job-cost.sh [2021-06-23T19:28:26.956Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ci82 [2021-06-23T19:29:05.929Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-23T19:30:42.707Z] lf-activate-venv(): INFO: Adding /tmp/venv-ci82/bin to PATH [2021-06-23T19:30:42.707Z] INFO: No Stack... [2021-06-23T19:30:42.707Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-23T19:30:42.707Z] INFO: Archiving Costs [Pipeline] sh [2021-06-23T19:30:43.084Z] + + cutcat -d, /w/workspace/edgex-go/1/archives/cost.csv -f6 [2021-06-23T19:30:43.084Z] [Pipeline] lock [2021-06-23T19:30:43.177Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] [2021-06-23T19:30:43.185Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] did not exist. Created. [2021-06-23T19:30:43.185Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3592-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-23T19:30:43.701Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-23T19:30:43.979Z] Stashed 1 file(s) [Pipeline] } [2021-06-23T19:30:44.001Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3592-1-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-23T19:30:45.311Z] provisioning config files... [2021-06-23T19:30:45.322Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1576903411300496771tmp [Pipeline] { [Pipeline] sh [2021-06-23T19:30:45.719Z] + set +x [2021-06-23T19:30:45.719Z] + curl -s https://codecov.io/bash [2021-06-23T19:30:45.719Z] + bash -s -- [2021-06-23T19:30:45.719Z] [2021-06-23T19:30:45.719Z] _____ _ [2021-06-23T19:30:45.719Z] / ____| | | [2021-06-23T19:30:45.719Z] | | ___ __| | ___ ___ _____ __ [2021-06-23T19:30:45.719Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-23T19:30:45.719Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-23T19:30:45.719Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-23T19:30:45.719Z] Bash-1.0.3 [2021-06-23T19:30:45.719Z] [2021-06-23T19:30:45.719Z] [2021-06-23T19:30:45.719Z] ==> git version 2.24.4 found [2021-06-23T19:30:45.986Z] ==> 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-23T19:30:45.986Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-23T19:30:45.986Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-23T19:30:45.986Z] ==> Jenkins CI detected. [2021-06-23T19:30:45.986Z] project root: . [2021-06-23T19:30:45.986Z] --> token set from env [2021-06-23T19:30:45.986Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-23T19:30:45.986Z] ==> Running gcov in . (disable via -X gcov) [2021-06-23T19:30:45.986Z] ==> Python coveragepy not found [2021-06-23T19:30:45.986Z] ==> Searching for coverage reports in: [2021-06-23T19:30:45.986Z] + . [2021-06-23T19:30:45.986Z] -> Found 1 reports [2021-06-23T19:30:45.986Z] ==> Detecting git/mercurial file structure [2021-06-23T19:30:45.986Z] ==> Reading reports [2021-06-23T19:30:45.986Z] + ./coverage.out bytes=398095 [2021-06-23T19:30:45.986Z] ==> Appending adjustments [2021-06-23T19:30:45.986Z] https://docs.codecov.io/docs/fixing-reports [2021-06-23T19:30:46.937Z] + Found adjustments [2021-06-23T19:30:46.937Z] ==> Gzipping contents [2021-06-23T19:30:47.201Z] 56K /tmp/codecov.XVCN7A.gz [2021-06-23T19:30:47.201Z] ==> Uploading reports [2021-06-23T19:30:47.201Z] url: https://codecov.io [2021-06-23T19:30:47.201Z] query: branch=PR-3592&commit=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3592%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3592&job=&cmd_args= [2021-06-23T19:30:47.201Z] -> Pinging Codecov [2021-06-23T19:30:47.201Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3592&commit=2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3592%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3592&job=&cmd_args= [2021-06-23T19:30:47.777Z] -> Uploading to [2021-06-23T19:30:47.777Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-23/00271124DB129430A58F1EEE437C3FCB/2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96/3e62ae5c-08ee-422f-bab2-6fddae21df7a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210623%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210623T193047Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=03a762cbfaf4870f9c28848c2ea12fef80e76726376d7a2f2d73ae9a774d78fb [2021-06-23T19:30:47.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-23T19:30:47.777Z] Dload Upload Total Spent Left Speed [2021-06-23T19:30:48.039Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54442 0 0 100 54442 0 113k --:--:-- --:--:-- --:--:-- 113k [2021-06-23T19:30:48.039Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2bc954cf5e9d1bdf42e021bdbce80fdd5b893c96 [Pipeline] } [2021-06-23T19:30:48.070Z] 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-23T19:30:50.215Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:30:50.831Z] ---> package-listing.sh [2021-06-23T19:30:50.831Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-23T19:30:50.831Z] ++ facter osfamily [2021-06-23T19:30:51.094Z] + OS_FAMILY=redhat [2021-06-23T19:30:51.094Z] + workspace=/w/workspace/edgex-go/1 [2021-06-23T19:30:51.094Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-23T19:30:51.094Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-23T19:30:51.094Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-23T19:30:51.094Z] + PACKAGES=/tmp/packages_start.txt [2021-06-23T19:30:51.094Z] + '[' /w/workspace/edgex-go/1 ']' [2021-06-23T19:30:51.094Z] + PACKAGES=/tmp/packages_end.txt [2021-06-23T19:30:51.094Z] + case "${OS_FAMILY}" in [2021-06-23T19:30:51.094Z] + sort [2021-06-23T19:30:51.094Z] + rpm -qa [2021-06-23T19:30:53.026Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-23T19:30:53.026Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-23T19:30:53.026Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-23T19:30:53.026Z] + '[' /w/workspace/edgex-go/1 ']' [2021-06-23T19:30:53.026Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-06-23T19:30:53.026Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-06-23T19:30:53.064Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-23T19:30:53.380Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:30:53.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-23T19:30:53.990Z] [2021-06-23T19:30:53.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-23T19:30:54.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-23T19:30:54.359Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-23T19:30:54.359Z] df20fa9351a1: Pulling fs layer [2021-06-23T19:30:54.359Z] 36b3adc4ff6f: Pulling fs layer [2021-06-23T19:30:54.359Z] 8ad3a11d3b57: Pulling fs layer [2021-06-23T19:30:54.359Z] 46f8f816bc3b: Pulling fs layer [2021-06-23T19:30:54.359Z] 93b61091891f: Pulling fs layer [2021-06-23T19:30:54.359Z] 93b9cdb0e59b: Pulling fs layer [2021-06-23T19:30:54.359Z] 5e14af77c1be: Pulling fs layer [2021-06-23T19:30:54.359Z] 01666e4c0597: Pulling fs layer [2021-06-23T19:30:54.359Z] aa168da1d23b: Pulling fs layer [2021-06-23T19:30:54.359Z] 93b9cdb0e59b: Waiting [2021-06-23T19:30:54.359Z] 5e14af77c1be: Waiting [2021-06-23T19:30:54.359Z] 01666e4c0597: Waiting [2021-06-23T19:30:54.359Z] aa168da1d23b: Waiting [2021-06-23T19:30:54.359Z] 46f8f816bc3b: Waiting [2021-06-23T19:30:54.359Z] 93b61091891f: Waiting [2021-06-23T19:30:54.359Z] 36b3adc4ff6f: Verifying Checksum [2021-06-23T19:30:54.359Z] 36b3adc4ff6f: Download complete [2021-06-23T19:30:54.359Z] 46f8f816bc3b: Verifying Checksum [2021-06-23T19:30:54.359Z] 46f8f816bc3b: Download complete [2021-06-23T19:30:54.619Z] df20fa9351a1: Verifying Checksum [2021-06-23T19:30:54.619Z] df20fa9351a1: Download complete [2021-06-23T19:30:54.619Z] 93b61091891f: Verifying Checksum [2021-06-23T19:30:54.619Z] 93b61091891f: Download complete [2021-06-23T19:30:54.619Z] 93b9cdb0e59b: Verifying Checksum [2021-06-23T19:30:54.619Z] 93b9cdb0e59b: Download complete [2021-06-23T19:30:54.619Z] 5e14af77c1be: Verifying Checksum [2021-06-23T19:30:54.619Z] 5e14af77c1be: Download complete [2021-06-23T19:30:54.619Z] 01666e4c0597: Verifying Checksum [2021-06-23T19:30:54.619Z] 01666e4c0597: Download complete [2021-06-23T19:30:54.619Z] 8ad3a11d3b57: Verifying Checksum [2021-06-23T19:30:54.619Z] 8ad3a11d3b57: Download complete [2021-06-23T19:30:54.619Z] df20fa9351a1: Pull complete [2021-06-23T19:30:54.881Z] 36b3adc4ff6f: Pull complete [2021-06-23T19:30:55.458Z] 8ad3a11d3b57: Pull complete [2021-06-23T19:30:55.458Z] 46f8f816bc3b: Pull complete [2021-06-23T19:30:55.721Z] 93b61091891f: Pull complete [2021-06-23T19:30:55.721Z] 93b9cdb0e59b: Pull complete [2021-06-23T19:30:55.721Z] 5e14af77c1be: Pull complete [2021-06-23T19:30:55.982Z] 01666e4c0597: Pull complete [2021-06-23T19:30:56.932Z] aa168da1d23b: Verifying Checksum [2021-06-23T19:30:56.932Z] aa168da1d23b: Download complete [2021-06-23T19:31:01.184Z] aa168da1d23b: Pull complete [2021-06-23T19:31:01.184Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-23T19:31:01.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-23T19:31:01.184Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-23T19:31:01.296Z] prd-centos7-docker-4c-2g-957 does not seem to be running inside a container [2021-06-23T19:31:01.529Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-23T19:31:04.302Z] $ docker top fda2d8b6fe6aa563fa71609f31c72c1aa066a60f650b298ea2b11b8b8ec90484 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-23T19:31:04.763Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-23T19:31:05.086Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-23T19:31:05.424Z] + ls /var/log/sa-host [2021-06-23T19:31:05.424Z] + sadf -c /var/log/sa-host/sa05 [2021-06-23T19:31:05.424Z] file_magic: OK [2021-06-23T19:31:05.424Z] HZ: Using current value: 100 [2021-06-23T19:31:05.424Z] file_header: OK [2021-06-23T19:31:05.424Z] 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-23T19:31:05.424Z] Statistics: [2021-06-23T19:31:05.424Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-23T19:31:05.424Z] File successfully converted to sysstat format version 12.2.1 [2021-06-23T19:31:05.424Z] + sadf -c /var/log/sa-host/sa23 [2021-06-23T19:31:05.424Z] file_magic: OK [2021-06-23T19:31:05.424Z] HZ: Using current value: 100 [2021-06-23T19:31:05.424Z] file_header: OK [2021-06-23T19:31:05.425Z] 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-23T19:31:05.425Z] Statistics: [2021-06-23T19:31:05.425Z] 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...Hnuu...uuuununununu... [2021-06-23T19:31:05.425Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-23T19:31:05.736Z] provisioning config files... [2021-06-23T19:31:05.754Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1143505813543107457tmp [Pipeline] { [Pipeline] echo [2021-06-23T19:31:05.810Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:31:06.149Z] ---> create-netrc.sh [Pipeline] } [2021-06-23T19:31:06.174Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:31:06.629Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-23T19:31:06.655Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:31:06.999Z] ---> sudo-logs.sh [2021-06-23T19:31:06.999Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-23T19:31:07.096Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:31:07.437Z] ---> job-cost.sh [2021-06-23T19:31:07.437Z] lf-activate-venv: SKIPPING [2021-06-23T19:31:07.437Z] DEBUG: total: 0.18000000715255737 [2021-06-23T19:31:07.437Z] INFO: Retrieving Stack Cost... [2021-06-23T19:31:08.380Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-23T19:31:08.957Z] INFO: Archiving Costs [Pipeline] echo [2021-06-23T19:31:08.989Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-23T19:31:09.318Z] ---> logs-deploy.sh [2021-06-23T19:31:09.318Z] lf-activate-venv: SKIPPING [2021-06-23T19:31:09.318Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3592/1 [2021-06-23T19:31:09.318Z] INFO: archiving workspace using pattern(s): [2021-06-23T19:31:10.262Z] Archives upload complete. [2021-06-23T19:31:10.262Z] INFO: archiving logs to Nexus [2021-06-23T19:31:10.850Z] ---> uname -a: [2021-06-23T19:31:10.850Z] Linux prd-centos7-docker-4c-2g-957.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] ---> lscpu: [2021-06-23T19:31:10.850Z] Architecture: x86_64 [2021-06-23T19:31:10.850Z] CPU op-mode(s): 32-bit, 64-bit [2021-06-23T19:31:10.850Z] Byte Order: Little Endian [2021-06-23T19:31:10.850Z] Address sizes: 40 bits physical, 48 bits virtual [2021-06-23T19:31:10.850Z] CPU(s): 2 [2021-06-23T19:31:10.850Z] On-line CPU(s) list: 0,1 [2021-06-23T19:31:10.850Z] Thread(s) per core: 1 [2021-06-23T19:31:10.850Z] Core(s) per socket: 1 [2021-06-23T19:31:10.850Z] Socket(s): 2 [2021-06-23T19:31:10.850Z] NUMA node(s): 1 [2021-06-23T19:31:10.850Z] Vendor ID: AuthenticAMD [2021-06-23T19:31:10.850Z] CPU family: 23 [2021-06-23T19:31:10.850Z] Model: 49 [2021-06-23T19:31:10.850Z] Model name: AMD EPYC-Rome Processor [2021-06-23T19:31:10.850Z] Stepping: 0 [2021-06-23T19:31:10.850Z] CPU MHz: 2800.000 [2021-06-23T19:31:10.850Z] BogoMIPS: 5600.00 [2021-06-23T19:31:10.850Z] Virtualization: AMD-V [2021-06-23T19:31:10.850Z] Hypervisor vendor: KVM [2021-06-23T19:31:10.850Z] Virtualization type: full [2021-06-23T19:31:10.850Z] L1d cache: 64 KiB [2021-06-23T19:31:10.850Z] L1i cache: 64 KiB [2021-06-23T19:31:10.850Z] L2 cache: 1 MiB [2021-06-23T19:31:10.850Z] L3 cache: 32 MiB [2021-06-23T19:31:10.850Z] NUMA node0 CPU(s): 0,1 [2021-06-23T19:31:10.850Z] Vulnerability Itlb multihit: Not affected [2021-06-23T19:31:10.850Z] Vulnerability L1tf: Not affected [2021-06-23T19:31:10.850Z] Vulnerability Mds: Not affected [2021-06-23T19:31:10.850Z] Vulnerability Meltdown: Not affected [2021-06-23T19:31:10.850Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-06-23T19:31:10.850Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-06-23T19:31:10.850Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-06-23T19:31:10.850Z] Vulnerability Srbds: Not affected [2021-06-23T19:31:10.850Z] Vulnerability Tsx async abort: Not affected [2021-06-23T19:31:10.850Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] ---> nproc: [2021-06-23T19:31:10.850Z] 2 [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] ---> df -h: [2021-06-23T19:31:10.850Z] Filesystem Size Used Available Use% Mounted on [2021-06-23T19:31:10.850Z] overlay 40.0G 12.5G 27.5G 31% / [2021-06-23T19:31:10.850Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-06-23T19:31:10.850Z] tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup [2021-06-23T19:31:10.850Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/1 [2021-06-23T19:31:10.850Z] /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/1@tmp [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] ---> free -m: [2021-06-23T19:31:10.850Z] total used free shared buff/cache available [2021-06-23T19:31:10.850Z] Mem: 7821 1226 1949 0 4644 6562 [2021-06-23T19:31:10.850Z] Swap: 1023 1 1022 [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] ---> ip addr: [2021-06-23T19:31:10.850Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-06-23T19:31:10.850Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-06-23T19:31:10.850Z] inet 127.0.0.1/8 scope host lo [2021-06-23T19:31:10.850Z] valid_lft forever preferred_lft forever [2021-06-23T19:31:10.850Z] inet6 ::1/128 scope host [2021-06-23T19:31:10.850Z] valid_lft forever preferred_lft forever [2021-06-23T19:31:10.850Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-06-23T19:31:10.850Z] link/ether fa:16:3e:a0:c8:d6 brd ff:ff:ff:ff:ff:ff [2021-06-23T19:31:10.850Z] inet 10.30.123.205/23 brd 10.30.123.255 scope global dynamic eth0 [2021-06-23T19:31:10.850Z] valid_lft 84948sec preferred_lft 84948sec [2021-06-23T19:31:10.850Z] inet6 fe80::f816:3eff:fea0:c8d6/64 scope link [2021-06-23T19:31:10.850Z] valid_lft forever preferred_lft forever [2021-06-23T19:31:10.850Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-06-23T19:31:10.850Z] link/ether 02:42:57:ad:ea:6c brd ff:ff:ff:ff:ff:ff [2021-06-23T19:31:10.850Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-06-23T19:31:10.850Z] valid_lft forever preferred_lft forever [2021-06-23T19:31:10.850Z] inet6 fe80::42:57ff:fead:ea6c/64 scope link [2021-06-23T19:31:10.850Z] valid_lft forever preferred_lft forever [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] ---> sar -b -r -n DEV: [2021-06-23T19:31:10.850Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/23/21 _x86_64_ (2 CPU) [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] 19:06:47 LINUX RESTART (2 CPU) [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] 19:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-06-23T19:31:10.850Z] 19:09:01 79.62 0.18 79.43 0.00 22.78 40099.70 0.00 [2021-06-23T19:31:10.850Z] 19:10:01 128.32 0.00 128.32 0.00 0.00 17392.62 0.00 [2021-06-23T19:31:10.850Z] 19:11:01 56.05 0.02 56.04 0.00 0.53 10709.64 0.00 [2021-06-23T19:31:10.850Z] 19:12:01 193.09 0.00 193.09 0.00 0.00 110743.10 0.00 [2021-06-23T19:31:10.850Z] 19:13:01 670.46 293.86 376.60 0.00 10356.06 208845.94 0.00 [2021-06-23T19:31:10.850Z] 19:14:01 629.27 150.81 478.46 0.00 4960.48 213784.48 0.00 [2021-06-23T19:31:10.850Z] 19:15:01 215.97 14.30 201.67 0.00 1456.12 33587.64 0.00 [2021-06-23T19:31:10.850Z] 19:16:01 1.07 0.00 1.07 0.00 0.00 14.79 0.00 [2021-06-23T19:31:10.850Z] 19:17:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 [2021-06-23T19:31:10.850Z] 19:18:01 0.50 0.28 0.22 0.00 67.43 2.97 0.00 [2021-06-23T19:31:10.850Z] 19:19:01 0.27 0.00 0.27 0.00 0.00 2.10 0.00 [2021-06-23T19:31:10.850Z] 19:20:02 0.22 0.00 0.22 0.00 0.00 3.52 0.00 [2021-06-23T19:31:10.850Z] 19:21:01 0.24 0.00 0.24 0.00 0.00 2.80 0.00 [2021-06-23T19:31:10.850Z] 19:22:01 0.47 0.18 0.28 0.00 5.73 2.97 0.00 [2021-06-23T19:31:10.850Z] 19:23:01 0.73 0.00 0.73 0.00 0.00 15.59 0.00 [2021-06-23T19:31:10.850Z] 19:24:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 [2021-06-23T19:31:10.850Z] 19:25:01 0.20 0.00 0.20 0.00 0.00 2.62 0.00 [2021-06-23T19:31:10.850Z] 19:26:01 0.28 0.00 0.28 0.00 0.00 3.32 0.00 [2021-06-23T19:31:10.850Z] 19:27:01 0.27 0.00 0.27 0.00 0.00 3.37 0.00 [2021-06-23T19:31:10.850Z] 19:28:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 [2021-06-23T19:31:10.850Z] 19:29:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-06-23T19:31:10.850Z] 19:30:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 [2021-06-23T19:31:10.850Z] 19:31:01 56.05 42.44 13.61 0.00 4120.32 640.54 0.00 [2021-06-23T19:31:10.850Z] Average: 88.56 21.86 66.70 0.00 913.67 27680.82 0.00 [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] 19:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-06-23T19:31:10.850Z] 19:09:01 4141568 0 976144 12.19 2620 2888600 1635420 18.06 1058180 2317672 30088 [2021-06-23T19:31:10.850Z] 19:10:01 3883948 0 1082320 13.51 2620 3040044 1811236 20.00 1295772 2273044 270916 [2021-06-23T19:31:10.850Z] 19:11:01 3987076 0 1038160 12.96 2620 2981076 1687296 18.63 1183008 2279848 68568 [2021-06-23T19:31:10.850Z] 19:12:01 361616 0 1336688 16.69 2620 6308008 2409268 26.60 2849160 4128060 264816 [2021-06-23T19:31:10.850Z] 19:13:01 543672 0 1608184 20.08 2620 5854456 3448172 38.07 3024896 3692600 190136 [2021-06-23T19:31:10.850Z] 19:14:01 1010792 0 1430512 17.86 2620 5565008 3130840 34.57 2634816 3601160 105760 [2021-06-23T19:31:10.850Z] 19:15:01 2617208 0 1165620 14.55 2620 4223484 1421764 15.70 1469280 3194680 20 [2021-06-23T19:31:10.850Z] 19:16:01 2629096 0 1153720 14.41 2620 4223496 1270240 14.02 1463332 3194548 12 [2021-06-23T19:31:10.850Z] 19:17:01 2632472 0 1150344 14.36 2620 4223496 1254772 13.85 1461756 3194544 12 [2021-06-23T19:31:10.850Z] 19:18:01 2628060 0 1152772 14.39 2620 4225480 1254856 13.85 1467160 3193764 8 [2021-06-23T19:31:10.850Z] 19:19:01 2628184 0 1152648 14.39 2620 4225480 1254772 13.85 1467068 3193764 8 [2021-06-23T19:31:10.850Z] 19:20:02 2628524 0 1152300 14.39 2620 4225488 1254772 13.85 1467072 3193768 8 [2021-06-23T19:31:10.850Z] 19:21:01 2628492 0 1152328 14.39 2620 4225492 1254772 13.85 1467200 3193764 8 [2021-06-23T19:31:10.850Z] 19:22:01 2628360 0 1152428 14.39 2620 4225524 1254772 13.85 1467100 3193784 20 [2021-06-23T19:31:10.850Z] 19:23:01 2628008 0 1152776 14.39 2620 4225528 1254868 13.85 1467324 3193780 16 [2021-06-23T19:31:10.850Z] 19:24:01 2628484 0 1152300 14.39 2620 4225528 1254772 13.85 1467232 3193780 8 [2021-06-23T19:31:10.850Z] 19:25:01 2628376 0 1152400 14.39 2620 4225536 1254772 13.85 1467120 3193780 8 [2021-06-23T19:31:10.850Z] 19:26:01 2628276 0 1152496 14.39 2620 4225540 1254772 13.85 1467124 3193780 16 [2021-06-23T19:31:10.850Z] 19:27:01 2628416 0 1152352 14.39 2620 4225544 1254772 13.85 1467128 3193780 8 [2021-06-23T19:31:10.850Z] 19:28:01 2628204 0 1152560 14.39 2620 4225548 1254844 13.85 1467340 3193780 8 [2021-06-23T19:31:10.850Z] 19:29:01 2628244 0 1152516 14.39 2620 4225552 1254772 13.85 1467140 3193780 8 [2021-06-23T19:31:10.850Z] 19:30:01 2628012 0 1152744 14.39 2620 4225556 1254772 13.85 1467144 3193780 8 [2021-06-23T19:31:10.850Z] 19:31:01 2064296 0 1188592 14.84 2620 4753424 1272408 14.05 1499300 3690900 402936 [2021-06-23T19:31:10.850Z] Average: 2523451 0 1178822 14.72 2620 4304039 1550161 17.11 1609246 3177658 57974 [2021-06-23T19:31:10.850Z] [2021-06-23T19:31:10.850Z] 19:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-06-23T19:31:10.850Z] 19:09:01 veth785a180 43.85 50.99 2.89 131.33 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:09:01 eth0 359.07 316.60 2833.36 58.14 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:09:01 docker0 43.88 50.87 2.30 131.32 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:10:01 eth0 278.45 229.97 751.13 81.27 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:10:01 docker0 204.06 230.77 14.05 714.36 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:10:01 veth63daada 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:11:01 eth0 25.48 13.92 19.36 13.49 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:11:01 docker0 1.95 1.95 0.13 0.15 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:11:01 veth63daada 1.95 1.95 0.15 0.15 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:12:01 veth53742a3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:12:01 eth0 173.16 148.88 1702.56 71.92 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:13:01 veth53742a3 0.00 1.00 0.00 0.05 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:13:01 vethdb24e42 0.03 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:13:01 vethe3cb94b 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:13:01 vetha872dfa 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:14:01 veth53742a3 0.00 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:14:01 veth1ab2a9b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:14:01 eth0 2656.73 2502.68 12285.71 505.36 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:14:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:15:01 eth0 191.09 149.53 1627.08 72.80 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:15:01 docker0 1234.89 1086.23 96.28 4336.10 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:16:01 eth0 1.10 0.42 0.68 0.21 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:17:01 eth0 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.850Z] 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:18:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:19:01 eth0 0.08 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:20:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:23:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:25:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:26:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:27:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:28:01 eth0 0.37 0.32 0.20 0.08 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:30:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:31:01 eth0 190.96 168.75 2173.45 21.32 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] Average: eth0 62.31 50.84 419.00 17.55 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] Average: docker0 16.61 20.55 1.08 71.52 0.00 0.00 0.00 0.00 [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] ---> sar -P ALL: [2021-06-23T19:31:10.851Z] Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/23/21 _x86_64_ (2 CPU) [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] 19:06:47 LINUX RESTART (2 CPU) [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] 19:08:01 CPU %user %nice %system %iowait %steal %idle [2021-06-23T19:31:10.851Z] 19:09:01 all 11.37 0.00 3.71 1.74 0.06 83.13 [2021-06-23T19:31:10.851Z] 19:09:01 0 10.00 0.00 3.71 2.02 0.07 84.21 [2021-06-23T19:31:10.851Z] 19:09:01 1 12.73 0.00 3.71 1.46 0.05 82.04 [2021-06-23T19:31:10.851Z] 19:10:01 all 51.78 0.00 8.08 2.57 0.12 37.46 [2021-06-23T19:31:10.851Z] 19:10:01 0 51.29 0.00 8.27 2.60 0.11 37.73 [2021-06-23T19:31:10.851Z] 19:10:01 1 52.26 0.00 7.88 2.54 0.13 37.20 [2021-06-23T19:31:10.851Z] 19:11:01 all 32.65 0.00 4.84 0.60 0.08 61.82 [2021-06-23T19:31:10.851Z] 19:11:01 0 33.64 0.00 4.98 0.67 0.09 60.63 [2021-06-23T19:31:10.851Z] 19:11:01 1 31.67 0.00 4.71 0.54 0.07 63.01 [2021-06-23T19:31:10.851Z] 19:12:01 all 46.54 0.00 11.64 2.94 0.10 38.77 [2021-06-23T19:31:10.851Z] 19:12:01 0 47.00 0.00 11.68 3.06 0.09 38.17 [2021-06-23T19:31:10.851Z] 19:12:01 1 46.09 0.00 11.60 2.83 0.11 39.37 [2021-06-23T19:31:10.851Z] 19:13:01 all 58.89 0.00 18.86 17.22 0.11 4.92 [2021-06-23T19:31:10.851Z] 19:13:01 0 58.72 0.00 19.27 16.72 0.11 5.17 [2021-06-23T19:31:10.851Z] 19:13:01 1 59.07 0.00 18.45 17.71 0.11 4.66 [2021-06-23T19:31:10.851Z] 19:14:01 all 65.54 0.00 19.14 13.04 0.12 2.16 [2021-06-23T19:31:10.851Z] 19:14:01 0 65.09 0.00 19.42 13.22 0.13 2.15 [2021-06-23T19:31:10.851Z] 19:14:01 1 66.00 0.00 18.86 12.85 0.11 2.17 [2021-06-23T19:31:10.851Z] 19:15:01 all 27.51 0.00 7.53 2.11 0.08 62.77 [2021-06-23T19:31:10.851Z] 19:15:01 0 27.58 0.00 7.87 1.69 0.07 62.79 [2021-06-23T19:31:10.851Z] 19:15:01 1 27.44 0.00 7.19 2.53 0.09 62.74 [2021-06-23T19:31:10.851Z] 19:16:01 all 0.13 0.00 0.08 0.00 0.03 99.77 [2021-06-23T19:31:10.851Z] 19:16:01 0 0.08 0.00 0.12 0.00 0.03 99.77 [2021-06-23T19:31:10.851Z] 19:16:01 1 0.17 0.00 0.03 0.00 0.03 99.77 [2021-06-23T19:31:10.851Z] 19:17:01 all 0.13 0.00 0.06 0.00 0.03 99.78 [2021-06-23T19:31:10.851Z] 19:17:01 0 0.23 0.00 0.07 0.00 0.02 99.68 [2021-06-23T19:31:10.851Z] 19:17:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2021-06-23T19:31:10.851Z] 19:18:01 all 0.08 0.00 0.03 0.01 0.03 99.86 [2021-06-23T19:31:10.851Z] 19:18:01 0 0.10 0.00 0.03 0.00 0.02 99.85 [2021-06-23T19:31:10.851Z] 19:18:01 1 0.05 0.00 0.02 0.02 0.05 99.87 [2021-06-23T19:31:10.851Z] 19:19:01 all 0.16 0.00 0.17 0.00 0.03 99.65 [2021-06-23T19:31:10.851Z] 19:19:01 0 0.28 0.00 0.25 0.00 0.03 99.43 [2021-06-23T19:31:10.851Z] 19:19:01 1 0.03 0.00 0.08 0.00 0.02 99.87 [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] 19:19:01 CPU %user %nice %system %iowait %steal %idle [2021-06-23T19:31:10.851Z] 19:20:02 all 0.06 0.00 0.03 0.00 0.03 99.88 [2021-06-23T19:31:10.851Z] 19:20:02 0 0.02 0.00 0.02 0.00 0.05 99.92 [2021-06-23T19:31:10.851Z] 19:20:02 1 0.10 0.00 0.03 0.00 0.02 99.85 [2021-06-23T19:31:10.851Z] 19:21:01 all 0.08 0.00 0.02 0.00 0.03 99.87 [2021-06-23T19:31:10.851Z] 19:21:01 0 0.14 0.00 0.03 0.00 0.05 99.78 [2021-06-23T19:31:10.851Z] 19:21:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2021-06-23T19:31:10.851Z] 19:22:01 all 0.02 0.00 0.04 0.00 0.03 99.91 [2021-06-23T19:31:10.851Z] 19:22:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-23T19:31:10.851Z] 19:22:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2021-06-23T19:31:10.851Z] 19:23:01 all 0.06 0.00 0.03 0.00 0.03 99.89 [2021-06-23T19:31:10.851Z] 19:23:01 0 0.10 0.00 0.03 0.00 0.03 99.83 [2021-06-23T19:31:10.851Z] 19:23:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-23T19:31:10.851Z] 19:24:01 all 0.12 0.00 0.02 0.00 0.03 99.83 [2021-06-23T19:31:10.851Z] 19:24:01 0 0.20 0.00 0.02 0.00 0.03 99.75 [2021-06-23T19:31:10.851Z] 19:24:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2021-06-23T19:31:10.851Z] 19:25:01 all 0.11 0.00 0.03 0.00 0.02 99.84 [2021-06-23T19:31:10.851Z] 19:25:01 0 0.18 0.00 0.03 0.00 0.00 99.78 [2021-06-23T19:31:10.851Z] 19:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2021-06-23T19:31:10.851Z] 19:26:01 all 0.12 0.00 0.02 0.00 0.03 99.84 [2021-06-23T19:31:10.851Z] 19:26:01 0 0.22 0.00 0.03 0.00 0.03 99.72 [2021-06-23T19:31:10.851Z] 19:26:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2021-06-23T19:31:10.851Z] 19:27:01 all 0.10 0.00 0.03 0.00 0.03 99.85 [2021-06-23T19:31:10.851Z] 19:27:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2021-06-23T19:31:10.851Z] 19:27:01 1 0.18 0.00 0.02 0.00 0.02 99.78 [2021-06-23T19:31:10.851Z] 19:28:01 all 0.13 0.00 0.02 0.00 0.03 99.83 [2021-06-23T19:31:10.851Z] 19:28:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2021-06-23T19:31:10.851Z] 19:28:01 1 0.20 0.00 0.02 0.00 0.02 99.77 [2021-06-23T19:31:10.851Z] 19:29:01 all 0.14 0.00 0.02 0.00 0.03 99.82 [2021-06-23T19:31:10.851Z] 19:29:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-06-23T19:31:10.851Z] 19:29:01 1 0.27 0.00 0.00 0.00 0.03 99.70 [2021-06-23T19:31:10.851Z] 19:30:01 all 0.14 0.00 0.02 0.00 0.02 99.82 [2021-06-23T19:31:10.851Z] 19:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-06-23T19:31:10.851Z] 19:30:01 1 0.27 0.00 0.02 0.00 0.02 99.70 [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] 19:30:01 CPU %user %nice %system %iowait %steal %idle [2021-06-23T19:31:10.851Z] 19:31:01 all 6.83 0.00 2.76 0.94 0.03 89.43 [2021-06-23T19:31:10.851Z] 19:31:01 0 7.50 0.00 3.31 1.78 0.03 87.37 [2021-06-23T19:31:10.851Z] 19:31:01 1 6.17 0.00 2.20 0.10 0.03 91.49 [2021-06-23T19:31:10.851Z] Average: all 12.47 0.00 3.18 1.68 0.05 82.62 [2021-06-23T19:31:10.851Z] Average: 0 12.48 0.00 3.27 1.71 0.05 82.50 [2021-06-23T19:31:10.851Z] Average: 1 12.47 0.00 3.08 1.65 0.05 82.75 [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z] [2021-06-23T19:31:10.851Z]