Pull request #3572 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 06a31df1d9e5365adec7be01419509354eeec32f+ca82cc67a24dd3a646f9c54faca12af7640f6229 (7a81bbfb98c488b618c50ea8792da39cde316a17) 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-ssh2778243688081336816.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-ssh3181951537674749825.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-3572/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-3572/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4279196363071194890.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-3572/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6890420322366094915.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-ssh6510103567285678322.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-3572/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-3572/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7274337258038439570.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-1644 in /w/workspace/edgexfoundry_edgex-go_PR-3572 [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-ssh3237765087801285284.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [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-ssh5021317310163463139.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3572/head:refs/remotes/origin/PR-3572 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 06a31df1d9e5365adec7be01419509354eeec32f Merge succeeded, producing 06a31df1d9e5365adec7be01419509354eeec32f Checking out Revision 06a31df1d9e5365adec7be01419509354eeec32f (PR-3572) > git config core.sparsecheckout # timeout=10 > git checkout -f 06a31df1d9e5365adec7be01419509354eeec32f # 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-ssh1237925590279699347.key > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 06a31df1d9e5365adec7be01419509354eeec32f # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/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-16T05:44:27.368Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-16T05:44:27.570Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-16T05:44:27.685Z] ========================================================= [2021-06-16T05:44:27.685Z] EdgeX Global Pipelines Version Info [2021-06-16T05:44:27.685Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-16T05:44:29.132Z] ------------------- [2021-06-16T05:44:29.132Z] stable info: [2021-06-16T05:44:29.132Z] ------------------- [2021-06-16T05:44:29.132Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-16T05:44:29.132Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T05:44:29.132Z] Message: update stable to v1.0.195 [2021-06-16T05:44:29.705Z] ------------------- [2021-06-16T05:44:29.705Z] experimental info: [2021-06-16T05:44:29.705Z] ------------------- [2021-06-16T05:44:29.705Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-16T05:44:29.705Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T05:44:29.705Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-16T05:44:29.928Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-06-16T05:44:29.995Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-06-16T05:44:30.052Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-16T05:44:30.107Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-16T05:44:30.161Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-16T05:44:30.228Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-16T05:44:30.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-16T05:44:30.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-06-16T05:44:30.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-06-16T05:44:30.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-06-16T05:44:30.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-16T05:44:30.590Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-16T05:44:30.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-16T05:44:30.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-16T05:44:30.754Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-16T05:44:30.811Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-16T05:44:30.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-16T05:44:30.926Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-16T05:44:30.978Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-06-16T05:44:31.057Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-06-16T05:44:31.118Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-06-16T05:44:31.192Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-16T05:44:31.245Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3572 [Pipeline] echo [2021-06-16T05:44:31.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3572 [Pipeline] echo [2021-06-16T05:44:31.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3572 [Pipeline] echo [2021-06-16T05:44:31.442Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 06a31df1d9e5365adec7be01419509354eeec32f [Pipeline] echo [2021-06-16T05:44:31.497Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 06a31df [Pipeline] echo [2021-06-16T05:44:31.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T05:44:31.736Z] provisioning config files... [2021-06-16T05:44:31.752Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4348033720923029646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T05:44:32.120Z] ---> docker-login.sh [2021-06-16T05:44:32.120Z] nexus3.edgexfoundry.org:10001 [2021-06-16T05:44:32.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:44:32.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:44:32.120Z] Configure a credential helper to remove this warning. See [2021-06-16T05:44:32.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:44:32.120Z] [2021-06-16T05:44:32.120Z] Login Succeeded [2021-06-16T05:44:32.383Z] nexus3.edgexfoundry.org:10002 [2021-06-16T05:44:32.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:44:32.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:44:32.383Z] Configure a credential helper to remove this warning. See [2021-06-16T05:44:32.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:44:32.383Z] [2021-06-16T05:44:32.383Z] Login Succeeded [2021-06-16T05:44:32.383Z] nexus3.edgexfoundry.org:10003 [2021-06-16T05:44:32.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:44:32.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:44:32.645Z] Configure a credential helper to remove this warning. See [2021-06-16T05:44:32.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:44:32.645Z] [2021-06-16T05:44:32.645Z] Login Succeeded [2021-06-16T05:44:32.645Z] nexus3.edgexfoundry.org:10004 [2021-06-16T05:44:32.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:44:32.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:44:32.645Z] Configure a credential helper to remove this warning. See [2021-06-16T05:44:32.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:44:32.645Z] [2021-06-16T05:44:32.645Z] Login Succeeded [2021-06-16T05:44:32.645Z] docker.io [2021-06-16T05:44:32.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:44:32.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:44:32.913Z] Configure a credential helper to remove this warning. See [2021-06-16T05:44:32.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:44:32.913Z] [2021-06-16T05:44:32.913Z] Login Succeeded [2021-06-16T05:44:32.913Z] ---> docker-login.sh ends [Pipeline] } [2021-06-16T05:44:32.937Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-16T05:44:33.369Z] ++ 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-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/core-command/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo core-command,cmd/core-command/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/core-data/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo core-data,cmd/core-data/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/core-metadata/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/support-notifications/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-06-16T05:44:33.369Z] + for file in '`ls cmd/**/Dockerfile`' [2021-06-16T05:44:33.369Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-06-16T05:44:33.369Z] ++ cut -d/ -f2 [2021-06-16T05:44:33.369Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-06-16T05:44:33.440Z] 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-16T05:44:34.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T05:44:34.371Z] [2021-06-16T05:44:34.371Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:44:34.739Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T05:44:34.739Z] latest: Pulling from edgex-devops/git-semver [2021-06-16T05:44:34.739Z] 31603596830f: Pulling fs layer [2021-06-16T05:44:34.739Z] 54011a49482f: Pulling fs layer [2021-06-16T05:44:34.739Z] a6820b24f6d8: Pulling fs layer [2021-06-16T05:44:34.739Z] f581987b2513: Pulling fs layer [2021-06-16T05:44:34.739Z] f581987b2513: Waiting [2021-06-16T05:44:34.739Z] 54011a49482f: Verifying Checksum [2021-06-16T05:44:34.739Z] 54011a49482f: Download complete [2021-06-16T05:44:35.001Z] 31603596830f: Verifying Checksum [2021-06-16T05:44:35.001Z] 31603596830f: Download complete [2021-06-16T05:44:35.001Z] a6820b24f6d8: Verifying Checksum [2021-06-16T05:44:35.001Z] a6820b24f6d8: Download complete [2021-06-16T05:44:35.001Z] f581987b2513: Verifying Checksum [2021-06-16T05:44:35.001Z] f581987b2513: Download complete [2021-06-16T05:44:35.273Z] 31603596830f: Pull complete [2021-06-16T05:44:35.273Z] 54011a49482f: Pull complete [2021-06-16T05:44:35.850Z] a6820b24f6d8: Pull complete [2021-06-16T05:44:36.114Z] f581987b2513: Pull complete [2021-06-16T05:44:36.114Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-16T05:44:36.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-16T05:44:36.114Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-16T05:44:36.219Z] prd-centos7-docker-4c-2g-1644 does not seem to be running inside a container [2021-06-16T05:44:36.260Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-16T05:44:37.195Z] $ docker top 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-16T05:44:37.407Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-16T05:44:37.407Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-16T05:44:37.509Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-16T05:44:37.512Z] $ docker exec 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 ssh-agent [2021-06-16T05:44:37.628Z] SSH_AUTH_SOCK=/tmp/ssh-Qz6rEyjzptJ8/agent.13 [2021-06-16T05:44:37.628Z] SSH_AGENT_PID=19 [2021-06-16T05:44:37.642Z] Running ssh-add (command line suppressed) [2021-06-16T05:44:37.728Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5247368380326593639.key (/w/workspace/edgex-go/1@tmp/private_key_5247368380326593639.key) [2021-06-16T05:44:37.744Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-16T05:44:38.095Z] + git tag --points-at HEAD [Pipeline] } [2021-06-16T05:44:38.118Z] $ docker exec --env ******** --env ******** 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 ssh-agent -k [2021-06-16T05:44:38.206Z] unset SSH_AUTH_SOCK; [2021-06-16T05:44:38.206Z] unset SSH_AGENT_PID; [2021-06-16T05:44:38.206Z] echo Agent pid 19 killed; [2021-06-16T05:44:38.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-16T05:44:38.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-16T05:44:38.310Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-16T05:44:38.412Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-16T05:44:38.412Z] $ docker exec 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 ssh-agent [2021-06-16T05:44:38.527Z] SSH_AUTH_SOCK=/tmp/ssh-tKptSbygkXMB/agent.53 [2021-06-16T05:44:38.527Z] SSH_AGENT_PID=60 [2021-06-16T05:44:38.534Z] Running ssh-add (command line suppressed) [2021-06-16T05:44:38.624Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5250101361753743800.key (/w/workspace/edgex-go/1@tmp/private_key_5250101361753743800.key) [2021-06-16T05:44:38.640Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-16T05:44:38.979Z] + git semver init [2021-06-16T05:44:38.979Z] # -> Open(): unable to determine branch for HEAD [2021-06-16T05:44:38.979Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-06-16T05:44:38.979Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-06-16T05:44:38.979Z] # $SEMVER_REMOTE_NAME = origin [2021-06-16T05:44:38.979Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-16T05:44:38.979Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-16T05:44:38.979Z] # $SEMVER_BRANCH = PR-3572 [2021-06-16T05:44:38.979Z] # $SEMVER_TEMP = /tmp/semver-041837450 [2021-06-16T05:44:38.979Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-06-16T05:44:51.258Z] # '/tmp/semver-041837450' -> '/w/workspace/edgex-go/1/.semver' [2021-06-16T05:44:51.258Z] # -> Force: false [2021-06-16T05:44:51.258Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-06-16T05:44:51.279Z] $ docker exec --env ******** --env ******** 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 ssh-agent -k [2021-06-16T05:44:51.371Z] unset SSH_AUTH_SOCK; [2021-06-16T05:44:51.371Z] unset SSH_AGENT_PID; [2021-06-16T05:44:51.371Z] echo Agent pid 60 killed; [2021-06-16T05:44:51.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-16T05:44:51.825Z] + git semver [Pipeline] } [2021-06-16T05:44:54.239Z] $ docker stop --time=1 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 [2021-06-16T05:44:56.117Z] $ docker rm -f 57e671e68848d1fd6ee6b5dd2b4ae0479a1e32490d03deab00be3436d460d213 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T05:44:56.583Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-16T05:44:57.005Z] Stashed 1 file(s) [Pipeline] echo [2021-06-16T05:44:57.031Z] [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-16T05:44:58.051Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-16T05:44:58.371Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-16T05:44:58.701Z] + true [2021-06-16T05:44:58.701Z] + sudo service docker restart [2021-06-16T05:44:58.701Z] Redirecting to /bin/systemctl restart docker.service [2021-06-16T05:45:12.488Z] Still waiting to schedule task [2021-06-16T05:45:12.489Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1641’ [Pipeline] echo [2021-06-16T05:45:16.873Z] ========================================================= [2021-06-16T05:45:16.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-16T05:45:16.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:45:17.228Z] + 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-16T05:45:18.621Z] Sending build context to Docker daemon 329.4MB [2021-06-16T05:45:18.621Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-16T05:45:18.621Z] Step 2/6 : FROM ${BASE} [2021-06-16T05:45:18.621Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-16T05:45:18.621Z] 540db60ca938: Pulling fs layer [2021-06-16T05:45:18.621Z] adcc1eea9eea: Pulling fs layer [2021-06-16T05:45:18.621Z] 4c4ab2625f07: Pulling fs layer [2021-06-16T05:45:18.621Z] 0510c868ecb4: Pulling fs layer [2021-06-16T05:45:18.621Z] afea3b2eda06: Pulling fs layer [2021-06-16T05:45:18.621Z] 7809a108b3ef: Pulling fs layer [2021-06-16T05:45:18.621Z] f706445af74f: Pulling fs layer [2021-06-16T05:45:18.621Z] afea3b2eda06: Waiting [2021-06-16T05:45:18.621Z] 7809a108b3ef: Waiting [2021-06-16T05:45:18.621Z] f706445af74f: Waiting [2021-06-16T05:45:18.621Z] 0510c868ecb4: Waiting [2021-06-16T05:45:18.621Z] adcc1eea9eea: Download complete [2021-06-16T05:45:18.621Z] 4c4ab2625f07: Verifying Checksum [2021-06-16T05:45:18.621Z] 4c4ab2625f07: Download complete [2021-06-16T05:45:18.621Z] afea3b2eda06: Verifying Checksum [2021-06-16T05:45:18.621Z] afea3b2eda06: Download complete [2021-06-16T05:45:18.621Z] 540db60ca938: Verifying Checksum [2021-06-16T05:45:18.621Z] 540db60ca938: Download complete [2021-06-16T05:45:18.621Z] 7809a108b3ef: Verifying Checksum [2021-06-16T05:45:18.621Z] 7809a108b3ef: Download complete [2021-06-16T05:45:18.887Z] 540db60ca938: Pull complete [2021-06-16T05:45:18.887Z] adcc1eea9eea: Pull complete [2021-06-16T05:45:19.152Z] 4c4ab2625f07: Pull complete [2021-06-16T05:45:20.556Z] f706445af74f: Verifying Checksum [2021-06-16T05:45:20.556Z] f706445af74f: Download complete [2021-06-16T05:45:21.135Z] 0510c868ecb4: Verifying Checksum [2021-06-16T05:45:21.135Z] 0510c868ecb4: Download complete [2021-06-16T05:45:24.479Z] 0510c868ecb4: Pull complete [2021-06-16T05:45:24.479Z] afea3b2eda06: Pull complete [2021-06-16T05:45:24.479Z] 7809a108b3ef: Pull complete [2021-06-16T05:45:26.463Z] f706445af74f: Pull complete [2021-06-16T05:45:26.463Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-16T05:45:26.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-16T05:45:26.464Z] ---> b068be0155e3 [2021-06-16T05:45:26.464Z] 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-16T05:45:27.420Z] ---> Running in ba1f8dc4f270 [2021-06-16T05:45:27.682Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:45:28.628Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:45:28.891Z] (1/12) Installing libmagic (5.39-r0) [2021-06-16T05:45:29.466Z] (2/12) Installing file (5.39-r0) [2021-06-16T05:45:29.466Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-16T05:45:29.726Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-16T05:45:35.029Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-16T05:45:35.029Z] (6/12) Installing patch (2.7.6-r6) [2021-06-16T05:45:35.029Z] (7/12) Installing build-base (0.5-r2) [2021-06-16T05:45:35.029Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-16T05:45:35.029Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-16T05:45:35.029Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-16T05:45:35.029Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-16T05:45:35.029Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-16T05:45:35.291Z] Executing busybox-1.32.1-r6.trigger [2021-06-16T05:45:35.292Z] OK: 219 MiB in 52 packages [2021-06-16T05:45:36.239Z] Removing intermediate container ba1f8dc4f270 [2021-06-16T05:45:36.239Z] ---> ce166fbded49 [2021-06-16T05:45:36.239Z] Step 4/6 : WORKDIR /edgex-go [2021-06-16T05:45:36.239Z] ---> Running in 0df40b347290 [2021-06-16T05:45:36.502Z] Removing intermediate container 0df40b347290 [2021-06-16T05:45:36.502Z] ---> cdaba683f27d [2021-06-16T05:45:36.502Z] Step 5/6 : COPY go.mod . [2021-06-16T05:45:36.502Z] ---> 23941130862a [2021-06-16T05:45:36.502Z] Step 6/6 : RUN go mod download [2021-06-16T05:45:36.502Z] ---> Running in 4f948a9bf214 [2021-06-16T05:45:46.527Z] Removing intermediate container 4f948a9bf214 [2021-06-16T05:45:46.527Z] ---> ea4d81eb1fe4 [2021-06-16T05:45:46.527Z] Successfully built ea4d81eb1fe4 [2021-06-16T05:45:46.527Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:45:46.880Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-16T05:45:46.880Z] . [Pipeline] withDockerContainer [2021-06-16T05:45:46.981Z] prd-centos7-docker-4c-2g-1644 does not seem to be running inside a container [2021-06-16T05:45:47.022Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-16T05:45:47.367Z] $ docker top 08938fd5f088c6daf1dcf955199f9d3e2842c71b8da78288a7a941dd8916ee62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T05:45:47.804Z] + go version [2021-06-16T05:45:47.804Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-16T05:45:47.830Z] $ docker stop --time=1 08938fd5f088c6daf1dcf955199f9d3e2842c71b8da78288a7a941dd8916ee62 [2021-06-16T05:45:49.001Z] $ docker rm -f 08938fd5f088c6daf1dcf955199f9d3e2842c71b8da78288a7a941dd8916ee62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:45:49.854Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-16T05:45:49.854Z] . [Pipeline] withDockerContainer [2021-06-16T05:45:49.950Z] prd-centos7-docker-4c-2g-1644 does not seem to be running inside a container [2021-06-16T05:45:49.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-16T05:45:50.406Z] $ docker top e3390418a1242524d8d28fc90e83de1e7e8645d2f42d21551ff6ddc99fbc50c8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-16T05:45:50.562Z] ========================================================= [2021-06-16T05:45:50.562Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-16T05:45:50.562Z] ========================================================= [Pipeline] sh [2021-06-16T05:45:50.879Z] + go mod tidy [Pipeline] sh [2021-06-16T05:45:51.470Z] + make test [2021-06-16T05:45:51.470Z] go mod tidy [2021-06-16T05:45:51.470Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-16T05:45:56.798Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-16T05:46:14.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-16T05:46:16.945Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-16T05:46:17.934Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-16T05:46:18.204Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-16T05:46:20.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-16T05:46:21.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-16T05:46:21.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-16T05:46:21.054Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-16T05:46:21.632Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-16T05:46:21.902Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-16T05:46:22.169Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-16T05:46:22.169Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-16T05:46:22.169Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-16T05:46:22.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-16T05:46:24.749Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements [2021-06-16T05:46:24.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-16T05:46:24.749Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-16T05:46:25.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.062s coverage: 100.0% of statements [2021-06-16T05:46:25.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-16T05:46:25.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.058s coverage: 53.4% of statements [2021-06-16T05:46:25.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-16T05:46:25.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-16T05:46:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.105s coverage: 87.7% of statements [2021-06-16T05:46:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-16T05:46:26.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:46:26.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.049s coverage: 78.9% of statements [2021-06-16T05:46:28.091Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.052s coverage: 81.2% of statements [2021-06-16T05:46:28.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-16T05:46:28.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-16T05:46:28.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-16T05:46:28.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-16T05:46:28.092Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-16T05:46:28.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.236s coverage: 95.1% of statements [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-16T05:46:28.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-16T05:46:28.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.043s coverage: 60.0% of statements [2021-06-16T05:46:28.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-16T05:46:28.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-16T05:46:28.619Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-16T05:46:29.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.045s coverage: 0.8% of statements [2021-06-16T05:46:29.578Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-16T05:46:29.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-06-16T05:46:29.578Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.041s coverage: 22.0% of statements [2021-06-16T05:46:29.578Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-16T05:46:29.578Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2021-06-16T05:46:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements [2021-06-16T05:46:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-06-16T05:46:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements [2021-06-16T05:46:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-06-16T05:46:43.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements [2021-06-16T05:46:43.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-06-16T05:46:47.518Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.177s coverage: 81.8% of statements [2021-06-16T05:46:47.518Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 76.0% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.2% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.126s coverage: 64.4% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.022s coverage: 73.7% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2021-06-16T05:47:05.653Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.167s coverage: 66.9% of statements [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-16T05:47:05.653Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-16T05:47:05.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 43.6% of statements [2021-06-16T05:47:05.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-16T05:47:05.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-16T05:47:05.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-06-16T05:47:05.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-16T05:47:06.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2021-06-16T05:47:06.179Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-16T05:47:14.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.066s coverage: 19.3% of statements [2021-06-16T05:47:14.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-16T05:47:14.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-16T05:47:14.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-16T05:47:14.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-16T05:47:14.345Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.113s coverage: 91.9% of statements [2021-06-16T05:47:14.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-16T05:47:14.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-16T05:47:14.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 62.7% of statements [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-16T05:47:14.346Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.6% of statements [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-16T05:47:14.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.043s coverage: 28.9% of statements [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-16T05:47:14.346Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-16T05:47:14.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-06-16T05:47:14.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 95.4% of statements [2021-06-16T05:47:14.346Z] GO111MODULE=on go vet ./... [2021-06-16T05:47:37.863Z] gofmt -l . [2021-06-16T05:47:37.863Z] [ "`gofmt -l .`" = "" ] [2021-06-16T05:47:37.863Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-16T05:47:38.191Z] + ls -al . [2021-06-16T05:47:38.191Z] total 516 [2021-06-16T05:47:38.191Z] drwxrwxr-x 10 1001 1001 4096 Jun 16 05:47 . [2021-06-16T05:47:38.191Z] drwxr-xr-x 4 root root 28 Jun 16 05:45 .. [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 11 Jun 16 05:44 .dockerignore [2021-06-16T05:47:38.191Z] drwxrwxr-x 8 1001 1001 179 Jun 16 05:44 .git [2021-06-16T05:47:38.191Z] drwxrwxr-x 3 1001 1001 125 Jun 16 05:44 .github [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 818 Jun 16 05:44 .gitignore [2021-06-16T05:47:38.191Z] drwx------ 3 1001 1001 60 Jun 16 05:44 .semver [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 166 Jun 16 05:44 .sonarcloud.properties [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 8609 Jun 16 05:44 Attribution.txt [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 3804 Jun 16 05:44 CONTRIBUTING.md [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 931 Jun 16 05:44 Dockerfile.build [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 849 Jun 16 05:44 Jenkinsfile [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 10775 Jun 16 05:44 LICENSE [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 5605 Jun 16 05:44 Makefile [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 7905 Jun 16 05:44 README.md [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 7071 Jun 16 05:44 SECURITY.md [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 5 Jun 16 05:44 VERSION [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 4131 Jun 16 05:44 ZMQWindows.md [2021-06-16T05:47:38.191Z] drwxrwxr-x 2 1001 1001 37 Jun 16 05:44 bin [2021-06-16T05:47:38.191Z] drwxrwxr-x 14 1001 1001 4096 Jun 16 05:44 cmd [2021-06-16T05:47:38.191Z] -rw-r--r-- 1 root root 398195 Jun 16 05:47 coverage.out [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 841 Jun 16 05:44 go.mod [2021-06-16T05:47:38.191Z] -rw-r--r-- 1 root root 20843 Jun 16 05:45 go.sum [2021-06-16T05:47:38.191Z] drwxrwxr-x 7 1001 1001 114 Jun 16 05:44 internal [2021-06-16T05:47:38.191Z] drwxrwxr-x 3 1001 1001 16 Jun 16 05:44 openapi [2021-06-16T05:47:38.191Z] drwxrwxr-x 4 1001 1001 71 Jun 16 05:44 snap [2021-06-16T05:47:38.191Z] -rw-rw-r-- 1 1001 1001 168 Jun 16 05:44 version.go [Pipeline] sh [2021-06-16T05:47:38.513Z] + '[' -e coverage.out ] [2021-06-16T05:47:38.513Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-16T05:47:38.657Z] Stashed 1 file(s) [Pipeline] sh [2021-06-16T05:47:38.965Z] + make build [2021-06-16T05:47:38.965Z] go mod tidy [2021-06-16T05:47:38.965Z] 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-16T05:47:40.371Z] 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-16T05:47:47.005Z] 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-16T05:47:47.266Z] 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-16T05:47:48.216Z] 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-16T05:47:48.480Z] 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-16T05:47:49.066Z] 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-16T05:47:50.012Z] 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-16T05:47:52.482Z] 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-16T05:47:52.482Z] 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-16T05:47:52.482Z] 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-16T05:47:53.066Z] 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-16T05:47:54.490Z] $ docker stop --time=1 e3390418a1242524d8d28fc90e83de1e7e8645d2f42d21551ff6ddc99fbc50c8 [2021-06-16T05:47:56.209Z] $ docker rm -f e3390418a1242524d8d28fc90e83de1e7e8645d2f42d21551ff6ddc99fbc50c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:47:57.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T05:47:57.746Z] [2021-06-16T05:47:57.746Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:47:58.105Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T05:47:58.105Z] latest: Pulling from edgex-devops/edgex-compose [2021-06-16T05:47:58.105Z] cbdbe7a5bc2a: Pulling fs layer [2021-06-16T05:47:58.105Z] ca9280d653b3: Pulling fs layer [2021-06-16T05:47:58.105Z] 7e9c9ca2126c: Pulling fs layer [2021-06-16T05:47:58.366Z] cbdbe7a5bc2a: Verifying Checksum [2021-06-16T05:47:58.366Z] cbdbe7a5bc2a: Download complete [2021-06-16T05:47:58.366Z] cbdbe7a5bc2a: Pull complete [2021-06-16T05:47:59.311Z] ca9280d653b3: Verifying Checksum [2021-06-16T05:47:59.311Z] ca9280d653b3: Download complete [2021-06-16T05:47:59.902Z] ca9280d653b3: Pull complete [2021-06-16T05:47:59.902Z] 7e9c9ca2126c: Verifying Checksum [2021-06-16T05:47:59.902Z] 7e9c9ca2126c: Download complete [2021-06-16T05:48:03.221Z] 7e9c9ca2126c: Pull complete [2021-06-16T05:48:03.221Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-06-16T05:48:03.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T05:48:03.221Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-06-16T05:48:03.325Z] prd-centos7-docker-4c-2g-1644 does not seem to be running inside a container [2021-06-16T05:48:03.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-16T05:48:05.927Z] $ docker top 9d22c08900d4f1bebd6cdb932a4e33c20479ffda04eada798d01bac7fe7dc134 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T05:48:06.371Z] + docker-compose build --help [2021-06-16T05:48:06.371Z] + grep parallel [2021-06-16T05:48:06.943Z] --parallel Build images in parallel. [Pipeline] } [2021-06-16T05:48:06.973Z] $ docker stop --time=1 9d22c08900d4f1bebd6cdb932a4e33c20479ffda04eada798d01bac7fe7dc134 [2021-06-16T05:48:08.194Z] $ docker rm -f 9d22c08900d4f1bebd6cdb932a4e33c20479ffda04eada798d01bac7fe7dc134 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:48:08.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-06-16T05:48:08.801Z] . [Pipeline] withDockerContainer [2021-06-16T05:48:08.927Z] prd-centos7-docker-4c-2g-1644 does not seem to be running inside a container [2021-06-16T05:48:08.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-06-16T05:48:09.394Z] $ docker top 3162138882ed62be1d8bdcfa36da8b7d156e7fbd0ef3c4a88307ac1e3d0cda32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T05:48:09.819Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-16T05:48:10.392Z] Building core-command ... [2021-06-16T05:48:10.392Z] Building core-data ... [2021-06-16T05:48:10.392Z] Building core-metadata ... [2021-06-16T05:48:10.392Z] Building security-bootstrapper ... [2021-06-16T05:48:10.392Z] Building security-proxy-setup ... [2021-06-16T05:48:10.392Z] Building security-secretstore-setup ... [2021-06-16T05:48:10.392Z] Building support-notifications ... [2021-06-16T05:48:10.392Z] Building support-scheduler ... [2021-06-16T05:48:10.392Z] Building sys-mgmt-agent ... [2021-06-16T05:48:10.392Z] Building core-metadata [2021-06-16T05:48:10.392Z] Building support-notifications [2021-06-16T05:48:10.392Z] Building core-data [2021-06-16T05:48:10.392Z] Building core-command [2021-06-16T05:48:10.392Z] Building security-secretstore-setup [2021-06-16T05:48:22.647Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:48:22.647Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:48:22.647Z] ---> ea4d81eb1fe4 [2021-06-16T05:48:22.647Z] Step 3/26 : WORKDIR /edgex-go [2021-06-16T05:48:22.647Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:48:22.647Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:48:22.647Z] ---> ea4d81eb1fe4 [2021-06-16T05:48:22.647Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T05:48:22.647Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:48:22.647Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:48:22.647Z] ---> ea4d81eb1fe4 [2021-06-16T05:48:22.647Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T05:48:26.852Z] ---> Running in e41036f39c5b [2021-06-16T05:48:26.852Z] ---> Running in 2f0a8ecb734d [2021-06-16T05:48:26.852Z] ---> Running in 1d8be1cccd99 [2021-06-16T05:48:29.682Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:48:29.682Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:48:29.682Z] ---> ea4d81eb1fe4 [2021-06-16T05:48:29.682Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T05:48:29.682Z] ---> Using cache [2021-06-16T05:48:29.682Z] ---> 4bddc5e5d3ee [2021-06-16T05:48:29.682Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:48:29.682Z] Removing intermediate container 1d8be1cccd99 [2021-06-16T05:48:29.682Z] ---> 53bb1aaade2b [2021-06-16T05:48:29.682Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:48:29.682Z] Removing intermediate container 2f0a8ecb734d [2021-06-16T05:48:29.682Z] ---> 4bddc5e5d3ee [2021-06-16T05:48:29.682Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:48:29.682Z] Removing intermediate container e41036f39c5b [2021-06-16T05:48:29.682Z] ---> 039f1c153e28 [2021-06-16T05:48:29.682Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:48:29.682Z] ---> Running in 9d57aa374561 [2021-06-16T05:48:29.682Z] ---> Running in e6c420dc296d [2021-06-16T05:48:29.682Z] ---> Running in c41b03c31b77 [2021-06-16T05:48:29.682Z] ---> Running in 2ec80d89cf44 [2021-06-16T05:48:30.276Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:48:30.276Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:48:30.276Z] ---> ea4d81eb1fe4 [2021-06-16T05:48:30.276Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T05:48:30.276Z] ---> Using cache [2021-06-16T05:48:30.276Z] ---> 039f1c153e28 [2021-06-16T05:48:30.276Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:48:30.546Z] ---> Running in ae4542f1ed30 [2021-06-16T05:48:30.908Z] Removing intermediate container 9d57aa374561 [2021-06-16T05:48:30.908Z] ---> b922bdb87364 [2021-06-16T05:48:30.908Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-16T05:48:30.908Z] ---> Running in 485406f0f16a [2021-06-16T05:48:31.347Z] Removing intermediate container e6c420dc296d [2021-06-16T05:48:31.348Z] ---> 9dda66cd7e93 [2021-06-16T05:48:31.348Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-16T05:48:31.348Z] Removing intermediate container 2ec80d89cf44 [2021-06-16T05:48:31.348Z] ---> 5cf5db4450c3 [2021-06-16T05:48:31.348Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-16T05:48:31.348Z] ---> Running in eb8d618b0abf [2021-06-16T05:48:31.348Z] ---> Running in f41841389ca1 [2021-06-16T05:48:31.348Z] Removing intermediate container c41b03c31b77 [2021-06-16T05:48:31.348Z] ---> e81952d9d1a9 [2021-06-16T05:48:31.348Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T05:48:31.348Z] ---> Running in 08e20e39a56f [2021-06-16T05:48:31.616Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:31.616Z] Removing intermediate container ae4542f1ed30 [2021-06-16T05:48:31.616Z] ---> 93752d837cee [2021-06-16T05:48:31.616Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T05:48:31.616Z] ---> Running in 08daaace5463 [2021-06-16T05:48:31.616Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:31.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:31.884Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:32.145Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:32.145Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:32.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:32.669Z] OK: 219 MiB in 52 packages [2021-06-16T05:48:32.937Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:32.937Z] OK: 219 MiB in 52 packages [2021-06-16T05:48:32.937Z] Removing intermediate container 485406f0f16a [2021-06-16T05:48:32.937Z] ---> 420f08b0d9f9 [2021-06-16T05:48:32.937Z] Step 6/23 : COPY go.mod . [2021-06-16T05:48:33.206Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:33.206Z] ---> b3e815193ad1 [2021-06-16T05:48:33.206Z] Step 7/23 : RUN go mod download [2021-06-16T05:48:33.206Z] ---> Running in 3130e27288a7 [2021-06-16T05:48:33.206Z] Removing intermediate container eb8d618b0abf [2021-06-16T05:48:33.206Z] ---> c62047c7ef7f [2021-06-16T05:48:33.206Z] Step 6/26 : COPY go.mod . [2021-06-16T05:48:33.206Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:48:33.471Z] ---> d27f32798ea4 [2021-06-16T05:48:33.471Z] Step 7/26 : RUN go mod download [2021-06-16T05:48:33.471Z] ---> Running in 6eba25430ea5 [2021-06-16T05:48:33.741Z] OK: 219 MiB in 52 packages [2021-06-16T05:48:33.741Z] Removing intermediate container 3130e27288a7 [2021-06-16T05:48:33.741Z] ---> 84c0aec84300 [2021-06-16T05:48:33.741Z] Step 8/23 : COPY . . [2021-06-16T05:48:34.315Z] Removing intermediate container f41841389ca1 [2021-06-16T05:48:34.315Z] ---> f168e3f15493 [2021-06-16T05:48:34.315Z] Step 6/24 : COPY go.mod . [2021-06-16T05:48:34.580Z] OK: 219 MiB in 52 packages [2021-06-16T05:48:34.580Z] OK: 219 MiB in 52 packages [2021-06-16T05:48:35.528Z] ---> ee823709bf27 [2021-06-16T05:48:35.528Z] Step 7/24 : RUN go mod download [2021-06-16T05:48:35.528Z] ---> Running in 9b70b78092df [2021-06-16T05:48:35.528Z] Removing intermediate container 6eba25430ea5 [2021-06-16T05:48:35.528Z] ---> 458bcb47d45d [2021-06-16T05:48:35.528Z] Step 8/26 : COPY . . [2021-06-16T05:48:36.113Z] Removing intermediate container 08e20e39a56f [2021-06-16T05:48:36.113Z] ---> caf72b8ea4cb [2021-06-16T05:48:36.113Z] Step 6/24 : COPY go.mod . [2021-06-16T05:48:36.113Z] Removing intermediate container 08daaace5463 [2021-06-16T05:48:36.113Z] ---> f1a97d992235 [2021-06-16T05:48:36.113Z] Step 6/24 : COPY go.mod . [2021-06-16T05:48:36.373Z] ---> daedc6521fac [2021-06-16T05:48:36.373Z] Step 7/24 : RUN go mod download [2021-06-16T05:48:37.314Z] ---> Running in a3d1f57da89d [2021-06-16T05:48:37.890Z] ---> 8fd3398786ef [2021-06-16T05:48:37.890Z] Step 7/24 : RUN go mod download [2021-06-16T05:48:38.158Z] ---> Running in 46bb7792678d [2021-06-16T05:48:38.418Z] Removing intermediate container 9b70b78092df [2021-06-16T05:48:38.418Z] ---> 8697d0961415 [2021-06-16T05:48:38.418Z] Step 8/24 : COPY . . [2021-06-16T05:48:38.707Z] ---> bb8403609797 [2021-06-16T05:48:38.707Z] Step 9/23 : RUN go mod tidy [2021-06-16T05:48:39.297Z] ---> Running in b1f890759e88 [2021-06-16T05:48:40.773Z] Removing intermediate container a3d1f57da89d [2021-06-16T05:48:40.773Z] ---> 8f4afbd934e4 [2021-06-16T05:48:40.773Z] Step 8/24 : COPY . . [2021-06-16T05:48:41.352Z] Removing intermediate container 46bb7792678d [2021-06-16T05:48:41.352Z] ---> 259fe8795052 [2021-06-16T05:48:41.352Z] Step 8/24 : COPY . . [2021-06-16T05:48:41.926Z] ---> 42b80f0ab0ea [2021-06-16T05:48:41.926Z] Step 9/26 : RUN go mod tidy [2021-06-16T05:48:44.497Z] ---> Running in 9dc8406f8dd4 [2021-06-16T05:48:44.761Z] ---> 6333157e481c [2021-06-16T05:48:44.761Z] Step 9/24 : RUN go mod tidy [2021-06-16T05:48:45.030Z] Removing intermediate container b1f890759e88 [2021-06-16T05:48:45.030Z] ---> 7dcd1cf92fc6 [2021-06-16T05:48:45.030Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-16T05:48:45.030Z] ---> Running in bf0a70e74bfe [2021-06-16T05:48:45.293Z] ---> Running in fc8fdbbe912c [2021-06-16T05:48:46.251Z] Removing intermediate container 9dc8406f8dd4 [2021-06-16T05:48:46.251Z] ---> de68ff810578 [2021-06-16T05:48:46.251Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-16T05:48:46.251Z] 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-16T05:48:46.251Z] ---> Running in d79959e2ad3c [2021-06-16T05:48:46.516Z] Removing intermediate container bf0a70e74bfe [2021-06-16T05:48:46.516Z] ---> dcfb438655b5 [2021-06-16T05:48:46.516Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-16T05:48:46.782Z] 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-16T05:48:46.782Z] ---> Running in dee2851073a0 [2021-06-16T05:48:47.360Z] 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-16T05:48:55.353Z] ---> def87bdc6a69 [2021-06-16T05:48:55.353Z] Step 9/24 : RUN go mod tidy [2021-06-16T05:48:55.353Z] ---> 173ceb3b032d [2021-06-16T05:48:55.353Z] Step 9/24 : RUN go mod tidy [2021-06-16T05:48:55.353Z] ---> Running in 0448230ec266 [2021-06-16T05:48:55.353Z] ---> Running in ba3eca79ccd9 [2021-06-16T05:48:56.777Z] Removing intermediate container 0448230ec266 [2021-06-16T05:48:56.777Z] ---> c246534b310b [2021-06-16T05:48:56.777Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-16T05:48:56.777Z] ---> Running in aa78dbdfcbcb [2021-06-16T05:48:57.042Z] Removing intermediate container ba3eca79ccd9 [2021-06-16T05:48:57.042Z] ---> 7f07001e7046 [2021-06-16T05:48:57.042Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-16T05:48:57.042Z] ---> Running in 0e0fca2b1a67 [2021-06-16T05:48:57.317Z] 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-16T05:48:57.593Z] 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-16T05:48:58.585Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1647 in /w/workspace/edgexfoundry_edgex-go_PR-3572 [Pipeline] { [Pipeline] ws [2021-06-16T05:48:58.645Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-06-16T05:48:58.902Z] The recommended git tool is: git [2021-06-16T05:49:06.307Z] using credential edgex-jenkins-ssh [2021-06-16T05:49:06.333Z] Cloning the remote Git repository [2021-06-16T05:49:06.400Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-16T05:49:06.542Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-06-16T05:49:06.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T05:49:06.639Z] > git --version # timeout=10 [2021-06-16T05:49:06.657Z] > git --version # 'git version 2.17.1' [2021-06-16T05:49:06.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T05:49:06.743Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T05:49:21.802Z] 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-16T05:49:21.802Z] Removing intermediate container fc8fdbbe912c [2021-06-16T05:49:21.802Z] ---> a11200238fef [2021-06-16T05:49:21.802Z] [2021-06-16T05:49:21.802Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T05:49:21.802Z] 3.12: Pulling from library/alpine [2021-06-16T05:49:22.377Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T05:49:22.377Z] Status: Downloaded newer image for alpine:3.12 [2021-06-16T05:49:22.377Z] ---> 13621d1b12d4 [2021-06-16T05:49:22.377Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-16T05:49:22.377Z] ---> Running in e59d9a7d2c88 [2021-06-16T05:49:22.776Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T05:49:22.791Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T05:49:22.824Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T05:49:22.859Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T05:49:22.860Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T05:49:22.871Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3572/head:refs/remotes/origin/PR-3572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-16T05:49:23.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:23.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:23.335Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-16T05:49:23.610Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-16T05:49:23.610Z] Removing intermediate container d79959e2ad3c [2021-06-16T05:49:23.610Z] ---> b2659c0a0e6d [2021-06-16T05:49:23.610Z] [2021-06-16T05:49:23.610Z] Step 11/26 : FROM alpine:3.12 [2021-06-16T05:49:23.610Z] ---> 13621d1b12d4 [2021-06-16T05:49:23.610Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-16T05:49:23.610Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T05:49:23.610Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T05:49:23.610Z] ---> Running in e7f9284ab1f1 [2021-06-16T05:49:23.610Z] OK: 6 MiB in 16 packages [2021-06-16T05:49:23.629Z] Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:23.968Z] Merge succeeded, producing 06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:23.968Z] Checking out Revision 06a31df1d9e5365adec7be01419509354eeec32f (PR-3572) [2021-06-16T05:49:24.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:24.216Z] Removing intermediate container e59d9a7d2c88 [2021-06-16T05:49:24.216Z] ---> e22db2388aff [2021-06-16T05:49:24.216Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T05:49:24.216Z] ---> Running in 3ecab0a39c02 [2021-06-16T05:49:24.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:24.488Z] Removing intermediate container 3ecab0a39c02 [2021-06-16T05:49:24.488Z] ---> 2d6303bbb302 [2021-06-16T05:49:24.488Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-16T05:49:24.488Z] ---> Running in 4364620cc2a3 [2021-06-16T05:49:24.488Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-16T05:49:24.752Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T05:49:24.752Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-16T05:49:24.752Z] Removing intermediate container 4364620cc2a3 [2021-06-16T05:49:24.752Z] ---> b728cdc31339 [2021-06-16T05:49:24.752Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T05:49:24.752Z] (4/6) Installing curl (7.77.0-r0) [2021-06-16T05:49:24.752Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-16T05:49:24.752Z] (6/6) Installing su-exec (0.2-r1) [2021-06-16T05:49:24.752Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T05:49:24.752Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T05:49:24.752Z] ---> Running in c6ad2944fb7b [2021-06-16T05:49:24.752Z] OK: 7 MiB in 20 packages [2021-06-16T05:49:25.016Z] Removing intermediate container c6ad2944fb7b [2021-06-16T05:49:25.016Z] ---> 198ddfd594dc [2021-06-16T05:49:25.016Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T05:49:25.278Z] ---> d9da39c41f1c [2021-06-16T05:49:25.278Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-16T05:49:23.649Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T05:49:23.678Z] > git checkout -f 06a31df1d9e5365adec7be01419509354eeec32f # timeout=10 [2021-06-16T05:49:23.884Z] > git remote # timeout=10 [2021-06-16T05:49:23.908Z] > git config --get remote.origin.url # timeout=10 [2021-06-16T05:49:23.919Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T05:49:23.930Z] > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 [2021-06-16T05:49:23.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-16T05:49:23.976Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T05:49:23.988Z] > git checkout -f 06a31df1d9e5365adec7be01419509354eeec32f # timeout=10 [2021-06-16T05:49:25.550Z] Removing intermediate container e7f9284ab1f1 [2021-06-16T05:49:25.550Z] ---> b4ea41b7968a [2021-06-16T05:49:25.550Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T05:49:25.550Z] ---> Running in 79cb68bd0856 [2021-06-16T05:49:25.812Z] ---> 11fe3e0a55cc [2021-06-16T05:49:25.812Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-16T05:49:25.812Z] Removing intermediate container 79cb68bd0856 [2021-06-16T05:49:25.812Z] ---> d9bd3398489b [2021-06-16T05:49:25.812Z] Step 14/26 : WORKDIR / [2021-06-16T05:49:25.812Z] ---> Running in b9db41a60535 [2021-06-16T05:49:26.074Z] ---> 360d7e6db71f [2021-06-16T05:49:26.074Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-16T05:49:26.074Z] Removing intermediate container b9db41a60535 [2021-06-16T05:49:26.074Z] ---> 94137d30a142 [2021-06-16T05:49:26.074Z] 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-16T05:49:26.074Z] ---> Running in 59fcdcc4f719 [2021-06-16T05:49:26.339Z] Removing intermediate container 59fcdcc4f719 [2021-06-16T05:49:26.339Z] ---> f8475ab21a69 [2021-06-16T05:49:26.339Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T05:49:26.603Z] ---> Running in cfc51be16bb0 [2021-06-16T05:49:26.603Z] ---> 5ff4054b82ad [2021-06-16T05:49:26.603Z] 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-16T05:49:26.603Z] Removing intermediate container cfc51be16bb0 [2021-06-16T05:49:26.603Z] ---> 8ded7aebfc30 [2021-06-16T05:49:26.603Z] Step 21/23 : LABEL arch=x86_64 [2021-06-16T05:49:26.865Z] ---> Running in 3638790a4ad3 [2021-06-16T05:49:26.865Z] ---> da5187e9b8dc [2021-06-16T05:49:26.865Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-16T05:49:27.126Z] Removing intermediate container 3638790a4ad3 [2021-06-16T05:49:27.126Z] ---> 30da27180c81 [2021-06-16T05:49:27.126Z] Step 22/23 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:27.126Z] ---> Running in 6fb71f314982 [2021-06-16T05:49:27.389Z] ---> f941fe664a0d [2021-06-16T05:49:27.389Z] 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-16T05:49:27.389Z] Removing intermediate container 6fb71f314982 [2021-06-16T05:49:27.389Z] ---> 58c8d3da646c [2021-06-16T05:49:27.389Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T05:49:27.389Z] ---> Running in a3d66d93cd12 [2021-06-16T05:49:27.655Z] Removing intermediate container a3d66d93cd12 [2021-06-16T05:49:27.655Z] ---> 5eace624934c [2021-06-16T05:49:27.655Z] [2021-06-16T05:49:27.655Z] ---> d88adf3e8fb0 [2021-06-16T05:49:27.655Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-16T05:49:27.655Z] Successfully built 5eace624934c [2021-06-16T05:49:27.655Z] Successfully tagged support-notifications:latest [2021-06-16T05:49:27.655Z] Building security-bootstrapper [2021-06-16T05:49:28.363Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-06-16T05:49:28.415Z] > git --version # timeout=10 [2021-06-16T05:49:28.430Z] > git --version # 'git version 2.17.1' [2021-06-16T05:49:28.450Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-16T05:49:28.521Z]  Building support-notifications ... done  ---> 0e67802da50b [2021-06-16T05:49:28.521Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-16T05:49:29.971Z] ---> ea3451cefe66 [2021-06-16T05:49:29.971Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-16T05:49:29.982Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-16T05:49:30.236Z] ---> efe34569c76e [2021-06-16T05:49:30.236Z] 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-16T05:49:30.236Z] ---> Running in f9563712f856 [2021-06-16T05:49:30.404Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-16T05:49:30.775Z] + true [2021-06-16T05:49:30.775Z] + sudo service docker restart [2021-06-16T05:49:31.640Z] Removing intermediate container dee2851073a0 [2021-06-16T05:49:31.641Z] ---> 8c04d5ee1acc [2021-06-16T05:49:31.641Z] [2021-06-16T05:49:31.641Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T05:49:31.641Z] ---> 13621d1b12d4 [2021-06-16T05:49:31.641Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-16T05:49:31.641Z] ---> Running in e7062507a938 [2021-06-16T05:49:31.641Z] Removing intermediate container f9563712f856 [2021-06-16T05:49:31.641Z] ---> 118093831fb5 [2021-06-16T05:49:31.641Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-16T05:49:31.641Z] ---> Running in f9db235ffd90 [2021-06-16T05:49:31.641Z] Removing intermediate container e7062507a938 [2021-06-16T05:49:31.641Z] ---> 782e43994eba [2021-06-16T05:49:31.641Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-16T05:49:31.909Z] ---> Running in 366e110562b1 [2021-06-16T05:49:31.909Z] Removing intermediate container f9db235ffd90 [2021-06-16T05:49:31.909Z] ---> 65d703104920 [2021-06-16T05:49:31.909Z] Step 24/26 : LABEL arch=x86_64 [2021-06-16T05:49:31.909Z] ---> Running in aef7413277ea [2021-06-16T05:49:32.174Z] Removing intermediate container 366e110562b1 [2021-06-16T05:49:32.174Z] ---> 2faa50d33020 [2021-06-16T05:49:32.174Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-16T05:49:32.174Z] ---> Running in 742585e7cd59 [2021-06-16T05:49:32.459Z] Removing intermediate container aef7413277ea [2021-06-16T05:49:32.459Z] ---> 0a2a53b27055 [2021-06-16T05:49:32.459Z] Step 25/26 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:32.459Z] Removing intermediate container 742585e7cd59 [2021-06-16T05:49:32.459Z] ---> 9599578d3fac [2021-06-16T05:49:32.459Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:49:32.459Z] ---> Running in 46892bf53cc7 [2021-06-16T05:49:32.744Z] ---> Running in 2bffdaed6854 [2021-06-16T05:49:32.744Z] Removing intermediate container 46892bf53cc7 [2021-06-16T05:49:32.744Z] ---> b0cdecf9a82b [2021-06-16T05:49:32.744Z] Step 26/26 : LABEL version=0.0.0 [2021-06-16T05:49:32.744Z] ---> Running in 8bbb6b4b163e [2021-06-16T05:49:32.744Z] Removing intermediate container 0e0fca2b1a67 [2021-06-16T05:49:32.744Z] ---> 2268b124d409 [2021-06-16T05:49:32.744Z] [2021-06-16T05:49:32.744Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T05:49:32.744Z] ---> 13621d1b12d4 [2021-06-16T05:49:32.744Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T05:49:33.015Z] ---> Running in 8abe7ec462f0 [2021-06-16T05:49:33.015Z] Removing intermediate container 8bbb6b4b163e [2021-06-16T05:49:33.015Z] ---> 971f4f276912 [2021-06-16T05:49:33.015Z] [2021-06-16T05:49:33.292Z] Successfully built 971f4f276912 [2021-06-16T05:49:33.292Z] Successfully tagged security-secretstore-setup:latest [2021-06-16T05:49:33.292Z]  Building security-secretstore-setup ... done Building sys-mgmt-agent [2021-06-16T05:49:33.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:33.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:33.849Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-16T05:49:33.849Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T05:49:33.849Z] OK: 6 MiB in 15 packages [2021-06-16T05:49:35.777Z] Removing intermediate container 2bffdaed6854 [2021-06-16T05:49:35.777Z] ---> 93316054eb73 [2021-06-16T05:49:35.777Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-16T05:49:35.777Z] Removing intermediate container aa78dbdfcbcb [2021-06-16T05:49:35.777Z] ---> 46305ff7d1ea [2021-06-16T05:49:35.777Z] [2021-06-16T05:49:35.777Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T05:49:35.777Z] ---> 13621d1b12d4 [2021-06-16T05:49:35.777Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T05:49:35.777Z] ---> Using cache [2021-06-16T05:49:35.777Z] ---> d17396bd6504 [2021-06-16T05:49:35.777Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T05:49:35.777Z] Removing intermediate container 8abe7ec462f0 [2021-06-16T05:49:35.777Z] ---> d17396bd6504 [2021-06-16T05:49:35.777Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T05:49:35.777Z] ---> Running in 5abc2d3d40f5 [2021-06-16T05:49:35.777Z] ---> Running in 39f3a69e4c72 [2021-06-16T05:49:35.777Z] ---> Running in dcecafea97ae [2021-06-16T05:49:36.051Z] Removing intermediate container 39f3a69e4c72 [2021-06-16T05:49:36.051Z] ---> be5e88afcd06 [2021-06-16T05:49:36.051Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-16T05:49:36.051Z] Removing intermediate container dcecafea97ae [2021-06-16T05:49:36.051Z] ---> ff63c52ee041 [2021-06-16T05:49:36.051Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-16T05:49:36.051Z] ---> Running in 67ed9684e875 [2021-06-16T05:49:36.051Z] ---> Running in 7a92fcdaa910 [2021-06-16T05:49:36.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:36.319Z] Removing intermediate container 67ed9684e875 [2021-06-16T05:49:36.319Z] ---> 3eeaad8dfcc2 [2021-06-16T05:49:36.319Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T05:49:36.319Z] Removing intermediate container 7a92fcdaa910 [2021-06-16T05:49:36.319Z] ---> acd92583df68 [2021-06-16T05:49:36.319Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T05:49:36.319Z] ---> Running in 0067f41bee55 [2021-06-16T05:49:36.593Z] ---> Running in f26a01306931 [2021-06-16T05:49:36.593Z] Removing intermediate container 0067f41bee55 [2021-06-16T05:49:36.593Z] ---> 7e5f720825fa [2021-06-16T05:49:36.593Z] Step 16/24 : WORKDIR / [2021-06-16T05:49:36.593Z] ---> Running in 259b79a78a16 [2021-06-16T05:49:36.593Z] Removing intermediate container f26a01306931 [2021-06-16T05:49:36.593Z] ---> 62f2906b3dff [2021-06-16T05:49:36.593Z] Step 16/24 : WORKDIR / [2021-06-16T05:49:36.859Z] ---> Running in 37df106e19e4 [2021-06-16T05:49:36.859Z] Removing intermediate container 259b79a78a16 [2021-06-16T05:49:36.859Z] ---> 91c24946a779 [2021-06-16T05:49:36.859Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T05:49:36.859Z] Removing intermediate container 37df106e19e4 [2021-06-16T05:49:36.859Z] ---> 40cc11f20d16 [2021-06-16T05:49:36.859Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T05:49:37.437Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:49:37.437Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:49:37.437Z] ---> ea4d81eb1fe4 [2021-06-16T05:49:37.437Z] Step 3/32 : WORKDIR /edgex-go [2021-06-16T05:49:37.437Z] ---> Using cache [2021-06-16T05:49:37.437Z] ---> 039f1c153e28 [2021-06-16T05:49:37.437Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:49:37.437Z] ---> Using cache [2021-06-16T05:49:37.437Z] ---> 93752d837cee [2021-06-16T05:49:37.437Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-16T05:49:37.437Z] ---> Using cache [2021-06-16T05:49:37.437Z] ---> f1a97d992235 [2021-06-16T05:49:37.437Z] Step 6/32 : COPY go.mod . [2021-06-16T05:49:37.437Z] ---> Using cache [2021-06-16T05:49:37.437Z] ---> 8fd3398786ef [2021-06-16T05:49:37.437Z] Step 7/32 : RUN go mod download [2021-06-16T05:49:37.438Z] ---> Using cache [2021-06-16T05:49:37.438Z] ---> 259fe8795052 [2021-06-16T05:49:37.438Z] Step 8/32 : COPY . . [2021-06-16T05:49:37.438Z] ---> Using cache [2021-06-16T05:49:37.438Z] ---> 173ceb3b032d [2021-06-16T05:49:37.438Z] Step 9/32 : RUN go mod tidy [2021-06-16T05:49:37.438Z] ---> Using cache [2021-06-16T05:49:37.438Z] ---> 7f07001e7046 [2021-06-16T05:49:37.438Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-16T05:49:37.700Z] ---> a8db05f8f00b [2021-06-16T05:49:37.700Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-16T05:49:37.700Z] ---> Running in 416a8dc2d08d [2021-06-16T05:49:37.700Z] ---> 45edfa7851ff [2021-06-16T05:49:37.700Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-16T05:49:37.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:38.279Z] 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-16T05:49:38.279Z] ---> e4d87038ef76 [2021-06-16T05:49:38.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-16T05:49:38.544Z] ---> 1e97b31aafe5 [2021-06-16T05:49:38.544Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-16T05:49:38.544Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:49:38.544Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:49:38.544Z] ---> ea4d81eb1fe4 [2021-06-16T05:49:38.544Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T05:49:38.544Z] ---> Using cache [2021-06-16T05:49:38.544Z] ---> 039f1c153e28 [2021-06-16T05:49:38.544Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:49:38.544Z] ---> Using cache [2021-06-16T05:49:38.544Z] ---> 93752d837cee [2021-06-16T05:49:38.544Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-16T05:49:38.544Z] ---> Running in b22e4b0d19e0 [2021-06-16T05:49:38.813Z] ---> 072ca13a464c [2021-06-16T05:49:38.813Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-16T05:49:38.813Z] ---> cc6a0462785a [2021-06-16T05:49:38.813Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-16T05:49:38.813Z] ---> Running in 6f546e6bdf5f [2021-06-16T05:49:38.813Z] ---> Running in 2d5cf625b1c2 [2021-06-16T05:49:39.079Z] Removing intermediate container 2d5cf625b1c2 [2021-06-16T05:49:39.079Z] ---> 2362774505ca [2021-06-16T05:49:39.079Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T05:49:39.079Z] Removing intermediate container 6f546e6bdf5f [2021-06-16T05:49:39.079Z] ---> 39282473bbca [2021-06-16T05:49:39.079Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T05:49:39.079Z] ---> Running in dc89aa81c437 [2021-06-16T05:49:39.079Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:39.079Z] ---> Running in 0d46fe5f0311 [2021-06-16T05:49:39.343Z] Removing intermediate container dc89aa81c437 [2021-06-16T05:49:39.343Z] ---> c9f63ffa8374 [2021-06-16T05:49:39.343Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T05:49:39.343Z] ---> Running in 643d42c04b8b [2021-06-16T05:49:39.343Z] Removing intermediate container 0d46fe5f0311 [2021-06-16T05:49:39.343Z] ---> 15b7dde51dda [2021-06-16T05:49:39.343Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T05:49:39.343Z] ---> Running in 9d8112b9f76f [2021-06-16T05:49:39.343Z] Removing intermediate container 643d42c04b8b [2021-06-16T05:49:39.343Z] ---> e51ac2ddd0a9 [2021-06-16T05:49:39.343Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:39.343Z] ---> Running in d905c6ec222f [2021-06-16T05:49:39.605Z] Removing intermediate container 9d8112b9f76f [2021-06-16T05:49:39.605Z] ---> a92d7491c426 [2021-06-16T05:49:39.605Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:39.605Z] Removing intermediate container d905c6ec222f [2021-06-16T05:49:39.605Z] ---> 1a4712922bb6 [2021-06-16T05:49:39.605Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T05:49:39.605Z] ---> Running in 1cf85e02fec4 [2021-06-16T05:49:39.605Z] ---> Running in 741b6fcc1441 [2021-06-16T05:49:39.869Z] Removing intermediate container 741b6fcc1441 [2021-06-16T05:49:39.869Z] ---> 5f3d0cfd69a8 [2021-06-16T05:49:39.869Z] [2021-06-16T05:49:39.869Z] Removing intermediate container 1cf85e02fec4 [2021-06-16T05:49:39.869Z] ---> 4dabb646581a [2021-06-16T05:49:39.869Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T05:49:39.869Z] ---> Running in 232f34b40d54 [2021-06-16T05:49:40.134Z] Successfully built 5f3d0cfd69a8 [2021-06-16T05:49:40.134Z] Successfully tagged core-command:latest [2021-06-16T05:49:40.134Z] Building support-scheduler [2021-06-16T05:49:40.134Z]  Building core-command ... done Removing intermediate container 232f34b40d54 [2021-06-16T05:49:40.134Z] ---> 099c11ddd358 [2021-06-16T05:49:40.134Z] [2021-06-16T05:49:40.399Z] Successfully built 099c11ddd358 [2021-06-16T05:49:40.399Z] Successfully tagged core-metadata:latest [2021-06-16T05:49:40.399Z]  Building core-metadata ... done Building security-proxy-setup [2021-06-16T05:49:40.971Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:41.545Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-16T05:49:41.545Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-16T05:49:41.807Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-16T05:49:42.390Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-16T05:49:43.345Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-16T05:49:43.607Z] OK: 219 MiB in 52 packages [2021-06-16T05:49:44.189Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-16T05:49:44.189Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T05:49:44.451Z] OK: 8 MiB in 20 packages [2021-06-16T05:49:45.404Z] Removing intermediate container b22e4b0d19e0 [2021-06-16T05:49:45.404Z] ---> 50e828cecafe [2021-06-16T05:49:45.404Z] Step 6/24 : COPY go.mod . [2021-06-16T05:49:45.988Z] Removing intermediate container 5abc2d3d40f5 [2021-06-16T05:49:45.988Z] ---> 1592e313d4ee [2021-06-16T05:49:45.988Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T05:49:45.988Z] ---> fa151d06741a [2021-06-16T05:49:45.988Z] Step 7/24 : RUN go mod download [2021-06-16T05:49:45.988Z] ---> Running in 936c0417726d [2021-06-16T05:49:46.249Z] ---> b8d95b2457c5 [2021-06-16T05:49:46.249Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-16T05:49:47.207Z] ---> b5f8dde4b18f [2021-06-16T05:49:47.207Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-16T05:49:47.472Z] Removing intermediate container 936c0417726d [2021-06-16T05:49:47.472Z] ---> e23f82b85460 [2021-06-16T05:49:47.472Z] Step 8/24 : COPY . . [2021-06-16T05:49:49.993Z] ---> 7fb3cbbceae2 [2021-06-16T05:49:49.993Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-16T05:49:49.993Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:49:49.993Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:49:49.993Z] ---> ea4d81eb1fe4 [2021-06-16T05:49:49.993Z] Step 3/22 : WORKDIR /edgex-go [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> 039f1c153e28 [2021-06-16T05:49:49.993Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> 93752d837cee [2021-06-16T05:49:49.993Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> f1a97d992235 [2021-06-16T05:49:49.993Z] Step 6/22 : COPY go.mod . [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> 8fd3398786ef [2021-06-16T05:49:49.993Z] Step 7/22 : RUN go mod download [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> 259fe8795052 [2021-06-16T05:49:49.993Z] Step 8/22 : COPY . . [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> 173ceb3b032d [2021-06-16T05:49:49.993Z] Step 9/22 : RUN go mod tidy [2021-06-16T05:49:49.993Z] ---> Using cache [2021-06-16T05:49:49.993Z] ---> 7f07001e7046 [2021-06-16T05:49:49.993Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T05:49:50.098Z] provisioning config files... [2021-06-16T05:49:50.127Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config729436472967654019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T05:49:50.570Z] ---> docker-login.sh [2021-06-16T05:49:50.570Z] nexus3.edgexfoundry.org:10001 [2021-06-16T05:49:51.550Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:49:51.593Z] ---> Running in cd976d6f6926 [2021-06-16T05:49:51.593Z] ---> Running in 6d31934ccdfe [2021-06-16T05:49:51.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:49:51.826Z] Configure a credential helper to remove this warning. See [2021-06-16T05:49:51.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:49:51.826Z] [2021-06-16T05:49:51.826Z] Login Succeeded [2021-06-16T05:49:51.826Z] nexus3.edgexfoundry.org:10002 [2021-06-16T05:49:52.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:49:52.198Z] Removing intermediate container 6d31934ccdfe [2021-06-16T05:49:52.198Z] ---> 410b19448ed6 [2021-06-16T05:49:52.198Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T05:49:52.198Z] 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-16T05:49:52.198Z] ---> Running in bee018df59f2 [2021-06-16T05:49:52.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:49:52.377Z] Configure a credential helper to remove this warning. See [2021-06-16T05:49:52.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:49:52.377Z] [2021-06-16T05:49:52.377Z] Login Succeeded [2021-06-16T05:49:52.377Z] nexus3.edgexfoundry.org:10003 [2021-06-16T05:49:52.469Z] Removing intermediate container bee018df59f2 [2021-06-16T05:49:52.469Z] ---> 1e8aaa9feff6 [2021-06-16T05:49:52.469Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T05:49:52.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:49:52.745Z] ---> Running in 52a164524355 [2021-06-16T05:49:52.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:49:52.928Z] Configure a credential helper to remove this warning. See [2021-06-16T05:49:52.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:49:52.928Z] [2021-06-16T05:49:52.928Z] Login Succeeded [2021-06-16T05:49:52.928Z] nexus3.edgexfoundry.org:10004 [2021-06-16T05:49:53.011Z] Removing intermediate container 52a164524355 [2021-06-16T05:49:53.012Z] ---> 93e0260381a8 [2021-06-16T05:49:53.012Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:49:53.012Z] ---> cc3565139fec [2021-06-16T05:49:53.012Z] Step 9/24 : RUN go mod tidy [2021-06-16T05:49:53.012Z] ---> Running in 349fe9f7f054 [2021-06-16T05:49:53.012Z] ---> Running in 0dd7c1b61df8 [2021-06-16T05:49:53.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:49:53.274Z] Removing intermediate container 349fe9f7f054 [2021-06-16T05:49:53.274Z] ---> 78a29e874d5c [2021-06-16T05:49:53.274Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T05:49:53.274Z] ---> Running in 9b59405d1958 [2021-06-16T05:49:53.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:49:53.482Z] Configure a credential helper to remove this warning. See [2021-06-16T05:49:53.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:49:53.482Z] [2021-06-16T05:49:53.482Z] Login Succeeded [2021-06-16T05:49:53.482Z] docker.io [2021-06-16T05:49:53.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-16T05:49:53.849Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:49:53.849Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:49:53.849Z] ---> ea4d81eb1fe4 [2021-06-16T05:49:53.849Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> 039f1c153e28 [2021-06-16T05:49:53.849Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> 93752d837cee [2021-06-16T05:49:53.849Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> f1a97d992235 [2021-06-16T05:49:53.849Z] Step 6/23 : COPY go.mod . [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> 8fd3398786ef [2021-06-16T05:49:53.849Z] Step 7/23 : RUN go mod download [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> 259fe8795052 [2021-06-16T05:49:53.849Z] Step 8/23 : COPY . . [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> 173ceb3b032d [2021-06-16T05:49:53.849Z] Step 9/23 : RUN go mod tidy [2021-06-16T05:49:53.849Z] ---> Using cache [2021-06-16T05:49:53.849Z] ---> 7f07001e7046 [2021-06-16T05:49:53.849Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-16T05:49:53.849Z] Removing intermediate container 9b59405d1958 [2021-06-16T05:49:53.849Z] ---> e1eacf765a4b [2021-06-16T05:49:53.849Z] [2021-06-16T05:49:53.849Z] ---> Running in e2efd3cfa53b [2021-06-16T05:49:53.849Z] Successfully built e1eacf765a4b [2021-06-16T05:49:54.117Z] Successfully tagged core-data:latest [2021-06-16T05:49:54.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-16T05:49:54.359Z] Configure a credential helper to remove this warning. See [2021-06-16T05:49:54.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-16T05:49:54.359Z] [2021-06-16T05:49:54.359Z] Login Succeeded [2021-06-16T05:49:54.359Z] ---> docker-login.sh ends [2021-06-16T05:49:54.385Z]  Building core-data ... done 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 [Pipeline] } [2021-06-16T05:49:54.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-06-16T05:49:54.963Z] Removing intermediate container 0dd7c1b61df8 [2021-06-16T05:49:54.963Z] ---> 9bd07fcad907 [2021-06-16T05:49:54.963Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-16T05:49:54.963Z] ---> Running in e669da37c247 [Pipeline] echo [2021-06-16T05:49:55.016Z] ========================================================= [2021-06-16T05:49:55.016Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-16T05:49:55.016Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:49:55.480Z] + 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-16T05:49:55.549Z] 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-16T05:49:57.482Z] Removing intermediate container 416a8dc2d08d [2021-06-16T05:49:57.482Z] ---> 97651aa8515d [2021-06-16T05:49:57.482Z] [2021-06-16T05:49:57.482Z] Step 11/32 : FROM alpine:3.12 [2021-06-16T05:49:57.482Z] ---> 13621d1b12d4 [2021-06-16T05:49:57.482Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-16T05:49:57.482Z] ---> Running in 9ee62b516925 [2021-06-16T05:49:57.482Z] Removing intermediate container 9ee62b516925 [2021-06-16T05:49:57.482Z] ---> 7a962832619c [2021-06-16T05:49:57.482Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-16T05:49:57.482Z] ---> Running in b62fbf495590 [2021-06-16T05:49:57.485Z] Sending build context to Docker daemon 166.3MB [2021-06-16T05:49:57.485Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-06-16T05:49:57.485Z] Step 2/6 : FROM ${BASE} [2021-06-16T05:49:57.763Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-16T05:49:57.763Z] 595b0fe564bb: Pulling fs layer [2021-06-16T05:49:57.763Z] 3088b5b3c5c0: Pulling fs layer [2021-06-16T05:49:57.763Z] 5b7225fbf94c: Pulling fs layer [2021-06-16T05:49:57.763Z] ba82ee9f976e: Pulling fs layer [2021-06-16T05:49:57.763Z] 506bd15cee9f: Pulling fs layer [2021-06-16T05:49:57.763Z] 75a0a4a0db45: Pulling fs layer [2021-06-16T05:49:57.763Z] 618dc40b7e24: Pulling fs layer [2021-06-16T05:49:57.763Z] ba82ee9f976e: Waiting [2021-06-16T05:49:57.763Z] 506bd15cee9f: Waiting [2021-06-16T05:49:57.763Z] 75a0a4a0db45: Waiting [2021-06-16T05:49:57.763Z] 618dc40b7e24: Waiting [2021-06-16T05:49:57.763Z] 5b7225fbf94c: Verifying Checksum [2021-06-16T05:49:57.763Z] 5b7225fbf94c: Download complete [2021-06-16T05:49:57.763Z] 3088b5b3c5c0: Download complete [2021-06-16T05:49:57.763Z] 506bd15cee9f: Verifying Checksum [2021-06-16T05:49:57.763Z] 506bd15cee9f: Download complete [2021-06-16T05:49:58.042Z] 595b0fe564bb: Verifying Checksum [2021-06-16T05:49:58.042Z] 595b0fe564bb: Download complete [2021-06-16T05:49:58.042Z] 75a0a4a0db45: Verifying Checksum [2021-06-16T05:49:58.042Z] 75a0a4a0db45: Download complete [2021-06-16T05:49:58.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:58.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:49:58.328Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-16T05:49:58.328Z] (2/2) Installing su-exec (0.2-r1) [2021-06-16T05:49:58.328Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T05:49:58.328Z] OK: 6 MiB in 16 packages [2021-06-16T05:49:58.650Z] 595b0fe564bb: Pull complete [2021-06-16T05:49:58.915Z] Removing intermediate container b62fbf495590 [2021-06-16T05:49:58.915Z] ---> ee3a6848e5ee [2021-06-16T05:49:58.915Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-16T05:49:58.915Z] ---> Running in 6f48b84cec08 [2021-06-16T05:49:58.915Z] Removing intermediate container 6f48b84cec08 [2021-06-16T05:49:58.915Z] ---> 029d9547d3c9 [2021-06-16T05:49:58.915Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-16T05:49:58.915Z] ---> Running in 1220a654fa88 [2021-06-16T05:49:59.189Z] Removing intermediate container 1220a654fa88 [2021-06-16T05:49:59.189Z] ---> 8ed3634ff5a8 [2021-06-16T05:49:59.189Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-16T05:49:59.189Z] ---> Running in e60473a510b7 [2021-06-16T05:49:59.278Z] 3088b5b3c5c0: Pull complete [2021-06-16T05:49:59.883Z] 5b7225fbf94c: Pull complete [2021-06-16T05:50:00.158Z] 618dc40b7e24: Download complete [2021-06-16T05:50:00.180Z] Removing intermediate container e60473a510b7 [2021-06-16T05:50:00.180Z] ---> 930a4a5a15a9 [2021-06-16T05:50:00.180Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-16T05:50:00.180Z] ---> Running in 8d50a4c92e14 [2021-06-16T05:50:00.451Z] Removing intermediate container 8d50a4c92e14 [2021-06-16T05:50:00.451Z] ---> a5191e732e51 [2021-06-16T05:50:00.451Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-16T05:50:00.724Z] ---> 154f919e7eab [2021-06-16T05:50:00.724Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-16T05:50:00.724Z] ---> Running in e62440829e70 [2021-06-16T05:50:01.595Z] ba82ee9f976e: Verifying Checksum [2021-06-16T05:50:01.595Z] ba82ee9f976e: Download complete [2021-06-16T05:50:01.689Z] Removing intermediate container e62440829e70 [2021-06-16T05:50:01.689Z] ---> 3b2619450a05 [2021-06-16T05:50:01.689Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T05:50:01.959Z] ---> 140b79d166a3 [2021-06-16T05:50:01.959Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-16T05:50:02.547Z] ---> 5cbc02d67ef6 [2021-06-16T05:50:02.547Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-16T05:50:02.821Z] ---> 94561ab5fc9e [2021-06-16T05:50:02.821Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-16T05:50:03.111Z] ---> baf43824d858 [2021-06-16T05:50:03.111Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-16T05:50:03.383Z] ---> b10cdb740082 [2021-06-16T05:50:03.383Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-16T05:50:03.383Z] ---> Running in 20ec903be8f0 [2021-06-16T05:50:03.654Z] Removing intermediate container 20ec903be8f0 [2021-06-16T05:50:03.654Z] ---> 1e0b1a9cf4c6 [2021-06-16T05:50:03.654Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-16T05:50:03.920Z] ---> b316547c7d84 [2021-06-16T05:50:03.920Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-16T05:50:03.920Z] ---> Running in 29aec890a8c2 [2021-06-16T05:50:04.898Z] Removing intermediate container 29aec890a8c2 [2021-06-16T05:50:04.898Z] ---> d92c091c220b [2021-06-16T05:50:04.898Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-16T05:50:04.898Z] ---> Running in 48419a736de0 [2021-06-16T05:50:05.167Z] Removing intermediate container 48419a736de0 [2021-06-16T05:50:05.167Z] ---> 2febb8e15d6d [2021-06-16T05:50:05.167Z] Step 29/32 : CMD ["gate"] [2021-06-16T05:50:05.167Z] ---> Running in 735eeb7aa27e [2021-06-16T05:50:05.435Z] Removing intermediate container 735eeb7aa27e [2021-06-16T05:50:05.435Z] ---> d89ab48bcf00 [2021-06-16T05:50:05.435Z] Step 30/32 : LABEL arch=x86_64 [2021-06-16T05:50:05.435Z] ---> Running in f491794b85d6 [2021-06-16T05:50:05.705Z] Removing intermediate container f491794b85d6 [2021-06-16T05:50:05.705Z] ---> 9dec0412f190 [2021-06-16T05:50:05.705Z] Step 31/32 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:50:05.705Z] ---> Running in 751c349e311a [2021-06-16T05:50:05.705Z] Removing intermediate container 751c349e311a [2021-06-16T05:50:05.705Z] ---> b9861313356e [2021-06-16T05:50:05.705Z] Step 32/32 : LABEL version=0.0.0 [2021-06-16T05:50:05.976Z] ---> Running in 47435da4d968 [2021-06-16T05:50:05.976Z] Removing intermediate container 47435da4d968 [2021-06-16T05:50:05.976Z] ---> 344a3ee39cd5 [2021-06-16T05:50:05.976Z] [2021-06-16T05:50:06.247Z] Successfully built 344a3ee39cd5 [2021-06-16T05:50:06.247Z] Successfully tagged security-bootstrapper:latest [2021-06-16T05:50:11.759Z] ba82ee9f976e: Pull complete [2021-06-16T05:50:12.036Z] 506bd15cee9f: Pull complete [2021-06-16T05:50:12.310Z] 75a0a4a0db45: Pull complete [2021-06-16T05:50:15.732Z] 618dc40b7e24: Pull complete [2021-06-16T05:50:15.732Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-16T05:50:15.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-16T05:50:15.732Z] ---> a36622ca3599 [2021-06-16T05:50:15.732Z] 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-16T05:50:16.311Z]  Building security-bootstrapper ... done 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-16T05:50:18.361Z] ---> Running in 500b9b2d0867 [2021-06-16T05:50:19.636Z] Removing intermediate container e669da37c247 [2021-06-16T05:50:19.636Z] ---> 3e9afccc1d4f [2021-06-16T05:50:19.636Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-16T05:50:19.636Z] ---> Running in df96f5b76ecf [2021-06-16T05:50:19.636Z] Removing intermediate container cd976d6f6926 [2021-06-16T05:50:19.636Z] ---> d886143cc7dc [2021-06-16T05:50:19.636Z] [2021-06-16T05:50:19.636Z] Step 11/22 : FROM alpine:3.12 [2021-06-16T05:50:19.636Z] ---> 13621d1b12d4 [2021-06-16T05:50:19.636Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-16T05:50:19.636Z] Removing intermediate container e2efd3cfa53b [2021-06-16T05:50:19.636Z] ---> 16c5afe76db2 [2021-06-16T05:50:19.636Z] [2021-06-16T05:50:19.636Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T05:50:19.636Z] ---> 13621d1b12d4 [2021-06-16T05:50:19.636Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-16T05:50:19.636Z] ---> Using cache [2021-06-16T05:50:19.636Z] ---> d17396bd6504 [2021-06-16T05:50:19.636Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T05:50:19.636Z] ---> Using cache [2021-06-16T05:50:19.636Z] ---> ff63c52ee041 [2021-06-16T05:50:19.636Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-16T05:50:19.636Z] ---> Running in 95a2c8fe84b0 [2021-06-16T05:50:19.636Z] ---> Running in aa37400a3e35 [2021-06-16T05:50:19.802Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T05:50:19.903Z] Removing intermediate container aa37400a3e35 [2021-06-16T05:50:19.903Z] ---> ab9388783a96 [2021-06-16T05:50:19.903Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T05:50:19.903Z] ---> Running in 7c3930e6c6ad [2021-06-16T05:50:19.903Z] Removing intermediate container 7c3930e6c6ad [2021-06-16T05:50:19.903Z] ---> fcf1aed285dd [2021-06-16T05:50:19.903Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T05:50:20.167Z] 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-16T05:50:20.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:50:20.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:50:20.167Z] ---> 1230cf1b1302 [2021-06-16T05:50:20.167Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-16T05:50:20.429Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-16T05:50:20.429Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T05:50:20.429Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-16T05:50:20.429Z] (4/4) Installing curl (7.77.0-r0) [2021-06-16T05:50:20.429Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T05:50:20.429Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T05:50:20.429Z] OK: 7 MiB in 18 packages [2021-06-16T05:50:20.696Z] ---> 9184e5fdeda3 [2021-06-16T05:50:20.696Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-16T05:50:20.796Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T05:50:20.959Z] Removing intermediate container 95a2c8fe84b0 [2021-06-16T05:50:20.959Z] ---> a9915bf28f4a [2021-06-16T05:50:20.959Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T05:50:20.959Z] ---> 85ab3b030a8a [2021-06-16T05:50:20.959Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-16T05:50:20.959Z] ---> Running in adecc90ac0fe [2021-06-16T05:50:20.959Z] Removing intermediate container df96f5b76ecf [2021-06-16T05:50:20.959Z] ---> d77af592c2d2 [2021-06-16T05:50:20.959Z] [2021-06-16T05:50:20.959Z] Step 12/24 : FROM docker:20.10.0 [2021-06-16T05:50:20.959Z] ---> Running in 9ff28afd5363 [2021-06-16T05:50:21.224Z] Removing intermediate container adecc90ac0fe [2021-06-16T05:50:21.224Z] ---> e4108671afd0 [2021-06-16T05:50:21.224Z] Step 14/22 : WORKDIR /edgex [2021-06-16T05:50:21.224Z] ---> Running in 2ef7b40a467d [2021-06-16T05:50:21.224Z] Removing intermediate container 9ff28afd5363 [2021-06-16T05:50:21.224Z] ---> ef6de829e9c5 [2021-06-16T05:50:21.224Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T05:50:21.224Z] 20.10.0: Pulling from library/docker [2021-06-16T05:50:21.224Z] ---> Running in 9ad0e04b99d5 [2021-06-16T05:50:21.224Z] Removing intermediate container 2ef7b40a467d [2021-06-16T05:50:21.224Z] ---> 194f9fe0cbc2 [2021-06-16T05:50:21.224Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-16T05:50:21.224Z] Removing intermediate container 9ad0e04b99d5 [2021-06-16T05:50:21.224Z] ---> 18cb00f520ad [2021-06-16T05:50:21.224Z] Step 21/23 : LABEL arch=x86_64 [2021-06-16T05:50:21.224Z] ---> Running in f314f9b0eaa1 [2021-06-16T05:50:21.489Z] ---> 6cadeba1c1cc [2021-06-16T05:50:21.489Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-16T05:50:21.489Z] Removing intermediate container f314f9b0eaa1 [2021-06-16T05:50:21.489Z] ---> b730630a1b48 [2021-06-16T05:50:21.489Z] Step 22/23 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:50:21.489Z] ---> Running in 2babb0feb84e [2021-06-16T05:50:21.752Z] Removing intermediate container 2babb0feb84e [2021-06-16T05:50:21.752Z] ---> 20d900387976 [2021-06-16T05:50:21.752Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T05:50:21.773Z] (1/12) Installing libmagic (5.39-r0) [2021-06-16T05:50:22.014Z] ---> Running in 7c1c72a09efd [2021-06-16T05:50:22.014Z] ---> aca664328eb2 [2021-06-16T05:50:22.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-16T05:50:22.014Z] Removing intermediate container 7c1c72a09efd [2021-06-16T05:50:22.014Z] ---> b2bffa16a685 [2021-06-16T05:50:22.014Z] [2021-06-16T05:50:22.044Z] (2/12) Installing file (5.39-r0) [2021-06-16T05:50:22.044Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-06-16T05:50:22.044Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-06-16T05:50:22.279Z] Successfully built b2bffa16a685 [2021-06-16T05:50:22.279Z] Successfully tagged support-scheduler:latest [2021-06-16T05:50:22.279Z]  Building support-scheduler ... done  ---> e26cb201ba31 [2021-06-16T05:50:22.279Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-16T05:50:22.279Z] ---> Running in 97b200ac23a2 [2021-06-16T05:50:22.541Z] Removing intermediate container 97b200ac23a2 [2021-06-16T05:50:22.541Z] ---> 8cb8a04d4094 [2021-06-16T05:50:22.541Z] Step 19/22 : CMD ["--init=true"] [2021-06-16T05:50:22.541Z] ---> Running in c7d869bd006a [2021-06-16T05:50:22.541Z] Removing intermediate container c7d869bd006a [2021-06-16T05:50:22.541Z] ---> 1162b4eec8ae [2021-06-16T05:50:22.541Z] Step 20/22 : LABEL arch=x86_64 [2021-06-16T05:50:22.541Z] ---> Running in 68c6af041cd4 [2021-06-16T05:50:22.541Z] Removing intermediate container 68c6af041cd4 [2021-06-16T05:50:22.541Z] ---> d1e4a2028129 [2021-06-16T05:50:22.541Z] Step 21/22 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:50:22.820Z] ---> Running in 9abf19c1ac88 [2021-06-16T05:50:22.820Z] Removing intermediate container 9abf19c1ac88 [2021-06-16T05:50:22.820Z] ---> 2f548c64bb8c [2021-06-16T05:50:22.820Z] Step 22/22 : LABEL version=0.0.0 [2021-06-16T05:50:22.820Z] ---> Running in e6f285fe8043 [2021-06-16T05:50:22.820Z] Removing intermediate container e6f285fe8043 [2021-06-16T05:50:22.820Z] ---> 87e050295ffd [2021-06-16T05:50:22.820Z] [2021-06-16T05:50:23.084Z] Successfully built 87e050295ffd [2021-06-16T05:50:23.084Z] Successfully tagged security-proxy-setup:latest [2021-06-16T05:50:25.006Z]  Building security-proxy-setup ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-16T05:50:25.006Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-16T05:50:25.006Z] ---> aefe523efa57 [2021-06-16T05:50:25.006Z] 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-16T05:50:25.268Z] ---> Running in 484cf1d18b9f [2021-06-16T05:50:25.268Z] Removing intermediate container 484cf1d18b9f [2021-06-16T05:50:25.268Z] ---> ae7417b2e025 [2021-06-16T05:50:25.268Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-16T05:50:25.530Z] ---> Running in 47b7637fbfcd [2021-06-16T05:50:25.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-06-16T05:50:25.792Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-06-16T05:50:25.792Z] (1/39) Installing readline (8.0.4-r0) [2021-06-16T05:50:25.792Z] (2/39) Installing bash (5.0.17-r0) [2021-06-16T05:50:25.792Z] Executing bash-5.0.17-r0.post-install [2021-06-16T05:50:25.792Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T05:50:25.792Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-16T05:50:25.792Z] (5/39) Installing curl (7.77.0-r0) [2021-06-16T05:50:25.792Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-16T05:50:25.792Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-16T05:50:25.792Z] (8/39) Installing expat (2.2.9-r1) [2021-06-16T05:50:25.792Z] (9/39) Installing libffi (3.3-r2) [2021-06-16T05:50:25.792Z] (10/39) Installing gdbm (1.13-r1) [2021-06-16T05:50:25.792Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-16T05:50:25.792Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-16T05:50:25.792Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-16T05:50:26.364Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-16T05:50:26.364Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-16T05:50:26.364Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-16T05:50:26.364Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-16T05:50:26.364Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-16T05:50:26.364Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-16T05:50:26.364Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-16T05:50:26.364Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-16T05:50:26.364Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-16T05:50:26.364Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-16T05:50:26.364Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-16T05:50:26.364Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-16T05:50:26.625Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-16T05:50:26.625Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-16T05:50:26.625Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-16T05:50:26.625Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-16T05:50:26.625Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-16T05:50:26.625Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-16T05:50:26.625Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-16T05:50:26.625Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-16T05:50:26.625Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-16T05:50:26.625Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-16T05:50:26.625Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-16T05:50:26.625Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-16T05:50:26.625Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-16T05:50:26.625Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-16T05:50:26.625Z] Executing busybox-1.31.1-r19.trigger [2021-06-16T05:50:26.625Z] OK: 72 MiB in 59 packages [2021-06-16T05:50:27.199Z] Collecting docker-compose==1.23.2 [2021-06-16T05:50:27.199Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-16T05:50:27.460Z] Collecting texttable<0.10,>=0.9.0 [2021-06-16T05:50:27.460Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-16T05:50:27.721Z] Collecting PyYAML<4,>=3.10 [2021-06-16T05:50:27.721Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-16T05:50:28.295Z] Collecting docker<4.0,>=3.6.0 [2021-06-16T05:50:28.295Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-16T05:50:28.558Z] Collecting cached-property<2,>=1.2.0 [2021-06-16T05:50:28.558Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-16T05:50:28.558Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-16T05:50:28.558Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-16T05:50:28.558Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-16T05:50:28.558Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-16T05:50:29.131Z] Collecting jsonschema<3,>=2.5.1 [2021-06-16T05:50:29.131Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-16T05:50:29.131Z] 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-16T05:50:29.131Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-16T05:50:29.131Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-16T05:50:29.131Z] Collecting docopt<0.7,>=0.6.1 [2021-06-16T05:50:29.131Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-16T05:50:29.393Z] Collecting docker-pycreds>=0.4.0 [2021-06-16T05:50:29.393Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-16T05:50:29.654Z] 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-16T05:50:29.654Z] Collecting idna<2.8,>=2.5 [2021-06-16T05:50:29.654Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-16T05:50:29.654Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-16T05:50:29.654Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-16T05:50:29.654Z] 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-16T05:50:29.654Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-16T05:50:29.654Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-16T05:50:29.654Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-16T05:50:29.654Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-16T05:50:29.916Z] Installing collected packages: texttable, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, jsonschema, docopt, docker-compose [2021-06-16T05:50:29.916Z] Running setup.py install for texttable: started [2021-06-16T05:50:30.177Z] Running setup.py install for texttable: finished with status 'done' [2021-06-16T05:50:30.177Z] Running setup.py install for PyYAML: started [2021-06-16T05:50:30.440Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-16T05:50:30.440Z] Attempting uninstall: idna [2021-06-16T05:50:30.440Z] Found existing installation: idna 2.9 [2021-06-16T05:50:30.440Z] Uninstalling idna-2.9: [2021-06-16T05:50:30.440Z] Successfully uninstalled idna-2.9 [2021-06-16T05:50:30.701Z] Attempting uninstall: urllib3 [2021-06-16T05:50:30.701Z] Found existing installation: urllib3 1.25.9 [2021-06-16T05:50:30.701Z] Uninstalling urllib3-1.25.9: [2021-06-16T05:50:30.701Z] Successfully uninstalled urllib3-1.25.9 [2021-06-16T05:50:30.701Z] Attempting uninstall: requests [2021-06-16T05:50:30.701Z] Found existing installation: requests 2.23.0 [2021-06-16T05:50:30.701Z] Uninstalling requests-2.23.0: [2021-06-16T05:50:30.701Z] Successfully uninstalled requests-2.23.0 [2021-06-16T05:50:30.966Z] Running setup.py install for dockerpty: started [2021-06-16T05:50:31.228Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-16T05:50:31.228Z] Running setup.py install for docopt: started [2021-06-16T05:50:31.802Z] Running setup.py install for docopt: finished with status 'done' [2021-06-16T05:50:31.802Z] 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-16T05:50:35.113Z] Removing intermediate container 47b7637fbfcd [2021-06-16T05:50:35.113Z] ---> c7558539cab4 [2021-06-16T05:50:35.114Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-16T05:50:35.114Z] ---> Running in 7aedf0204c10 [2021-06-16T05:50:35.114Z] Removing intermediate container 7aedf0204c10 [2021-06-16T05:50:35.114Z] ---> 55ba3236a91b [2021-06-16T05:50:35.114Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-16T05:50:35.114Z] ---> Running in 526789f8db4c [2021-06-16T05:50:35.114Z] Removing intermediate container 526789f8db4c [2021-06-16T05:50:35.114Z] ---> 12975b244827 [2021-06-16T05:50:35.114Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-16T05:50:35.114Z] ---> 21be3cd96ac4 [2021-06-16T05:50:35.114Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-16T05:50:35.376Z] ---> 48a8a1fb95bc [2021-06-16T05:50:35.376Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-16T05:50:35.642Z] ---> 71887cb34220 [2021-06-16T05:50:35.642Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-16T05:50:35.642Z] ---> Running in f6f4563ff734 [2021-06-16T05:50:35.642Z] Removing intermediate container f6f4563ff734 [2021-06-16T05:50:35.642Z] ---> ffdc2083630f [2021-06-16T05:50:35.642Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T05:50:35.642Z] ---> Running in 6b65462c07a9 [2021-06-16T05:50:35.904Z] Removing intermediate container 6b65462c07a9 [2021-06-16T05:50:35.904Z] ---> f949506f501f [2021-06-16T05:50:35.904Z] Step 22/24 : LABEL arch=x86_64 [2021-06-16T05:50:35.904Z] ---> Running in 936bd912fdd4 [2021-06-16T05:50:35.904Z] Removing intermediate container 936bd912fdd4 [2021-06-16T05:50:35.904Z] ---> 98e0411f749d [2021-06-16T05:50:35.904Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:50:35.904Z] ---> Running in 53a7cce7d627 [2021-06-16T05:50:35.904Z] Removing intermediate container 53a7cce7d627 [2021-06-16T05:50:35.904Z] ---> c6fe3d4a5b3b [2021-06-16T05:50:35.904Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T05:50:36.166Z] ---> Running in 894a915ba714 [2021-06-16T05:50:36.166Z] Removing intermediate container 894a915ba714 [2021-06-16T05:50:36.166Z] ---> 55f783c05bab [2021-06-16T05:50:36.166Z] [2021-06-16T05:50:36.166Z] Successfully built 55f783c05bab [2021-06-16T05:50:36.166Z] Successfully tagged sys-mgmt-agent:latest [2021-06-16T05:50:36.438Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-16T05:50:36.460Z] $ docker stop --time=1 3162138882ed62be1d8bdcfa36da8b7d156e7fbd0ef3c4a88307ac1e3d0cda32 [2021-06-16T05:50:37.703Z] $ docker rm -f 3162138882ed62be1d8bdcfa36da8b7d156e7fbd0ef3c4a88307ac1e3d0cda32 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T05:50:38.156Z] + docker images [2021-06-16T05:50:38.156Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-16T05:50:38.156Z] sys-mgmt-agent latest 55f783c05bab 3 seconds ago 312MB [2021-06-16T05:50:38.156Z] security-proxy-setup latest 87e050295ffd 16 seconds ago 25.7MB [2021-06-16T05:50:38.156Z] support-scheduler latest b2bffa16a685 17 seconds ago 15.9MB [2021-06-16T05:50:38.156Z] d77af592c2d2 18 seconds ago 1.15GB [2021-06-16T05:50:38.156Z] d886143cc7dc 19 seconds ago 1.15GB [2021-06-16T05:50:38.156Z] 16c5afe76db2 19 seconds ago 1.15GB [2021-06-16T05:50:38.156Z] security-bootstrapper latest 344a3ee39cd5 33 seconds ago 18.6MB [2021-06-16T05:50:38.156Z] 97651aa8515d 42 seconds ago 1.15GB [2021-06-16T05:50:38.156Z] core-data latest e1eacf765a4b 45 seconds ago 20.2MB [2021-06-16T05:50:38.156Z] core-command latest 5f3d0cfd69a8 59 seconds ago 15.9MB [2021-06-16T05:50:38.156Z] core-metadata latest 099c11ddd358 59 seconds ago 16.6MB [2021-06-16T05:50:38.156Z] 46305ff7d1ea About a minute ago 1.15GB [2021-06-16T05:50:38.156Z] 2268b124d409 About a minute ago 1.14GB [2021-06-16T05:50:38.156Z] security-secretstore-setup latest 971f4f276912 About a minute ago 28.7MB [2021-06-16T05:50:38.156Z] 8c04d5ee1acc About a minute ago 1.15GB [2021-06-16T05:50:38.156Z] support-notifications latest 5eace624934c About a minute ago 16.7MB [2021-06-16T05:50:38.156Z] b2659c0a0e6d About a minute ago 1.15GB [2021-06-16T05:50:38.156Z] a11200238fef About a minute ago 1.15GB [2021-06-16T05:50:38.156Z] ci-base-image-x86_64 latest ea4d81eb1fe4 4 minutes ago 647MB [2021-06-16T05:50:38.156Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB [2021-06-16T05:50:38.156Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 7 weeks ago 37.5MB [2021-06-16T05:50:38.156Z] alpine 3.12 13621d1b12d4 2 months ago 5.58MB [2021-06-16T05:50:38.156Z] docker 20.10.0 aefe523efa57 6 months ago 240MB [2021-06-16T05:50:38.156Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-06-16T05:50:40.344Z] (5/12) Installing fortify-headers (1.1-r0) [2021-06-16T05:50:40.345Z] (6/12) Installing patch (2.7.6-r6) [2021-06-16T05:50:40.345Z] (7/12) Installing build-base (0.5-r2) [2021-06-16T05:50:40.345Z] (8/12) Installing libsodium (1.0.18-r0) [2021-06-16T05:50:40.345Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-06-16T05:50:40.345Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-06-16T05:50:40.345Z] (11/12) Installing libzmq (4.3.3-r1) [2021-06-16T05:50:40.345Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-06-16T05:50:40.345Z] Executing busybox-1.32.1-r6.trigger [2021-06-16T05:50:40.345Z] OK: 218 MiB in 52 packages [2021-06-16T05:50:42.988Z] Removing intermediate container 500b9b2d0867 [2021-06-16T05:50:42.988Z] ---> d2e701dee9f2 [2021-06-16T05:50:42.988Z] Step 4/6 : WORKDIR /edgex-go [2021-06-16T05:50:43.261Z] ---> Running in 37ebf4ab4338 [2021-06-16T05:50:43.536Z] Removing intermediate container 37ebf4ab4338 [2021-06-16T05:50:43.536Z] ---> 4f3aefb53d50 [2021-06-16T05:50:43.536Z] Step 5/6 : COPY go.mod . [2021-06-16T05:50:46.442Z] ---> 8b6fe64eb61d [2021-06-16T05:50:46.442Z] Step 6/6 : RUN go mod download [2021-06-16T05:50:46.442Z] ---> Running in 268bbec578b8 [2021-06-16T05:50:53.827Z] Still waiting to schedule task [2021-06-16T05:50:53.828Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-06-16T05:51:13.241Z] Removing intermediate container 268bbec578b8 [2021-06-16T05:51:13.241Z] ---> bf813325916e [2021-06-16T05:51:13.241Z] Successfully built bf813325916e [2021-06-16T05:51:13.241Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:51:13.626Z] + docker inspect -f . ci-base-image-arm64 [2021-06-16T05:51:13.626Z] . [Pipeline] withDockerContainer [2021-06-16T05:51:13.896Z] prd-ubuntu18.04-docker-arm64-4c-16g-1647 does not seem to be running inside a container [2021-06-16T05:51:14.022Z] $ 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-16T05:51:15.539Z] $ docker top 808d6fe2d5049cd54dcaf0aa831621db3c9de556d03da15dae8783510caf36ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T05:51:16.572Z] + go version [2021-06-16T05:51:16.573Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-16T05:51:16.607Z] $ docker stop --time=1 808d6fe2d5049cd54dcaf0aa831621db3c9de556d03da15dae8783510caf36ed [2021-06-16T05:51:18.473Z] $ docker rm -f 808d6fe2d5049cd54dcaf0aa831621db3c9de556d03da15dae8783510caf36ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:51:19.538Z] + docker inspect -f . ci-base-image-arm64 [2021-06-16T05:51:19.539Z] . [Pipeline] withDockerContainer [2021-06-16T05:51:19.821Z] prd-ubuntu18.04-docker-arm64-4c-16g-1647 does not seem to be running inside a container [2021-06-16T05:51:19.904Z] $ 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-16T05:51:21.493Z] $ docker top 3c31be9501e49879404ce9e1b4ec07f9ce1198db0926e58fd0dd7fbb88f1662f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-06-16T05:51:21.883Z] ========================================================= [2021-06-16T05:51:21.883Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-06-16T05:51:21.883Z] ========================================================= [Pipeline] sh [2021-06-16T05:51:22.550Z] + go mod tidy [Pipeline] sh [2021-06-16T05:51:24.217Z] + make test [2021-06-16T05:51:24.217Z] go mod tidy [2021-06-16T05:51:24.818Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-06-16T05:51:51.639Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-06-16T05:52:07.100Z] Running on prd-ubuntu18.04-docker-8c-8g-1648 in /w/workspace/edgexfoundry_edgex-go_PR-3572 [Pipeline] { [Pipeline] ws [2021-06-16T05:52:09.205Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-06-16T05:52:09.378Z] The recommended git tool is: git [2021-06-16T05:52:11.528Z] using credential edgex-jenkins-ssh [2021-06-16T05:52:11.541Z] Cloning the remote Git repository [2021-06-16T05:52:11.551Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-06-16T05:52:11.628Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-06-16T05:52:11.690Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T05:52:11.690Z] > git --version # timeout=10 [2021-06-16T05:52:11.697Z] > git --version # 'git version 2.17.1' [2021-06-16T05:52:11.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T05:52:11.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T05:52:19.092Z] Merging remotes/origin/master commit ca82cc67a24dd3a646f9c54faca12af7640f6229 into PR head commit 06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:52:19.206Z] Merge succeeded, producing 06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T05:52:19.206Z] Checking out Revision 06a31df1d9e5365adec7be01419509354eeec32f (PR-3572) [2021-06-16T05:52:18.509Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T05:52:18.524Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-16T05:52:18.536Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-06-16T05:52:18.553Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-06-16T05:52:18.553Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T05:52:18.557Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3572/head:refs/remotes/origin/PR-3572 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-16T05:52:19.095Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T05:52:19.101Z] > git checkout -f 06a31df1d9e5365adec7be01419509354eeec32f # timeout=10 [2021-06-16T05:52:19.160Z] > git remote # timeout=10 [2021-06-16T05:52:19.168Z] > git config --get remote.origin.url # timeout=10 [2021-06-16T05:52:19.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-16T05:52:19.186Z] > git merge ca82cc67a24dd3a646f9c54faca12af7640f6229 # timeout=10 [2021-06-16T05:52:19.196Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-16T05:52:19.204Z] > git config core.sparsecheckout # timeout=10 [2021-06-16T05:52:19.208Z] > git checkout -f 06a31df1d9e5365adec7be01419509354eeec32f # timeout=10 [2021-06-16T05:52:22.851Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2021-06-16T05:52:22.871Z] > git --version # timeout=10 [2021-06-16T05:52:22.875Z] > git --version # 'git version 2.17.1' [2021-06-16T05:52:22.880Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-16T05:52:24.053Z] + echo snap-build.sh [2021-06-16T05:52:24.053Z] snap-build.sh [2021-06-16T05:52:24.053Z] + SNAP_BASE_DIR=. [2021-06-16T05:52:24.053Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-06-16T05:52:24.053Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-06-16T05:52:24.053Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-06-16T05:52:24.053Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-06-16T05:52:24.053Z] + cd /w/workspace/edgex-go/1 [2021-06-16T05:52:24.053Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-06-16T05:52:24.054Z] Reading package lists... [2021-06-16T05:52:24.317Z] Building dependency tree... [2021-06-16T05:52:24.317Z] Reading state information... [2021-06-16T05:52:24.317Z] The following packages were automatically installed and are no longer required: [2021-06-16T05:52:24.317Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-06-16T05:52:24.317Z] uidmap xdelta3 [2021-06-16T05:52:24.317Z] Use 'sudo apt autoremove' to remove them. [2021-06-16T05:52:24.579Z] The following packages will be REMOVED: [2021-06-16T05:52:24.580Z] lxd* lxd-client* [2021-06-16T05:52:24.843Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-06-16T05:52:24.843Z] After this operation, 31.7 MB disk space will be freed. [2021-06-16T05:52:25.632Z] (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-16T05:52:25.632Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-06-16T05:52:26.579Z] Removing lxd dnsmasq configuration [2021-06-16T05:52:26.579Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-06-16T05:52:26.842Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-06-16T05:52:27.791Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T05:52:27.792Z] (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-16T05:52:27.792Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-06-16T05:52:29.196Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-06-16T05:52:29.465Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-06-16T05:52:30.858Z] + sudo snap remove --purge lxd [2021-06-16T05:52:30.858Z] snap "lxd" is not installed [2021-06-16T05:52:30.858Z] + sudo groupadd --force --system lxd [2021-06-16T05:52:30.858Z] ++ whoami [2021-06-16T05:52:30.858Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-06-16T05:52:30.858Z] + newgrp - lxd [2021-06-16T05:52:31.119Z] + sudo snap install lxd [2021-06-16T05:52:48.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-06-16T05:52:48.221Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-06-16T05:52:52.535Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-06-16T05:52:52.535Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-06-16T05:53:00.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-06-16T05:53:00.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-06-16T05:53:00.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-06-16T05:53:00.843Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-06-16T05:53:00.843Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-06-16T05:53:01.449Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-06-16T05:53:02.900Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-06-16T05:53:02.900Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-06-16T05:53:02.900Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-06-16T05:53:02.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-06-16T05:53:15.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.161s coverage: 28.7% of statements [2021-06-16T05:53:15.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-06-16T05:53:15.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-06-16T05:53:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.302s coverage: 100.0% of statements [2021-06-16T05:53:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-06-16T05:53:18.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.395s coverage: 53.4% of statements [2021-06-16T05:53:18.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-06-16T05:53:18.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-06-16T05:53:21.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.495s coverage: 87.7% of statements [2021-06-16T05:53:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-06-16T05:53:21.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:53:21.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.210s coverage: 78.9% of statements [2021-06-16T05:53:23.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.205s coverage: 81.2% of statements [2021-06-16T05:53:23.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-06-16T05:53:23.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-06-16T05:53:23.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-06-16T05:53:23.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-06-16T05:53:23.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-06-16T05:53:30.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.124s coverage: 95.1% of statements [2021-06-16T05:53:30.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-06-16T05:53:30.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:53:30.713Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-06-16T05:53:30.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-06-16T05:53:30.713Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.178s coverage: 60.0% of statements [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.265s coverage: 0.8% of statements [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.209s coverage: 22.0% of statements [2021-06-16T05:53:30.714Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.219s coverage: 47.1% of statements [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.210s coverage: 79.5% of statements [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.165s coverage: 94.1% of statements [2021-06-16T05:53:30.714Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.232s coverage: 96.3% of statements [2021-06-16T05:53:31.708Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.213s coverage: 87.5% of statements [2021-06-16T05:53:38.883Z] 2021-06-16T05:53:26Z INFO Waiting for automatic snapd restart... [2021-06-16T05:53:41.433Z] lxd 4.15 from Canonical* installed [2021-06-16T05:53:41.433Z] + sudo lxd init --auto [2021-06-16T05:53:44.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.250s coverage: 94.4% of statements [2021-06-16T05:53:44.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.180s coverage: 44.8% of statements [2021-06-16T05:53:48.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.593s coverage: 81.8% of statements [2021-06-16T05:53:48.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-06-16T05:53:51.452Z] + sudo snap install --classic snapcraft [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.225s coverage: 92.9% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.172s coverage: 87.2% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.202s coverage: 76.0% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.167s coverage: 80.0% of statements [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.228s coverage: 87.2% of statements [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.252s coverage: 85.4% of statements [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.286s coverage: 91.2% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.637s coverage: 64.4% of statements [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-06-16T05:53:56.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.159s coverage: 100.0% of statements [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-06-16T05:53:56.737Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-06-16T05:53:57.338Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-06-16T05:53:57.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-06-16T05:54:00.077Z] snapcraft 4.8.1 from Canonical* installed [2021-06-16T05:54:00.077Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-06-16T05:54:00.077Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-06-16T05:54:00.077Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-16T05:54:00.077Z] Dload Upload Total Spent Left Speed [2021-06-16T05:54:00.077Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 [2021-06-16T05:54:00.077Z] 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 11.7M [2021-06-16T05:54:00.077Z] ./yq_linux_amd64 [2021-06-16T05:54:00.077Z] + sudo snapcraft prime --use-lxd [2021-06-16T05:54:01.021Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-06-16T05:54:01.021Z] 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-16T05:54:01.021Z] - README.md [2021-06-16T05:54:01.021Z] [2021-06-16T05:54:01.021Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-06-16T05:54:01.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.046s coverage: 66.9% of statements [2021-06-16T05:54:01.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-06-16T05:54:01.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-06-16T05:54:01.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-06-16T05:54:01.970Z] Launching a container. [2021-06-16T05:54:03.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.699s coverage: 43.6% of statements [2021-06-16T05:54:03.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-06-16T05:54:03.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-06-16T05:54:03.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.185s coverage: 89.5% of statements [2021-06-16T05:54:03.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-06-16T05:54:03.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.287s coverage: 84.8% of statements [2021-06-16T05:54:03.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-06-16T05:54:08.596Z] Waiting for container to be ready [2021-06-16T05:54:08.859Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-06-16T05:54:08.859Z] [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.212s coverage: 19.3% of statements [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.532s coverage: 91.9% of statements [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.200s coverage: 62.7% of statements [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.345s coverage: 97.6% of statements [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.181s coverage: 28.9% of statements [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-06-16T05:54:12.215Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.167s coverage: 100.0% of statements [2021-06-16T05:54:12.215Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements [2021-06-16T05:54:12.487Z] GO111MODULE=on go vet ./... [2021-06-16T05:54:13.160Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-06-16T05:54:13.160Z] Waiting for network to be ready... [2021-06-16T05:54:13.732Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-06-16T05:54:13.732Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] [2021-06-16T05:54:13.732Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-06-16T05:54:13.994Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] [2021-06-16T05:54:13.994Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-06-16T05:54:13.994Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-06-16T05:54:13.994Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] [2021-06-16T05:54:13.994Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] [2021-06-16T05:54:13.994Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] [2021-06-16T05:54:13.994Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] [2021-06-16T05:54:14.256Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-06-16T05:54:14.518Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-06-16T05:54:14.778Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-06-16T05:54:14.778Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-06-16T05:54:14.778Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-06-16T05:54:14.778Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-06-16T05:54:14.778Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-06-16T05:54:14.778Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-06-16T05:54:15.039Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-06-16T05:54:15.299Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] [2021-06-16T05:54:15.299Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] [2021-06-16T05:54:15.299Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-06-16T05:54:15.299Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-06-16T05:54:15.299Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] [2021-06-16T05:54:15.299Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] [2021-06-16T05:54:15.299Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] [2021-06-16T05:54:15.299Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] [2021-06-16T05:54:17.845Z] Fetched 24.7 MB in 4s (6073 kB/s) [2021-06-16T05:54:18.807Z] Reading package lists... [2021-06-16T05:54:18.807Z] Reading package lists... [2021-06-16T05:54:19.072Z] Building dependency tree... [2021-06-16T05:54:19.072Z] Reading state information... [2021-06-16T05:54:19.072Z] The following additional packages will be installed: [2021-06-16T05:54:19.072Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-06-16T05:54:19.072Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-06-16T05:54:19.072Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-06-16T05:54:19.072Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-06-16T05:54:19.072Z] Suggested packages: [2021-06-16T05:54:19.072Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-06-16T05:54:19.072Z] Recommended packages: [2021-06-16T05:54:19.072Z] gnupg libsasl2-modules [2021-06-16T05:54:19.072Z] The following NEW packages will be installed: [2021-06-16T05:54:19.072Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-06-16T05:54:19.072Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-06-16T05:54:19.072Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-06-16T05:54:19.072Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-06-16T05:54:19.072Z] The following packages will be upgraded: [2021-06-16T05:54:19.072Z] gpg gpg-agent gpgconf libudev1 [2021-06-16T05:54:19.334Z] 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. [2021-06-16T05:54:19.334Z] Need to get 3530 kB of archives. [2021-06-16T05:54:19.334Z] After this operation, 13.3 MB of additional disk space will be used. [2021-06-16T05:54:19.334Z] 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-16T05:54:19.334Z] 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-16T05:54:19.334Z] 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-16T05:54:19.334Z] 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-16T05:54:19.334Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] [2021-06-16T05:54:19.596Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] [2021-06-16T05:54:20.171Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-06-16T05:54:20.432Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-06-16T05:54:20.693Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-06-16T05:54:20.954Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-06-16T05:54:21.218Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-06-16T05:54:21.218Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-06-16T05:54:21.218Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-06-16T05:54:21.480Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-06-16T05:54:21.480Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-06-16T05:54:21.480Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-06-16T05:54:23.507Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-06-16T05:54:23.507Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-06-16T05:54:23.507Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-06-16T05:54:23.507Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-06-16T05:54:23.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-06-16T05:54:23.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-06-16T05:54:23.507Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T05:54:23.507Z] Fetched 3530 kB in 3s (1158 kB/s) [2021-06-16T05:54:23.507Z] (Reading database ... 12511 files and directories currently installed.) [2021-06-16T05:54:23.507Z] Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T05:54:23.507Z] Setting up libudev1:amd64 (237-3ubuntu10.47) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package udev. [2021-06-16T05:54:23.507Z] (Reading database ... 12511 files and directories currently installed.) [2021-06-16T05:54:23.507Z] Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking udev (237-3ubuntu10.47) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libfuse2:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package fuse. [2021-06-16T05:54:23.507Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-06-16T05:54:23.507Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T05:54:23.507Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T05:54:23.507Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libksba8:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-06-16T05:54:23.507Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.507Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.507Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-06-16T05:54:23.770Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.770Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.770Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-06-16T05:54:23.770Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-06-16T05:54:23.770Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:23.770Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-16T05:54:23.770Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-06-16T05:54:23.770Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T05:54:23.770Z] Selecting previously unselected package libsasl2-2:amd64. [2021-06-16T05:54:23.770Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-06-16T05:54:23.770Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T05:54:23.770Z] Selecting previously unselected package libldap-common. [2021-06-16T05:54:23.770Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-06-16T05:54:23.770Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T05:54:24.032Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-16T05:54:24.032Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-06-16T05:54:24.032Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T05:54:24.032Z] Selecting previously unselected package dirmngr. [2021-06-16T05:54:24.032Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T05:54:24.032Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-06-16T05:54:24.032Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T05:54:24.032Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-06-16T05:54:24.032Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-06-16T05:54:24.032Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T05:54:24.032Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-06-16T05:54:24.295Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-06-16T05:54:24.295Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.295Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-06-16T05:54:24.295Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T05:54:24.295Z] Setting up udev (237-3ubuntu10.47) ... [2021-06-16T05:54:24.561Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-06-16T05:54:24.561Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.561Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-06-16T05:54:24.824Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-06-16T05:54:24.824Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-06-16T05:54:24.824Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-06-16T05:54:24.824Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-06-16T05:54:24.824Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-06-16T05:54:24.824Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T05:54:25.397Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-06-16T05:54:25.397Z] settings in the [Install] section, and DefaultInstance for template units). [2021-06-16T05:54:25.397Z] This means they are not meant to be enabled using systemctl. [2021-06-16T05:54:25.397Z] Possible reasons for having this kind of units are: [2021-06-16T05:54:25.397Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-06-16T05:54:25.397Z] .wants/ or .requires/ directory. [2021-06-16T05:54:25.397Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-06-16T05:54:25.397Z] a requirement dependency on it. [2021-06-16T05:54:25.397Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-06-16T05:54:25.397Z] D-Bus, udev, scripted systemctl call, ...). [2021-06-16T05:54:25.397Z] 4) In case of template units, the unit is meant to be enabled with some [2021-06-16T05:54:25.397Z] instance name specified. [2021-06-16T05:54:25.661Z] Reading package lists... [2021-06-16T05:54:25.923Z] Building dependency tree... [2021-06-16T05:54:25.923Z] Reading state information... [2021-06-16T05:54:25.923Z] The following additional packages will be installed: [2021-06-16T05:54:25.923Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-06-16T05:54:25.923Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-06-16T05:54:25.923Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-06-16T05:54:25.923Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-06-16T05:54:25.923Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-06-16T05:54:25.923Z] Suggested packages: [2021-06-16T05:54:25.923Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-06-16T05:54:25.923Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-06-16T05:54:25.923Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-06-16T05:54:25.923Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-06-16T05:54:25.923Z] systemd-container policykit-1 [2021-06-16T05:54:25.923Z] Recommended packages: [2021-06-16T05:54:25.923Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-06-16T05:54:25.923Z] The following NEW packages will be installed: [2021-06-16T05:54:25.923Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-06-16T05:54:25.923Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-06-16T05:54:25.923Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-06-16T05:54:25.923Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-06-16T05:54:25.923Z] python3.6-minimal snapd squashfs-tools sudo [2021-06-16T05:54:25.923Z] The following packages will be upgraded: [2021-06-16T05:54:25.923Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-06-16T05:54:26.184Z] 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. [2021-06-16T05:54:26.184Z] Need to get 36.7 MB of archives. [2021-06-16T05:54:26.184Z] After this operation, 147 MB of additional disk space will be used. [2021-06-16T05:54:26.184Z] 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-16T05:54:26.184Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-06-16T05:54:26.184Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] [2021-06-16T05:54:26.184Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-06-16T05:54:26.184Z] 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-16T05:54:26.184Z] 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-16T05:54:26.184Z] 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-16T05:54:26.184Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-06-16T05:54:26.184Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-06-16T05:54:26.184Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-06-16T05:54:26.184Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-06-16T05:54:26.184Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-06-16T05:54:26.184Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-06-16T05:54:26.184Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-06-16T05:54:26.184Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-06-16T05:54:26.447Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-06-16T05:54:27.020Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] [2021-06-16T05:54:27.020Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-06-16T05:54:27.020Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-06-16T05:54:27.020Z] 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-16T05:54:27.020Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-06-16T05:54:27.020Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-06-16T05:54:27.020Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-06-16T05:54:27.020Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-06-16T05:54:27.020Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-06-16T05:54:27.020Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-06-16T05:54:27.020Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-06-16T05:54:27.281Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-06-16T05:54:27.281Z] 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-16T05:54:27.281Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] [2021-06-16T05:54:28.669Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T05:54:28.669Z] Fetched 36.7 MB in 2s (15.8 MB/s) [2021-06-16T05:54:28.669Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-16T05:54:28.669Z] Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... [2021-06-16T05:54:28.669Z] Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T05:54:29.242Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... [2021-06-16T05:54:29.242Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T05:54:29.242Z] Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... [2021-06-16T05:54:29.242Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-16T05:54:29.242Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-06-16T05:54:29.242Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-06-16T05:54:29.507Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-06-16T05:54:29.507Z] (Reading database ... 12757 files and directories currently installed.) [2021-06-16T05:54:29.507Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-06-16T05:54:29.507Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-06-16T05:54:29.769Z] Setting up apt (1.6.13) ... [2021-06-16T05:54:29.769Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-06-16T05:54:30.030Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-06-16T05:54:30.293Z] (Reading database ... 12764 files and directories currently installed.) [2021-06-16T05:54:30.293Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-06-16T05:54:30.293Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-06-16T05:54:30.293Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-06-16T05:54:30.293Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T05:54:30.293Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:30.555Z] Selecting previously unselected package libexpat1:amd64. [2021-06-16T05:54:30.555Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-06-16T05:54:30.555Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-06-16T05:54:30.555Z] Selecting previously unselected package python3.6-minimal. [2021-06-16T05:54:30.555Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T05:54:30.555Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:30.817Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-06-16T05:54:30.817Z] Checking for services that may need to be restarted...done. [2021-06-16T05:54:30.817Z] Checking for services that may need to be restarted...done. [2021-06-16T05:54:30.817Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:30.817Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-06-16T05:54:30.817Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:31.392Z] Selecting previously unselected package python3-minimal. [2021-06-16T05:54:31.392Z] (Reading database ... 13012 files and directories currently installed.) [2021-06-16T05:54:31.392Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-06-16T05:54:31.392Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-06-16T05:54:31.392Z] Selecting previously unselected package mime-support. [2021-06-16T05:54:31.392Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-06-16T05:54:31.392Z] Unpacking mime-support (3.60ubuntu1) ... [2021-06-16T05:54:31.392Z] Selecting previously unselected package libmpdec2:amd64. [2021-06-16T05:54:31.392Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-06-16T05:54:31.392Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-06-16T05:54:31.392Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-06-16T05:54:31.673Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T05:54:31.673Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:31.935Z] Selecting previously unselected package python3.6. [2021-06-16T05:54:31.935Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-06-16T05:54:31.935Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:31.935Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-16T05:54:31.935Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-06-16T05:54:31.935Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-06-16T05:54:31.935Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-06-16T05:54:32.197Z] Selecting previously unselected package python3. [2021-06-16T05:54:32.197Z] (Reading database ... 13442 files and directories currently installed.) [2021-06-16T05:54:32.197Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-06-16T05:54:32.197Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-06-16T05:54:32.197Z] Selecting previously unselected package multiarch-support. [2021-06-16T05:54:32.197Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T05:54:32.461Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-06-16T05:54:32.461Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-06-16T05:54:32.461Z] Selecting previously unselected package liblzo2-2:amd64. [2021-06-16T05:54:32.461Z] (Reading database ... 13479 files and directories currently installed.) [2021-06-16T05:54:32.461Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-06-16T05:54:32.461Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-06-16T05:54:32.461Z] Selecting previously unselected package libbsd0:amd64. [2021-06-16T05:54:32.461Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-06-16T05:54:32.461Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-06-16T05:54:32.461Z] Selecting previously unselected package sudo. [2021-06-16T05:54:32.461Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-06-16T05:54:32.461Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-06-16T05:54:32.724Z] Selecting previously unselected package apparmor. [2021-06-16T05:54:32.724Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-06-16T05:54:32.724Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-06-16T05:54:32.724Z] Selecting previously unselected package libedit2:amd64. [2021-06-16T05:54:32.724Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-06-16T05:54:32.724Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-06-16T05:54:32.724Z] Selecting previously unselected package libkrb5support0:amd64. [2021-06-16T05:54:32.724Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T05:54:32.724Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:32.986Z] Selecting previously unselected package libk5crypto3:amd64. [2021-06-16T05:54:32.986Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T05:54:32.986Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:32.986Z] Selecting previously unselected package libkeyutils1:amd64. [2021-06-16T05:54:32.986Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-06-16T05:54:32.986Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-06-16T05:54:32.986Z] Selecting previously unselected package libkrb5-3:amd64. [2021-06-16T05:54:32.986Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T05:54:32.986Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:33.249Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-16T05:54:33.249Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-06-16T05:54:33.249Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:33.249Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-06-16T05:54:33.249Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-06-16T05:54:33.249Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-06-16T05:54:33.249Z] Selecting previously unselected package openssh-client. [2021-06-16T05:54:33.249Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-06-16T05:54:33.249Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-06-16T05:54:33.512Z] Selecting previously unselected package squashfs-tools. [2021-06-16T05:54:33.513Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... [2021-06-16T05:54:33.513Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-06-16T05:54:33.513Z] Selecting previously unselected package snapd. [2021-06-16T05:54:33.513Z] Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... [2021-06-16T05:54:33.513Z] Unpacking snapd (2.49.2+18.04) ... [2021-06-16T05:54:35.437Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-06-16T05:54:35.437Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-06-16T05:54:35.699Z] Setting up mime-support (3.60ubuntu1) ... [2021-06-16T05:54:35.699Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-06-16T05:54:35.699Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-06-16T05:54:35.699Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:35.699Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T05:54:35.699Z] Setting up systemd (237-3ubuntu10.47) ... [2021-06-16T05:54:35.699Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-06-16T05:54:36.648Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-06-16T05:54:37.222Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-06-16T05:54:37.482Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-06-16T05:54:37.742Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:37.742Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:38.003Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-06-16T05:54:38.576Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... [2021-06-16T05:54:38.576Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:38.576Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-06-16T05:54:38.576Z] Setting up python3 (3.6.7-1~18.04) ... [2021-06-16T05:54:38.576Z] running python rtupdate hooks for python3.6... [2021-06-16T05:54:38.576Z] running python post-rtupdate hooks for python3.6... [2021-06-16T05:54:38.576Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-06-16T05:54:39.520Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-06-16T05:54:39.520Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-06-16T05:54:39.520Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-06-16T05:54:39.781Z] Setting up snapd (2.49.2+18.04) ... [2021-06-16T05:54:40.042Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-06-16T05:54:40.303Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-06-16T05:54:40.303Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-06-16T05:54:40.564Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-06-16T05:54:40.826Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-06-16T05:54:40.826Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-06-16T05:54:40.826Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-06-16T05:54:41.088Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-06-16T05:54:41.350Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-06-16T05:54:41.613Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-06-16T05:54:41.613Z] /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-16T05:54:41.613Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-06-16T05:54:41.613Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-06-16T05:54:42.557Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-16T05:54:42.557Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-16T05:54:42.818Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-16T05:54:43.761Z] Reading package lists... [2021-06-16T05:54:44.023Z] Reading package lists... [2021-06-16T05:54:44.023Z] Building dependency tree... [2021-06-16T05:54:44.023Z] Reading state information... [2021-06-16T05:54:44.283Z] Calculating upgrade... [2021-06-16T05:54:44.283Z] The following packages will be upgraded: [2021-06-16T05:54:44.283Z] advancecomp base-files bash binutils binutils-common [2021-06-16T05:54:44.283Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-06-16T05:54:44.283Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-06-16T05:54:44.283Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-06-16T05:54:44.283Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-06-16T05:54:44.283Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-06-16T05:54:44.283Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-06-16T05:54:44.283Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2021-06-16T05:54:44.283Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2021-06-16T05:54:44.283Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-06-16T05:54:44.283Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-06-16T05:54:44.283Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-06-16T05:54:44.283Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-06-16T05:54:44.283Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-06-16T05:54:44.283Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-06-16T05:54:44.283Z] ubuntu-keyring util-linux [2021-06-16T05:54:44.283Z] 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-06-16T05:54:44.283Z] Need to get 64.1 MB of archives. [2021-06-16T05:54:44.283Z] After this operation, 5097 kB of additional disk space will be used. [2021-06-16T05:54:44.283Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-144.148 [1003 kB] [2021-06-16T05:54:44.544Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-06-16T05:54:44.544Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-06-16T05:54:44.544Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-06-16T05:54:44.544Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-06-16T05:54:44.544Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-06-16T05:54:44.544Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-06-16T05:54:44.544Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-06-16T05:54:44.544Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-06-16T05:54:44.544Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-06-16T05:54:44.544Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-06-16T05:54:44.545Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-06-16T05:54:44.545Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-06-16T05:54:44.545Z] 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-16T05:54:44.545Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-06-16T05:54:44.545Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-06-16T05:54:44.545Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-06-16T05:54:44.545Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-06-16T05:54:44.545Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-06-16T05:54:44.545Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-06-16T05:54:44.814Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-06-16T05:54:44.814Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-06-16T05:54:44.814Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-06-16T05:54:44.814Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-06-16T05:54:44.814Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-06-16T05:54:44.814Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-06-16T05:54:44.814Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-06-16T05:54:44.814Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-06-16T05:54:44.814Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-06-16T05:54:44.814Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-06-16T05:54:44.814Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2021-06-16T05:54:44.814Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-06-16T05:54:44.814Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-06-16T05:54:44.814Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] [2021-06-16T05:54:44.814Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-06-16T05:54:44.814Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-06-16T05:54:44.814Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-06-16T05:54:44.814Z] 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-16T05:54:44.814Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-06-16T05:54:44.814Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-06-16T05:54:44.814Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-06-16T05:54:44.814Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-06-16T05:54:44.814Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-06-16T05:54:44.814Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-06-16T05:54:44.814Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-06-16T05:54:45.081Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-06-16T05:54:45.594Z] 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-16T05:54:45.594Z] 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-16T05:54:45.594Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-06-16T05:54:45.855Z] 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-16T05:54:45.855Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-06-16T05:54:45.855Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-06-16T05:54:45.855Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-06-16T05:54:45.855Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-06-16T05:54:46.118Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-06-16T05:54:46.118Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-06-16T05:54:46.118Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-06-16T05:54:46.118Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-06-16T05:54:46.118Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-06-16T05:54:46.118Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-06-16T05:54:46.118Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-06-16T05:54:46.118Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-06-16T05:54:46.118Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-06-16T05:54:46.118Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-06-16T05:54:46.118Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-06-16T05:54:46.381Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-06-16T05:54:46.381Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-06-16T05:54:46.381Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-06-16T05:54:46.381Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-06-16T05:54:46.381Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-06-16T05:54:46.381Z] 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-16T05:54:46.381Z] 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-16T05:54:46.381Z] 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-16T05:54:46.381Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] [2021-06-16T05:54:46.381Z] 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-16T05:54:46.381Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-06-16T05:54:46.381Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-06-16T05:54:46.381Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-06-16T05:54:46.642Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-06-16T05:54:46.642Z] 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-16T05:54:46.642Z] 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-16T05:54:46.642Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-06-16T05:54:46.642Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-06-16T05:54:46.642Z] 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-16T05:54:46.642Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-06-16T05:54:46.642Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-06-16T05:54:46.642Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-06-16T05:54:46.642Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-06-16T05:54:46.642Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-06-16T05:54:46.642Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-06-16T05:54:46.904Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T05:54:46.904Z] Fetched 64.1 MB in 2s (27.2 MB/s) [2021-06-16T05:54:46.904Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T05:54:46.904Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T05:54:46.904Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T05:54:47.165Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T05:54:47.165Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T05:54:47.427Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-144.148_amd64.deb ... [2021-06-16T05:54:47.427Z] Unpacking linux-libc-dev:amd64 (4.15.0-144.148) over (4.15.0-20.21) ... [2021-06-16T05:54:47.427Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.691Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.691Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.691Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.691Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.691Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.691Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.691Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.952Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.952Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.952Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.952Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.952Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:47.952Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:47.952Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:54:48.287Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T05:54:48.287Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:48.549Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-06-16T05:54:48.549Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:54:48.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T05:54:48.549Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:48.549Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:48.549Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:48.811Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:48.811Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-06-16T05:54:48.811Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-06-16T05:54:48.811Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:54:49.075Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T05:54:49.076Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T05:54:49.076Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T05:54:49.653Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-06-16T05:54:49.653Z] (Reading database ... 13914 files and directories currently installed.) [2021-06-16T05:54:49.653Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-06-16T05:54:49.653Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-06-16T05:54:49.653Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-06-16T05:54:49.653Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-06-16T05:54:49.940Z] Setting up base-files (10.1ubuntu2.10) ... [2021-06-16T05:54:49.940Z] Installing new version of config file /etc/issue ... [2021-06-16T05:54:49.940Z] Installing new version of config file /etc/issue.net ... [2021-06-16T05:54:49.940Z] Installing new version of config file /etc/lsb-release ... [2021-06-16T05:54:49.940Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-06-16T05:54:50.201Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-06-16T05:54:50.201Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-06-16T05:54:50.201Z] Removing obsolete conffile /etc/default/motd-news ... [2021-06-16T05:54:50.461Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:50.461Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-06-16T05:54:50.461Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-06-16T05:54:50.461Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-06-16T05:54:50.461Z] 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-16T05:54:50.723Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:50.723Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:50.723Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:50.723Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:50.723Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:50.723Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-06-16T05:54:50.723Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-06-16T05:54:50.723Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-06-16T05:54:50.985Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:50.985Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-06-16T05:54:50.985Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-16T05:54:50.985Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-06-16T05:54:51.247Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:51.247Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T05:54:51.247Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T05:54:51.247Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-16T05:54:51.247Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:51.247Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T05:54:51.247Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T05:54:51.247Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-06-16T05:54:51.511Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:51.511Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-06-16T05:54:51.511Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-06-16T05:54:51.511Z] Setting up grep (3.1-2build1) ... [2021-06-16T05:54:51.511Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:51.511Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-06-16T05:54:51.511Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-06-16T05:54:51.511Z] Setting up login (1:4.5-1ubuntu2) ... [2021-06-16T05:54:51.774Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:51.774Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T05:54:51.774Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T05:54:51.774Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-06-16T05:54:51.774Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:51.774Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-16T05:54:51.774Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T05:54:52.344Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-16T05:54:52.344Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T05:54:52.344Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-06-16T05:54:52.344Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T05:54:52.604Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-06-16T05:54:52.604Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:52.604Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-06-16T05:54:52.604Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-06-16T05:54:53.180Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-06-16T05:54:53.180Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-06-16T05:54:53.180Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-06-16T05:54:53.180Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-06-16T05:54:53.180Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-06-16T05:54:53.180Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:53.180Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-06-16T05:54:53.442Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-06-16T05:54:53.442Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-06-16T05:54:53.442Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:53.442Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:53.442Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:53.442Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:53.705Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:53.705Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:53.705Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:53.705Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:53.705Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:53.705Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:53.705Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:53.967Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:53.967Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:53.967Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:53.967Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:53.967Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:53.967Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:53.967Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T05:54:53.967Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T05:54:54.228Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T05:54:54.228Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T05:54:54.228Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-16T05:54:54.228Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:54.228Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-06-16T05:54:54.228Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T05:54:54.491Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-16T05:54:54.491Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:54.491Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:54.491Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:54.491Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:54.491Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:54.491Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:54.491Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:54.765Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:54.765Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:54.765Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:54.765Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:55.026Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:54:55.287Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-06-16T05:54:55.549Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-06-16T05:54:55.549Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:55.549Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-06-16T05:54:55.549Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-06-16T05:54:55.813Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T05:54:55.813Z] (Reading database ... 13915 files and directories currently installed.) [2021-06-16T05:54:55.813Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-06-16T05:54:55.813Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-06-16T05:54:56.075Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-06-16T05:54:56.075Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T05:54:56.075Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-06-16T05:54:56.075Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-06-16T05:54:56.075Z] Setting up debconf (1.5.66ubuntu1) ... [2021-06-16T05:54:56.336Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T05:54:56.336Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-06-16T05:54:56.336Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-06-16T05:54:56.336Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-06-16T05:54:56.598Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T05:54:56.598Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-06-16T05:54:56.598Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-06-16T05:54:56.598Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-06-16T05:54:56.598Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T05:54:56.598Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-16T05:54:56.598Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T05:54:56.598Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T05:54:56.862Z] (Reading database ... 13917 files and directories currently installed.) [2021-06-16T05:54:56.862Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-16T05:54:56.862Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T05:54:56.862Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T05:54:56.862Z] (Reading database ... 13919 files and directories currently installed.) [2021-06-16T05:54:56.862Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2021-06-16T05:54:57.125Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T05:54:57.125Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T05:54:57.125Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:57.125Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-06-16T05:54:57.125Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-06-16T05:54:57.388Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... [2021-06-16T05:54:57.388Z] Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... [2021-06-16T05:54:57.388Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T05:54:57.388Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T05:54:57.388Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-16T05:54:57.388Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:57.388Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-06-16T05:54:57.388Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-06-16T05:54:57.650Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-06-16T05:54:57.650Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:57.650Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2021-06-16T05:54:57.650Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2021-06-16T05:54:57.650Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2021-06-16T05:54:57.650Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:57.650Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2021-06-16T05:54:57.650Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2021-06-16T05:54:57.912Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2021-06-16T05:54:57.912Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:57.912Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-06-16T05:54:57.912Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-06-16T05:54:58.176Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-06-16T05:54:58.176Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:58.176Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-06-16T05:54:58.176Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-06-16T05:54:58.176Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-06-16T05:54:58.176Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:58.176Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-06-16T05:54:58.176Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-06-16T05:54:58.437Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-06-16T05:54:58.437Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:58.437Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-06-16T05:54:58.699Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-06-16T05:54:58.699Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-06-16T05:54:58.699Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:58.699Z] Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... [2021-06-16T05:54:58.699Z] Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-06-16T05:54:58.699Z] Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... [2021-06-16T05:54:58.699Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:58.699Z] Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... [2021-06-16T05:54:58.962Z] Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... [2021-06-16T05:54:58.962Z] Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... [2021-06-16T05:54:58.962Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:58.962Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-06-16T05:54:58.962Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-06-16T05:54:58.962Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-06-16T05:54:59.224Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:59.224Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-06-16T05:54:59.224Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-06-16T05:54:59.224Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-06-16T05:54:59.224Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:59.224Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-06-16T05:54:59.224Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-06-16T05:54:59.224Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-06-16T05:54:59.487Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:59.487Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-06-16T05:54:59.487Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-06-16T05:54:59.487Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-06-16T05:54:59.487Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:59.487Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... [2021-06-16T05:54:59.487Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... [2021-06-16T05:54:59.749Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... [2021-06-16T05:54:59.749Z] (Reading database ... 13923 files and directories currently installed.) [2021-06-16T05:54:59.749Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-06-16T05:54:59.749Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-06-16T05:54:59.749Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-06-16T05:54:59.749Z] (Reading database ... 13924 files and directories currently installed.) [2021-06-16T05:54:59.749Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-06-16T05:54:59.749Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-06-16T05:54:59.749Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-06-16T05:54:59.749Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-06-16T05:55:00.012Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-06-16T05:55:00.012Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-06-16T05:55:00.273Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-06-16T05:55:00.273Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-06-16T05:55:00.273Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-06-16T05:55:00.273Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-06-16T05:55:00.273Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-06-16T05:55:00.273Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-06-16T05:55:00.273Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-06-16T05:55:00.273Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-06-16T05:55:00.536Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-06-16T05:55:00.536Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-06-16T05:55:00.536Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-06-16T05:55:00.536Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-06-16T05:55:00.536Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-06-16T05:55:00.536Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-06-16T05:55:00.536Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-06-16T05:55:00.536Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-06-16T05:55:00.807Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-06-16T05:55:00.807Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-06-16T05:55:01.069Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-06-16T05:55:01.069Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-06-16T05:55:01.069Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-06-16T05:55:01.069Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-06-16T05:55:01.069Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T05:55:01.330Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T05:55:01.591Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T05:55:01.591Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T05:55:01.591Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T05:55:01.591Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T05:55:01.591Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-06-16T05:55:01.591Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-06-16T05:55:01.591Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:01.591Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:01.858Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:01.858Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:01.858Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:01.858Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:01.858Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:01.858Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:02.816Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:02.816Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:03.759Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:03.759Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:03.759Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:03.759Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:04.020Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:04.020Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:04.970Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-06-16T05:55:04.970Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-06-16T05:55:04.970Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-16T05:55:04.970Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-16T05:55:04.970Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-06-16T05:55:04.970Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-16T05:55:04.970Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-06-16T05:55:04.970Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-06-16T05:55:04.970Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-06-16T05:55:05.231Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-06-16T05:55:05.231Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-16T05:55:05.231Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-16T05:55:05.231Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-06-16T05:55:05.231Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-06-16T05:55:05.231Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-06-16T05:55:05.232Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-06-16T05:55:05.493Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.493Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-06-16T05:55:05.493Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.493Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.493Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.493Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-06-16T05:55:05.493Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-06-16T05:55:05.493Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-06-16T05:55:05.493Z] [2021-06-16T05:55:05.493Z] Current default time zone: 'Etc/UTC' [2021-06-16T05:55:05.493Z] Local time is now: Wed Jun 16 05:55:05 UTC 2021. [2021-06-16T05:55:05.493Z] Universal Time is now: Wed Jun 16 05:55:05 UTC 2021. [2021-06-16T05:55:05.493Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-06-16T05:55:05.493Z] [2021-06-16T05:55:05.493Z] Setting up systemd-sysv (237-3ubuntu10.47) ... [2021-06-16T05:55:05.755Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.755Z] Setting up linux-libc-dev:amd64 (4.15.0-144.148) ... [2021-06-16T05:55:05.755Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-06-16T05:55:05.755Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-06-16T05:55:05.755Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-06-16T05:55:05.755Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-06-16T05:55:05.755Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-06-16T05:55:05.755Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-06-16T05:55:05.755Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-06-16T05:55:05.755Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.755Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-06-16T05:55:05.755Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:05.755Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-06-16T05:55:05.755Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:05.755Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-06-16T05:55:05.755Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-06-16T05:55:05.755Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-06-16T05:55:06.019Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-06-16T05:55:06.019Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-06-16T05:55:06.019Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-06-16T05:55:06.019Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-06-16T05:55:06.019Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-06-16T05:55:07.938Z] Updating certificates in /etc/ssl/certs... [2021-06-16T05:55:08.511Z] 23 added, 27 removed; done. [2021-06-16T05:55:08.511Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-06-16T05:55:08.511Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-06-16T05:55:08.511Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-06-16T05:55:08.511Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-06-16T05:55:08.511Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-06-16T05:55:08.511Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.511Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-06-16T05:55:08.511Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.511Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.511Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.511Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.511Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.776Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-06-16T05:55:08.776Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-06-16T05:55:08.776Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-06-16T05:55:08.776Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-06-16T05:55:08.776Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-06-16T05:55:08.776Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.776Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-06-16T05:55:08.776Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-06-16T05:55:08.776Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-06-16T05:55:08.776Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-06-16T05:55:08.776Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T05:55:08.776Z] Processing triggers for systemd (237-3ubuntu10.47) ... [2021-06-16T05:55:09.038Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-06-16T05:55:09.038Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-06-16T05:55:09.038Z] Updating certificates in /etc/ssl/certs... [2021-06-16T05:55:09.618Z] 0 added, 0 removed; done. [2021-06-16T05:55:09.619Z] Running hooks in /etc/ca-certificates/update.d... [2021-06-16T05:55:09.619Z] done. [2021-06-16T05:55:09.881Z] Reading package lists... [2021-06-16T05:55:10.143Z] Building dependency tree... [2021-06-16T05:55:10.143Z] Reading state information... [2021-06-16T05:55:10.143Z] The following NEW packages will be installed: [2021-06-16T05:55:10.143Z] apt-transport-https [2021-06-16T05:55:10.414Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-06-16T05:55:10.414Z] Need to get 1692 B of archives. [2021-06-16T05:55:10.414Z] After this operation, 154 kB of additional disk space will be used. [2021-06-16T05:55:10.414Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-06-16T05:55:10.414Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T05:55:10.414Z] Fetched 1692 B in 0s (9520 B/s) [2021-06-16T05:55:10.676Z] Selecting previously unselected package apt-transport-https. [2021-06-16T05:55:10.676Z] (Reading database ... 13929 files and directories currently installed.) [2021-06-16T05:55:10.676Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-06-16T05:55:10.676Z] Unpacking apt-transport-https (1.6.13) ... [2021-06-16T05:55:10.676Z] Setting up apt-transport-https (1.6.13) ... [2021-06-16T05:55:10.939Z] Waiting for network to be ready... [2021-06-16T05:55:17.538Z] 2021-06-16T05:55:14Z INFO Waiting for automatic snapd restart... [2021-06-16T05:55:18.484Z] snapd 2.51 from Canonical* installed [2021-06-16T05:55:19.433Z] "snapd" switched to the "latest/stable" channel [2021-06-16T05:55:19.433Z] [2021-06-16T05:55:22.000Z] core18 20210507 from Canonical* installed [2021-06-16T05:55:22.000Z] "core18" switched to the "latest/stable" channel [2021-06-16T05:55:22.000Z] [2021-06-16T05:55:24.547Z] snapcraft 4.8.1 from Canonical* installed [2021-06-16T05:55:24.809Z] "snapcraft" switched to the "latest/stable" channel [2021-06-16T05:55:24.810Z] [2021-06-16T05:55:29.021Z] 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-16T05:55:29.021Z] - README.md [2021-06-16T05:55:29.021Z] [2021-06-16T05:55:29.021Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-06-16T05:55:29.284Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-16T05:55:29.284Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-16T05:55:29.546Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-16T05:55:30.487Z] Reading package lists... [2021-06-16T05:55:30.749Z] 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-16T05:55:30.749Z] Reading package lists... [2021-06-16T05:55:31.013Z] Building dependency tree... [2021-06-16T05:55:31.013Z] Reading state information... [2021-06-16T05:55:31.013Z] Suggested packages: [2021-06-16T05:55:31.013Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-06-16T05:55:31.013Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-06-16T05:55:31.013Z] Recommended packages: [2021-06-16T05:55:31.013Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-06-16T05:55:31.279Z] The following NEW packages will be installed: [2021-06-16T05:55:31.279Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-06-16T05:55:31.279Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-06-16T05:55:31.279Z] pkg-config zip [2021-06-16T05:55:31.279Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-06-16T05:55:31.279Z] Need to get 7663 kB of archives. [2021-06-16T05:55:31.279Z] After this operation, 43.8 MB of additional disk space will be used. [2021-06-16T05:55:31.279Z] 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-16T05:55:31.279Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-06-16T05:55:31.279Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-06-16T05:55:31.279Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-06-16T05:55:31.279Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-06-16T05:55:31.541Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-06-16T05:55:31.541Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-06-16T05:55:31.541Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-06-16T05:55:31.541Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-06-16T05:55:31.802Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-06-16T05:55:31.802Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-06-16T05:55:31.802Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-06-16T05:55:31.802Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-06-16T05:55:31.802Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-06-16T05:55:31.802Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-06-16T05:55:32.067Z] debconf: delaying package configuration, since apt-utils is not installed [2021-06-16T05:55:32.067Z] Fetched 7663 kB in 1s (10.5 MB/s) [2021-06-16T05:55:32.067Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-06-16T05:55:32.067Z] (Reading database ... 13933 files and directories currently installed.) [2021-06-16T05:55:32.067Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-06-16T05:55:32.067Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-06-16T05:55:32.328Z] Selecting previously unselected package libpsl5:amd64. [2021-06-16T05:55:32.328Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-06-16T05:55:32.328Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-06-16T05:55:32.328Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-06-16T05:55:32.328Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-06-16T05:55:32.328Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-06-16T05:55:32.328Z] Selecting previously unselected package librtmp1:amd64. [2021-06-16T05:55:32.328Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-06-16T05:55:32.328Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-06-16T05:55:32.590Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-06-16T05:55:32.590Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-06-16T05:55:32.590Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-06-16T05:55:32.590Z] Selecting previously unselected package liberror-perl. [2021-06-16T05:55:32.590Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-06-16T05:55:32.590Z] Unpacking liberror-perl (0.17025-1) ... [2021-06-16T05:55:32.590Z] Selecting previously unselected package git-man. [2021-06-16T05:55:32.590Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-06-16T05:55:32.590Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-06-16T05:55:32.851Z] Selecting previously unselected package git. [2021-06-16T05:55:32.851Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-06-16T05:55:32.851Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-06-16T05:55:33.140Z] Selecting previously unselected package libnorm1:amd64. [2021-06-16T05:55:33.140Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-06-16T05:55:33.140Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-06-16T05:55:33.571Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-06-16T05:55:33.572Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-06-16T05:55:33.572Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-06-16T05:55:33.572Z] Selecting previously unselected package libsodium23:amd64. [2021-06-16T05:55:33.572Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-06-16T05:55:33.572Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-06-16T05:55:33.572Z] Selecting previously unselected package libzmq5:amd64. [2021-06-16T05:55:33.572Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-06-16T05:55:33.572Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T05:55:33.572Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-06-16T05:55:33.572Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-06-16T05:55:33.572Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T05:55:33.887Z] Selecting previously unselected package pkg-config. [2021-06-16T05:55:33.887Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-06-16T05:55:33.887Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-06-16T05:55:33.888Z] Selecting previously unselected package zip. [2021-06-16T05:55:33.888Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-06-16T05:55:33.888Z] Unpacking zip (3.0-11build1) ... [2021-06-16T05:55:33.888Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-06-16T05:55:33.888Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-06-16T05:55:33.888Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-06-16T05:55:33.888Z] Setting up liberror-perl (0.17025-1) ... [2021-06-16T05:55:33.888Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-06-16T05:55:33.888Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-06-16T05:55:33.888Z] No schema files found: doing nothing. [2021-06-16T05:55:33.888Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-06-16T05:55:33.888Z] Setting up zip (3.0-11build1) ... [2021-06-16T05:55:33.888Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-06-16T05:55:33.888Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-06-16T05:55:33.888Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-06-16T05:55:33.888Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T05:55:33.888Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-06-16T05:55:33.888Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-06-16T05:55:33.888Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-06-16T05:55:33.888Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-06-16T05:55:34.608Z] git set to automatically installed. [2021-06-16T05:55:34.608Z] git-man set to automatically installed. [2021-06-16T05:55:34.608Z] libcurl3-gnutls set to automatically installed. [2021-06-16T05:55:34.608Z] liberror-perl set to automatically installed. [2021-06-16T05:55:34.608Z] libglib2.0-0 set to automatically installed. [2021-06-16T05:55:34.608Z] libnghttp2-14 set to automatically installed. [2021-06-16T05:55:34.608Z] libnorm1 set to automatically installed. [2021-06-16T05:55:34.608Z] libpgm-5.2-0 set to automatically installed. [2021-06-16T05:55:34.608Z] libpsl5 set to automatically installed. [2021-06-16T05:55:34.608Z] librtmp1 set to automatically installed. [2021-06-16T05:55:34.608Z] libsodium23 set to automatically installed. [2021-06-16T05:55:34.608Z] libzmq3-dev set to automatically installed. [2021-06-16T05:55:34.608Z] libzmq5 set to automatically installed. [2021-06-16T05:55:34.608Z] pkg-config set to automatically installed. [2021-06-16T05:55:34.608Z] zip set to automatically installed. [2021-06-16T05:55:35.186Z] gofmt -l . [2021-06-16T05:55:35.186Z] [ "`gofmt -l .`" = "" ] [2021-06-16T05:55:35.186Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-06-16T05:55:35.869Z] + ls -al . [2021-06-16T05:55:35.869Z] total 544 [2021-06-16T05:55:35.869Z] drwxrwxr-x 9 1001 1001 4096 Jun 16 05:55 . [2021-06-16T05:55:35.869Z] drwxr-xr-x 4 root root 4096 Jun 16 05:51 .. [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 11 Jun 16 05:49 .dockerignore [2021-06-16T05:55:35.869Z] drwxrwxr-x 8 1001 1001 4096 Jun 16 05:49 .git [2021-06-16T05:55:35.869Z] drwxrwxr-x 3 1001 1001 4096 Jun 16 05:49 .github [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 818 Jun 16 05:49 .gitignore [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 166 Jun 16 05:49 .sonarcloud.properties [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 8609 Jun 16 05:49 Attribution.txt [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 3804 Jun 16 05:49 CONTRIBUTING.md [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 931 Jun 16 05:49 Dockerfile.build [2021-06-16T05:55:35.869Z] -rw-rw-r-- 1 1001 1001 849 Jun 16 05:49 Jenkinsfile [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 10775 Jun 16 05:49 LICENSE [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 5605 Jun 16 05:49 Makefile [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 7905 Jun 16 05:49 README.md [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 7071 Jun 16 05:49 SECURITY.md [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 5 Jun 16 05:44 VERSION [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 4131 Jun 16 05:49 ZMQWindows.md [2021-06-16T05:55:35.870Z] drwxrwxr-x 2 1001 1001 4096 Jun 16 05:49 bin [2021-06-16T05:55:35.870Z] drwxrwxr-x 14 1001 1001 4096 Jun 16 05:49 cmd [2021-06-16T05:55:35.870Z] -rw-r--r-- 1 root root 398195 Jun 16 05:54 coverage.out [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 841 Jun 16 05:49 go.mod [2021-06-16T05:55:35.870Z] -rw-r--r-- 1 root root 20843 Jun 16 05:51 go.sum [2021-06-16T05:55:35.870Z] drwxrwxr-x 7 1001 1001 4096 Jun 16 05:49 internal [2021-06-16T05:55:35.870Z] drwxrwxr-x 3 1001 1001 4096 Jun 16 05:49 openapi [2021-06-16T05:55:35.870Z] drwxrwxr-x 4 1001 1001 4096 Jun 16 05:49 snap [2021-06-16T05:55:35.870Z] -rw-rw-r-- 1 1001 1001 168 Jun 16 05:49 version.go [Pipeline] sh [2021-06-16T05:55:35.995Z] snapd is not logged in, snap install commands will use sudo [2021-06-16T05:55:36.567Z] + '[' -e coverage.out ] [2021-06-16T05:55:36.567Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-06-16T05:55:36.607Z] Warning: overwriting stash ‘coverage-report’ [2021-06-16T05:55:36.936Z] snap "core18" has no updates available [2021-06-16T05:55:37.424Z] Stashed 1 file(s) [Pipeline] sh [2021-06-16T05:55:37.878Z] snapd is not logged in, snap install commands will use sudo [2021-06-16T05:55:38.102Z] + make build [2021-06-16T05:55:38.102Z] go mod tidy [2021-06-16T05:55:38.701Z] 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-16T05:55:45.408Z] 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-16T05:55:47.881Z] go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed [2021-06-16T05:55:47.882Z] Downloading snap 'edgex-app-service-configurable' [2021-06-16T05:55:48.454Z] 2021/06/16 05:55:48.395288 store_download.go:482: Download size for https://api.snapcraft.io/api/v1/snaps/download/wW8JyHIizgTdIP8m6nZjdtvUCj5wEeoL_555.snap: 7307264 [2021-06-16T05:55:49.397Z] Pulling app-service-config [2021-06-16T05:55:49.397Z] + snapcraftctl pull [2021-06-16T05:55:52.149Z] Pulling config-common [2021-06-16T05:55:52.149Z] + snapcraftctl pull [2021-06-16T05:55:52.149Z] Pulling go-build-helper [2021-06-16T05:55:52.149Z] + snapcraftctl pull [2021-06-16T05:55:52.149Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2021-06-16T05:55:52.149Z] Skipping pull go-build-helper (already ran) [2021-06-16T05:55:52.149Z] Building go-build-helper [2021-06-16T05:55:52.149Z] + snapcraftctl build [2021-06-16T05:55:54.062Z] Staging go-build-helper [2021-06-16T05:55:54.062Z] + snapcraftctl stage [2021-06-16T05:56:02.243Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-06-16T05:56:02.243Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-06-16T05:56:02.243Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] [2021-06-16T05:56:02.243Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] [2021-06-16T05:56:02.243Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] [2021-06-16T05:56:02.243Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-06-16T05:56:02.243Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] [2021-06-16T05:56:02.244Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] [2021-06-16T05:56:02.244Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] [2021-06-16T05:56:02.244Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] [2021-06-16T05:56:02.244Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-06-16T05:56:02.244Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-06-16T05:56:02.244Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-06-16T05:56:02.244Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-06-16T05:56:02.244Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-06-16T05:56:02.244Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-06-16T05:56:02.244Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-06-16T05:56:02.244Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-06-16T05:56:02.244Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-06-16T05:56:02.244Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] [2021-06-16T05:56:02.244Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] [2021-06-16T05:56:02.244Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] [2021-06-16T05:56:02.244Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] [2021-06-16T05:56:02.244Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] [2021-06-16T05:56:02.244Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] [2021-06-16T05:56:02.244Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] [2021-06-16T05:56:02.244Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] [2021-06-16T05:56:02.244Z] Fetched 24.7 MB in 0s (0 B/s) [2021-06-16T05:56:02.244Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-06-16T05:56:02.244Z] Fetched 224 kB in 0s (0 B/s) [2021-06-16T05:56:02.244Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-06-16T05:56:02.244Z] Fetched 157 kB in 0s (0 B/s) [2021-06-16T05:56:02.244Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-06-16T05:56:02.244Z] Fetched 221 kB in 0s (0 B/s) [2021-06-16T05:56:02.244Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-06-16T05:56:02.244Z] Fetched 143 kB in 0s (0 B/s) [2021-06-16T05:56:02.244Z] Pulling edgex-go [2021-06-16T05:56:02.244Z] + snapcraftctl pull [2021-06-16T05:56:06.172Z] 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-16T05:56:08.807Z] 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-16T05:56:13.129Z] 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-16T05:56:13.407Z] 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-16T05:56:16.807Z] 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-16T05:56:20.217Z] 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-16T05:56:20.379Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-06-16T05:56:20.379Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-06-16T05:56:20.379Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-06-16T05:56:20.379Z] Fetched 0 B in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-06-16T05:56:20.379Z] Fetched 96.5 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-06-16T05:56:20.379Z] Fetched 279 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-06-16T05:56:20.379Z] Fetched 122 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-06-16T05:56:20.379Z] Fetched 77.8 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-06-16T05:56:20.379Z] Fetched 8848 B in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-06-16T05:56:20.379Z] Fetched 47.8 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-06-16T05:56:20.379Z] Fetched 45.6 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-06-16T05:56:20.379Z] Fetched 15.0 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-06-16T05:56:20.379Z] Fetched 219 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-06-16T05:56:20.379Z] Fetched 154 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-06-16T05:56:20.379Z] Fetched 50.6 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-06-16T05:56:20.379Z] Fetched 14.8 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-06-16T05:56:20.379Z] Fetched 41.8 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-06-16T05:56:20.379Z] Fetched 499 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-06-16T05:56:20.379Z] Fetched 111 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-06-16T05:56:20.379Z] Fetched 240 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-06-16T05:56:20.379Z] Fetched 29.3 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-06-16T05:56:20.379Z] Fetched 85.5 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-06-16T05:56:20.379Z] Fetched 24.5 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-06-16T05:56:20.379Z] Fetched 49.2 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-06-16T05:56:20.379Z] Fetched 54.2 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-06-16T05:56:20.379Z] Fetched 30.8 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-06-16T05:56:20.379Z] Fetched 15.8 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-06-16T05:56:20.379Z] Fetched 85.9 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-06-16T05:56:20.379Z] Fetched 8720 B in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] [2021-06-16T05:56:20.379Z] Fetched 137 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-06-16T05:56:20.379Z] Fetched 119 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] [2021-06-16T05:56:20.379Z] Fetched 110 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-06-16T05:56:20.379Z] Fetched 11.1 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-06-16T05:56:20.379Z] Fetched 645 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-06-16T05:56:20.379Z] Fetched 41.3 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-06-16T05:56:20.379Z] Fetched 17.9 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-06-16T05:56:20.379Z] Fetched 368 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-06-16T05:56:20.379Z] Fetched 187 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-06-16T05:56:20.379Z] Fetched 175 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-06-16T05:56:20.379Z] Fetched 206 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-06-16T05:56:20.379Z] Fetched 1301 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-06-16T05:56:20.379Z] Fetched 36.2 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-06-16T05:56:20.379Z] Fetched 159 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-06-16T05:56:20.379Z] Fetched 107 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-06-16T05:56:20.379Z] Fetched 48.7 kB in 0s (0 B/s) [2021-06-16T05:56:20.379Z] Pulling static-packages [2021-06-16T05:56:20.379Z] + snapcraftctl pull [2021-06-16T05:56:20.379Z] Pulling version [2021-06-16T05:56:20.379Z] + cd /root/project [2021-06-16T05:56:20.379Z] + git describe --tags --abbrev=0 [2021-06-16T05:56:20.379Z] + sed s/v// [2021-06-16T05:56:20.379Z] + GIT_VERSION=2.0.0-dev.265 [2021-06-16T05:56:20.379Z] + [ -z 2.0.0-dev.265 ] [2021-06-16T05:56:20.379Z] + snapcraftctl set-version 2.0.0-dev.265 [2021-06-16T05:56:20.379Z] Building app-service-config [2021-06-16T05:56:20.379Z] + snapcraftctl build [2021-06-16T05:56:22.293Z] Building config-common [2021-06-16T05:56:22.294Z] + snapcraftctl build [2021-06-16T05:56:22.840Z] 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-16T05:56:23.956Z] Skipping build go-build-helper (already ran) [2021-06-16T05:56:24.217Z] Building edgex-go [2021-06-16T05:56:24.478Z] + cd /root/parts/edgex-go/src [2021-06-16T05:56:24.478Z] + make build [2021-06-16T05:56:24.478Z] go mod tidy [2021-06-16T05:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.66 [2021-06-16T05:56:25.867Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-06-16T05:56:25.867Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.100 [2021-06-16T05:56:26.129Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-06-16T05:56:26.129Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.16 [2021-06-16T05:56:26.129Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-06-16T05:56:26.129Z] go: downloading github.com/google/uuid v1.2.0 [2021-06-16T05:56:26.129Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-06-16T05:56:26.129Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-06-16T05:56:26.129Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-06-16T05:56:26.129Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.26 [2021-06-16T05:56:26.129Z] go: downloading github.com/lib/pq v1.10.2 [2021-06-16T05:56:26.398Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-06-16T05:56:26.398Z] go: downloading github.com/pelletier/go-toml v1.9.2 [2021-06-16T05:56:27.136Z] 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-16T05:56:27.342Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-06-16T05:56:27.342Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.10 [2021-06-16T05:56:27.342Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.8 [2021-06-16T05:56:27.342Z] go: downloading github.com/go-playground/validator/v10 v10.6.1 [2021-06-16T05:56:27.605Z] go: downloading github.com/go-kit/kit v0.9.0 [2021-06-16T05:56:27.605Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-16T05:56:27.605Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-16T05:56:27.605Z] go: downloading github.com/stretchr/objx v0.1.0 [2021-06-16T05:56:27.605Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-06-16T05:56:27.605Z] go: downloading github.com/x448/float16 v0.8.4 [2021-06-16T05:56:27.605Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2021-06-16T05:56:27.605Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-06-16T05:56:27.868Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-06-16T05:56:27.868Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-06-16T05:56:27.868Z] go: downloading golang.org/x/text v0.3.2 [2021-06-16T05:56:27.868Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2021-06-16T05:56:27.868Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-06-16T05:56:27.868Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2021-06-16T05:56:27.868Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2021-06-16T05:56:28.127Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-06-16T05:56:28.127Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-06-16T05:56:28.127Z] go: downloading github.com/go-stack/stack v1.8.0 [2021-06-16T05:56:28.127Z] go: downloading github.com/kr/pretty v0.2.0 [2021-06-16T05:56:28.388Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-06-16T05:56:28.388Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-06-16T05:56:28.388Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-06-16T05:56:28.388Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2021-06-16T05:56:28.388Z] go: downloading github.com/onsi/gomega v1.7.0 [2021-06-16T05:56:28.388Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-06-16T05:56:28.650Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-06-16T05:56:28.650Z] go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2021-06-16T05:56:28.650Z] go: downloading github.com/kr/text v0.1.0 [2021-06-16T05:56:28.650Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-06-16T05:56:28.650Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-06-16T05:56:28.650Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-16T05:56:28.650Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-06-16T05:56:28.650Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-06-16T05:56:28.650Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-06-16T05:56:28.911Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-06-16T05:56:28.911Z] go: downloading github.com/hashicorp/consul/sdk v0.7.0 [2021-06-16T05:56:28.911Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2021-06-16T05:56:28.911Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-06-16T05:56:28.911Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-16T05:56:28.911Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-16T05:56:28.911Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-16T05:56:28.911Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-16T05:56:28.911Z] go: downloading github.com/pkg/errors v0.8.1 [2021-06-16T05:56:28.911Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-06-16T05:56:28.911Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2021-06-16T05:56:29.114Z] 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-16T05:56:29.172Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2021-06-16T05:56:29.172Z] go: downloading github.com/hpcloud/tail v1.0.0 [2021-06-16T05:56:29.172Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2021-06-16T05:56:29.172Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-06-16T05:56:29.172Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2021-06-16T05:56:29.172Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2021-06-16T05:56:29.172Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2021-06-16T05:56:29.172Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2021-06-16T05:56:29.172Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2021-06-16T05:56:29.172Z] go: downloading github.com/miekg/dns v1.1.26 [2021-06-16T05:56:29.172Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2021-06-16T05:56:29.172Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-06-16T05:56:29.172Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2021-06-16T05:56:29.172Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2021-06-16T05:56:29.172Z] 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-16T05:56:32.506Z] 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-16T05:56:37.948Z] $ docker stop --time=1 3c31be9501e49879404ce9e1b4ec07f9ce1198db0926e58fd0dd7fbb88f1662f [2021-06-16T05:56:39.172Z] 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-16T05:56:40.556Z] $ docker rm -f 3c31be9501e49879404ce9e1b4ec07f9ce1198db0926e58fd0dd7fbb88f1662f [2021-06-16T05:56:41.722Z] 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:56:42.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T05:56:42.663Z] 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-16T05:56:42.873Z] [2021-06-16T05:56:42.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:56:43.287Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T05:56:43.563Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-06-16T05:56:43.563Z] 29e5d40040c1: Pulling fs layer [2021-06-16T05:56:43.563Z] 1ce36da41761: Pulling fs layer [2021-06-16T05:56:43.563Z] 25b303627fd3: Pulling fs layer [2021-06-16T05:56:44.054Z] 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-16T05:56:44.161Z] 29e5d40040c1: Verifying Checksum [2021-06-16T05:56:44.161Z] 29e5d40040c1: Download complete [2021-06-16T05:56:44.317Z] 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-16T05:56:44.760Z] 1ce36da41761: Verifying Checksum [2021-06-16T05:56:44.760Z] 1ce36da41761: Download complete [2021-06-16T05:56:44.760Z] 29e5d40040c1: Pull complete [2021-06-16T05:56:45.704Z] 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-16T05:56:46.196Z] 1ce36da41761: Pull complete [2021-06-16T05:56:46.196Z] 25b303627fd3: Download complete [2021-06-16T05:56:46.652Z] 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-16T05:56:47.598Z] 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-16T05:56:48.994Z] 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-16T05:56:49.939Z] 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-16T05:56:50.881Z] 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-16T05:56:52.273Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-06-16T05:56:52.273Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-06-16T05:56:52.273Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-06-16T05:56:52.273Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-06-16T05:56:52.273Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-06-16T05:56:52.273Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-06-16T05:56:52.273Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-06-16T05:56:52.274Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-06-16T05:56:52.274Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-06-16T05:56:52.274Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-06-16T05:56:52.274Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-06-16T05:56:52.274Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-06-16T05:56:52.274Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-06-16T05:56:52.274Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-06-16T05:56:52.274Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-06-16T05:56:52.274Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-06-16T05:56:52.274Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-06-16T05:56:52.274Z] + 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-16T05:56:52.274Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-06-16T05:56:52.274Z] + 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-16T05:56:52.274Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-06-16T05:56:52.274Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-06-16T05:56:52.274Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-06-16T05:56:52.535Z] + 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-16T05:56:52.535Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-06-16T05:56:52.535Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-06-16T05:56:52.535Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-06-16T05:56:55.084Z] Building static-packages [2021-06-16T05:56:55.085Z] + snapcraftctl build [2021-06-16T05:56:56.354Z] 25b303627fd3: Pull complete [2021-06-16T05:56:56.354Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-06-16T05:56:56.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T05:56:56.354Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-06-16T05:56:56.596Z] prd-ubuntu18.04-docker-arm64-4c-16g-1647 does not seem to be running inside a container [2021-06-16T05:56:56.664Z] $ 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-16T05:56:57.005Z] Building version [2021-06-16T05:56:57.006Z] + snapcraftctl build [2021-06-16T05:56:58.938Z] Staging app-service-config [2021-06-16T05:56:58.938Z] + snapcraftctl stage [2021-06-16T05:56:59.420Z] $ docker top 54a34e7be495c4e12b92e2793e7caed2bf7093d8461cbbb80dd4dcde766abf9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T05:56:59.885Z] Staging config-common [2021-06-16T05:56:59.885Z] + snapcraftctl stage [2021-06-16T05:57:00.447Z] + docker-compose build --help [2021-06-16T05:57:00.447Z] + grep parallel [2021-06-16T05:57:00.826Z] Skipping stage go-build-helper (already ran) [2021-06-16T05:57:00.826Z] Staging edgex-go [2021-06-16T05:57:00.826Z] + snapcraftctl stage [2021-06-16T05:57:01.769Z] Staging static-packages [2021-06-16T05:57:01.769Z] + snapcraftctl stage [2021-06-16T05:57:03.156Z] Staging version [2021-06-16T05:57:03.156Z] + snapcraftctl stage [2021-06-16T05:57:03.728Z] Priming app-service-config [2021-06-16T05:57:03.728Z] + snapcraftctl prime [2021-06-16T05:57:03.824Z] --parallel Build images in parallel. [Pipeline] } [2021-06-16T05:57:04.121Z] $ docker stop --time=1 54a34e7be495c4e12b92e2793e7caed2bf7093d8461cbbb80dd4dcde766abf9d [2021-06-16T05:57:05.121Z] Priming config-common [2021-06-16T05:57:05.122Z] + snapcraftctl prime [2021-06-16T05:57:05.967Z] $ docker rm -f 54a34e7be495c4e12b92e2793e7caed2bf7093d8461cbbb80dd4dcde766abf9d [2021-06-16T05:57:06.129Z] Priming go-build-helper [2021-06-16T05:57:06.129Z] + snapcraftctl prime [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-16T05:57:06.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-06-16T05:57:06.871Z] . [2021-06-16T05:57:06.879Z] Priming edgex-go [2021-06-16T05:57:06.879Z] + snapcraftctl prime [Pipeline] withDockerContainer [2021-06-16T05:57:07.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-1647 does not seem to be running inside a container [2021-06-16T05:57:07.230Z] $ 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-16T05:57:08.267Z] Priming static-packages [2021-06-16T05:57:08.267Z] + snapcraftctl prime [2021-06-16T05:57:08.747Z] $ docker top 6e37dd22fec32e50f53d8cde8e6bf72189fa5c3fb2565a43a33650b670349ef3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T05:57:09.800Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-06-16T05:57:10.816Z] Priming version [2021-06-16T05:57:10.816Z] + snapcraftctl prime [2021-06-16T05:57:11.763Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-06-16T05:57:13.177Z] Building core-command ... [2021-06-16T05:57:13.177Z] Building core-data ... [2021-06-16T05:57:13.177Z] Building core-metadata ... [2021-06-16T05:57:13.177Z] Building security-bootstrapper ... [2021-06-16T05:57:13.177Z] Building security-proxy-setup ... [2021-06-16T05:57:13.177Z] Building security-secretstore-setup ... [2021-06-16T05:57:13.177Z] Building support-notifications ... [2021-06-16T05:57:13.177Z] Building support-scheduler ... [2021-06-16T05:57:13.177Z] Building sys-mgmt-agent ... [2021-06-16T05:57:13.177Z] Building core-data [2021-06-16T05:57:13.177Z] Building security-bootstrapper [2021-06-16T05:57:13.177Z] Building support-notifications [2021-06-16T05:57:13.177Z] Building core-metadata [2021-06-16T05:57:13.177Z] Building security-proxy-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-16T05:58:21.287Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:58:21.287Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:58:21.287Z] ---> bf813325916e [2021-06-16T05:58:21.287Z] Step 3/32 : WORKDIR /edgex-go [2021-06-16T05:58:22.300Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:58:22.300Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:58:22.300Z] ---> bf813325916e [2021-06-16T05:58:22.300Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T05:58:22.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:58:22.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:58:22.897Z] ---> bf813325916e [2021-06-16T05:58:22.897Z] Step 3/22 : WORKDIR /edgex-go [2021-06-16T05:58:22.897Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:58:22.897Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:58:22.897Z] ---> bf813325916e [2021-06-16T05:58:22.897Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T05:58:22.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T05:58:22.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T05:58:22.897Z] ---> bf813325916e [2021-06-16T05:58:22.897Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T05:58:24.878Z] ---> Running in 497b123bcb80 [2021-06-16T05:58:24.878Z] ---> Running in 23bdb9fcedef [2021-06-16T05:58:24.878Z] ---> Running in 08094f4cf510 [2021-06-16T05:58:24.878Z] ---> Running in b576deb17268 [2021-06-16T05:58:24.878Z] ---> Running in e93af0e50148 [2021-06-16T05:58:25.475Z] Removing intermediate container 08094f4cf510 [2021-06-16T05:58:25.475Z] ---> fa70b84158fd [2021-06-16T05:58:25.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:58:25.475Z] Removing intermediate container 23bdb9fcedef [2021-06-16T05:58:25.475Z] ---> 090184b1c096 [2021-06-16T05:58:25.475Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:58:25.475Z] Removing intermediate container 497b123bcb80 [2021-06-16T05:58:25.475Z] ---> 5d401fed9a65 [2021-06-16T05:58:25.475Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:58:25.749Z] Removing intermediate container b576deb17268 [2021-06-16T05:58:25.749Z] ---> 6214612cd0af [2021-06-16T05:58:25.749Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:58:25.749Z] Removing intermediate container e93af0e50148 [2021-06-16T05:58:25.749Z] ---> 0e47cde89885 [2021-06-16T05:58:25.749Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T05:58:25.749Z] ---> Running in 4ca6a7045f81 [2021-06-16T05:58:25.749Z] ---> Running in 2a829dcfa75e [2021-06-16T05:58:25.749Z] ---> Running in 30101ef22d55 [2021-06-16T05:58:26.023Z] ---> Running in 6c9d0983a66d [2021-06-16T05:58:26.023Z] ---> Running in 3581f762e870 [2021-06-16T05:58:30.360Z] Removing intermediate container 4ca6a7045f81 [2021-06-16T05:58:30.360Z] ---> de6db5c65a97 [2021-06-16T05:58:30.360Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-06-16T05:58:30.360Z] Removing intermediate container 2a829dcfa75e [2021-06-16T05:58:30.360Z] ---> 95ddeb53cc52 [2021-06-16T05:58:30.360Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-06-16T05:58:30.360Z] ---> Running in 4af0f807b624 [2021-06-16T05:58:30.360Z] ---> Running in ba2e0fd5db67 [2021-06-16T05:58:30.360Z] Removing intermediate container 3581f762e870 [2021-06-16T05:58:30.360Z] ---> b5dbeb4ada85 [2021-06-16T05:58:30.360Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-06-16T05:58:30.360Z] Removing intermediate container 30101ef22d55 [2021-06-16T05:58:30.360Z] ---> 17612c1345b6 [2021-06-16T05:58:30.360Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-06-16T05:58:30.360Z] Removing intermediate container 6c9d0983a66d [2021-06-16T05:58:30.360Z] ---> 2521c7ce4aff [2021-06-16T05:58:30.360Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T05:58:30.637Z] ---> Running in 95c0f498bbc2 [2021-06-16T05:58:30.637Z] ---> Running in 575a02394ef6 [2021-06-16T05:58:30.637Z] ---> Running in a6118364da68 [2021-06-16T05:58:32.091Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:32.367Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:32.642Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:32.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:32.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:32.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:33.193Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:33.466Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:33.748Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:33.748Z] OK: 218 MiB in 52 packages [2021-06-16T05:58:34.373Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T05:58:34.373Z] OK: 218 MiB in 52 packages [2021-06-16T05:58:34.651Z] OK: 218 MiB in 52 packages [2021-06-16T05:58:34.934Z] OK: 218 MiB in 52 packages [2021-06-16T05:58:35.212Z] OK: 218 MiB in 52 packages [2021-06-16T05:58:35.821Z] Removing intermediate container 4af0f807b624 [2021-06-16T05:58:35.821Z] ---> 4d59d918b73c [2021-06-16T05:58:35.821Z] Step 6/23 : COPY go.mod . [2021-06-16T05:58:36.430Z] Removing intermediate container ba2e0fd5db67 [2021-06-16T05:58:36.430Z] ---> f64e9e26badf [2021-06-16T05:58:36.430Z] Step 6/22 : COPY go.mod . [2021-06-16T05:58:36.430Z] Removing intermediate container 95c0f498bbc2 [2021-06-16T05:58:36.430Z] ---> 9ee8997c4033 [2021-06-16T05:58:36.430Z] Step 6/24 : COPY go.mod . [2021-06-16T05:58:36.705Z] Removing intermediate container 575a02394ef6 [2021-06-16T05:58:36.705Z] ---> 9a21a790ea21 [2021-06-16T05:58:36.705Z] Step 6/32 : COPY go.mod . [2021-06-16T05:58:36.979Z] ---> 7ed4e0b80812 [2021-06-16T05:58:36.979Z] Step 7/23 : RUN go mod download [2021-06-16T05:58:36.979Z] Removing intermediate container a6118364da68 [2021-06-16T05:58:36.979Z] ---> 0a582760cc92 [2021-06-16T05:58:36.979Z] Step 6/24 : COPY go.mod . [2021-06-16T05:58:36.979Z] ---> Running in bc789be18264 [2021-06-16T05:58:37.588Z] ---> e5b4d90975a6 [2021-06-16T05:58:37.588Z] Step 7/22 : RUN go mod download [2021-06-16T05:58:37.872Z] ---> fecb7549ed26 [2021-06-16T05:58:37.872Z] Step 7/24 : RUN go mod download [2021-06-16T05:58:37.872Z] ---> Running in 84fc3bb3a278 [2021-06-16T05:58:37.872Z] ---> Running in bdcb8b167328 [2021-06-16T05:58:38.149Z] ---> 856a9bbb36e7 [2021-06-16T05:58:38.149Z] Step 7/32 : RUN go mod download [2021-06-16T05:58:38.429Z] ---> Running in 7acea341644e [2021-06-16T05:58:38.429Z] ---> a07a33e1abf8 [2021-06-16T05:58:38.429Z] Step 7/24 : RUN go mod download [2021-06-16T05:58:38.708Z] ---> Running in c6fde3a00885 [2021-06-16T05:58:41.390Z] Removing intermediate container bc789be18264 [2021-06-16T05:58:41.390Z] ---> fc612a53f949 [2021-06-16T05:58:41.390Z] Step 8/23 : COPY . . [2021-06-16T05:58:42.386Z] Removing intermediate container 84fc3bb3a278 [2021-06-16T05:58:42.386Z] ---> 861fa92c520a [2021-06-16T05:58:42.386Z] Step 8/22 : COPY . . [2021-06-16T05:58:44.386Z] Removing intermediate container 7acea341644e [2021-06-16T05:58:44.386Z] ---> e9a14b4c0cae [2021-06-16T05:58:44.386Z] Step 8/32 : COPY . . [2021-06-16T05:58:45.385Z] Removing intermediate container c6fde3a00885 [2021-06-16T05:58:45.385Z] ---> 6fbe8a91f553 [2021-06-16T05:58:45.385Z] Step 8/24 : COPY . . [2021-06-16T05:58:45.385Z] Removing intermediate container bdcb8b167328 [2021-06-16T05:58:45.385Z] ---> 989e1e842e4a [2021-06-16T05:58:45.385Z] Step 8/24 : COPY . . [2021-06-16T05:59:09.249Z] ---> b3d4bd8301a4 [2021-06-16T05:59:09.249Z] Step 9/23 : RUN go mod tidy [2021-06-16T05:59:09.249Z] ---> c5ae24227fc7 [2021-06-16T05:59:09.249Z] Step 9/22 : RUN go mod tidy [2021-06-16T05:59:09.249Z] ---> 60c33336e1f4 [2021-06-16T05:59:09.249Z] Step 9/32 : RUN go mod tidy [2021-06-16T05:59:09.249Z] ---> 30a71f4f5dbf [2021-06-16T05:59:09.249Z] Step 9/24 : RUN go mod tidy [2021-06-16T05:59:09.249Z] ---> b13a24cf860b [2021-06-16T05:59:09.249Z] Step 9/24 : RUN go mod tidy [2021-06-16T05:59:09.249Z] ---> Running in 00ea9a9c50d5 [2021-06-16T05:59:09.249Z] ---> Running in 26bce924c4a2 [2021-06-16T05:59:09.249Z] ---> Running in 23b455b6ef55 [2021-06-16T05:59:09.249Z] ---> Running in 81d7fbbfba48 [2021-06-16T05:59:09.249Z] ---> Running in 9f2466edd733 [2021-06-16T05:59:14.687Z] Removing intermediate container 00ea9a9c50d5 [2021-06-16T05:59:14.687Z] ---> 6a5d8b7dfffe [2021-06-16T05:59:14.687Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-06-16T05:59:14.687Z] Removing intermediate container 26bce924c4a2 [2021-06-16T05:59:14.687Z] ---> 24841c758e86 [2021-06-16T05:59:14.687Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-06-16T05:59:14.687Z] ---> Running in 117a99e60542 [2021-06-16T05:59:14.687Z] ---> Running in 130572c1f1e9 [2021-06-16T05:59:14.687Z] Removing intermediate container 23b455b6ef55 [2021-06-16T05:59:14.687Z] ---> 0b840039b074 [2021-06-16T05:59:14.687Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-06-16T05:59:14.964Z] Removing intermediate container 81d7fbbfba48 [2021-06-16T05:59:14.964Z] ---> d554e181c742 [2021-06-16T05:59:14.964Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-06-16T05:59:14.964Z] ---> Running in c77d6cf66613 [2021-06-16T05:59:14.964Z] Removing intermediate container 9f2466edd733 [2021-06-16T05:59:14.964Z] ---> fb6bb48a3a30 [2021-06-16T05:59:14.964Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-06-16T05:59:15.237Z] ---> Running in fb2c80e749a1 [2021-06-16T05:59:15.526Z] ---> Running in cab882c101e4 [2021-06-16T05:59:17.003Z] 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-16T05:59:17.296Z] 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-16T05:59:17.296Z] 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-16T05:59:17.906Z] 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-16T05:59:17.906Z] 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-16T06:01:13.433Z] 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-16T06:01:17.828Z] Removing intermediate container fb2c80e749a1 [2021-06-16T06:01:17.828Z] ---> 109363b7adb3 [2021-06-16T06:01:17.828Z] [2021-06-16T06:01:17.828Z] Step 11/32 : FROM alpine:3.12 [2021-06-16T06:01:18.125Z] Removing intermediate container 117a99e60542 [2021-06-16T06:01:18.125Z] ---> 8d4e3467ce00 [2021-06-16T06:01:18.125Z] [2021-06-16T06:01:18.125Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T06:01:18.403Z] Removing intermediate container 130572c1f1e9 [2021-06-16T06:01:18.403Z] ---> fce5dc84bad5 [2021-06-16T06:01:18.403Z] [2021-06-16T06:01:18.403Z] Step 11/22 : FROM alpine:3.12 [2021-06-16T06:01:18.685Z] 3.12: Pulling from library/alpine [2021-06-16T06:01:18.685Z] 3.12: Pulling from library/alpine [2021-06-16T06:01:19.288Z] 3.12: Pulling from library/alpine [2021-06-16T06:01:20.277Z] Removing intermediate container cab882c101e4 [2021-06-16T06:01:20.277Z] ---> ad72e366b8e3 [2021-06-16T06:01:20.277Z] [2021-06-16T06:01:20.277Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T06:01:20.277Z] 3.12: Pulling from library/alpine [2021-06-16T06:01:22.742Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T06:01:22.742Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T06:01:22.742Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T06:01:22.742Z] Status: Downloaded newer image for alpine:3.12 [2021-06-16T06:01:22.742Z] Status: Image is up to date for alpine:3.12 [2021-06-16T06:01:22.742Z] Status: Downloaded newer image for alpine:3.12 [2021-06-16T06:01:22.742Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-16T06:01:22.742Z] Status: Image is up to date for alpine:3.12 [2021-06-16T06:01:22.742Z] ---> 9852663dfa18 [2021-06-16T06:01:22.742Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T06:01:22.742Z] ---> 9852663dfa18 [2021-06-16T06:01:22.742Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-06-16T06:01:22.742Z] ---> 9852663dfa18 [2021-06-16T06:01:22.742Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-06-16T06:01:22.742Z] ---> 9852663dfa18 [2021-06-16T06:01:22.742Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-06-16T06:01:22.742Z] ---> Running in 26c89b4d35bc [2021-06-16T06:01:22.742Z] ---> Running in 0a4dcc125abb [2021-06-16T06:01:22.742Z] ---> Running in 7a55c2470c47 [2021-06-16T06:01:22.742Z] ---> Running in 73a039b06453 [2021-06-16T06:01:22.742Z] Removing intermediate container 26c89b4d35bc [2021-06-16T06:01:22.742Z] ---> b0e3e7c74101 [2021-06-16T06:01:22.742Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-06-16T06:01:22.742Z] ---> Running in 6c40b2393910 [2021-06-16T06:01:23.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.634Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-06-16T06:01:24.634Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T06:01:24.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:24.919Z] OK: 5 MiB in 15 packages [2021-06-16T06:01:24.919Z] (1/2) Installing ca-certificates (20191127-r4) [2021-06-16T06:01:25.202Z] (1/4) Installing ca-certificates (20191127-r4) [2021-06-16T06:01:25.202Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-06-16T06:01:25.202Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T06:01:25.202Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T06:01:25.202Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T06:01:25.202Z] (3/4) Installing libcurl (7.77.0-r0) [2021-06-16T06:01:25.202Z] (4/4) Installing curl (7.77.0-r0) [2021-06-16T06:01:25.202Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T06:01:25.202Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T06:01:25.491Z] OK: 6 MiB in 16 packages [2021-06-16T06:01:25.491Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-06-16T06:01:25.491Z] (2/2) Installing su-exec (0.2-r1) [2021-06-16T06:01:25.491Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T06:01:25.491Z] OK: 5 MiB in 16 packages [2021-06-16T06:01:25.491Z] OK: 7 MiB in 18 packages [2021-06-16T06:01:26.941Z] Removing intermediate container c77d6cf66613 [2021-06-16T06:01:26.941Z] ---> abaad86abb90 [2021-06-16T06:01:26.941Z] [2021-06-16T06:01:26.941Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T06:01:26.941Z] ---> 9852663dfa18 [2021-06-16T06:01:26.941Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-06-16T06:01:27.218Z] ---> Running in fc28dc6c9532 [2021-06-16T06:01:27.219Z] Removing intermediate container 73a039b06453 [2021-06-16T06:01:27.219Z] ---> cd6fed9d4bb3 [2021-06-16T06:01:27.219Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T06:01:27.824Z] ---> Running in 1e556fe98995 [2021-06-16T06:01:28.437Z] Removing intermediate container 6c40b2393910 [2021-06-16T06:01:28.437Z] ---> f97229f8f899 [2021-06-16T06:01:28.437Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-06-16T06:01:28.437Z] Removing intermediate container 0a4dcc125abb [2021-06-16T06:01:28.437Z] ---> d22a24ad3eba [2021-06-16T06:01:28.437Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T06:01:28.437Z] Removing intermediate container fc28dc6c9532 [2021-06-16T06:01:28.437Z] ---> 74cb396162b1 [2021-06-16T06:01:28.437Z] Step 13/24 : ENV APP_PORT=59880 [2021-06-16T06:01:28.715Z] ---> Running in 7c93d6dfe85e [2021-06-16T06:01:28.715Z] Removing intermediate container 1e556fe98995 [2021-06-16T06:01:28.715Z] ---> 673630aac16c [2021-06-16T06:01:28.715Z] Step 14/24 : ENV APP_PORT=59881 [2021-06-16T06:01:28.715Z] Removing intermediate container 7a55c2470c47 [2021-06-16T06:01:28.715Z] ---> 4980b8f42e5e [2021-06-16T06:01:28.715Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T06:01:28.993Z] ---> Running in b3fda658bfd1 [2021-06-16T06:01:28.993Z] ---> Running in 7e4465f57ef8 [2021-06-16T06:01:28.993Z] ---> Running in 6d958ffffd08 [2021-06-16T06:01:28.993Z] ---> Running in 8236775b693e [2021-06-16T06:01:29.600Z] Removing intermediate container 7c93d6dfe85e [2021-06-16T06:01:29.600Z] ---> 7edb4a128d94 [2021-06-16T06:01:29.600Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-06-16T06:01:29.600Z] Removing intermediate container b3fda658bfd1 [2021-06-16T06:01:29.600Z] Removing intermediate container 7e4465f57ef8 [2021-06-16T06:01:29.600Z] ---> a6eb8dc7fdd0 [2021-06-16T06:01:29.600Z] Step 14/23 : ENV APP_PORT=59860 [2021-06-16T06:01:29.600Z] ---> ed3d6e3f150f [2021-06-16T06:01:29.600Z] Step 14/24 : EXPOSE $APP_PORT [2021-06-16T06:01:29.882Z] ---> Running in 3604b54a0fc0 [2021-06-16T06:01:29.882Z] ---> Running in 248885f274e8 [2021-06-16T06:01:29.882Z] ---> Running in e2f3226bbcbf [2021-06-16T06:01:29.882Z] Removing intermediate container 8236775b693e [2021-06-16T06:01:29.882Z] ---> f46e1e4b51c8 [2021-06-16T06:01:29.882Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T06:01:29.882Z] Removing intermediate container 6d958ffffd08 [2021-06-16T06:01:29.882Z] ---> d8e52c941419 [2021-06-16T06:01:29.882Z] Step 14/22 : WORKDIR /edgex [2021-06-16T06:01:30.161Z] ---> Running in ce2caf615e7e [2021-06-16T06:01:30.161Z] ---> Running in cc961f114610 [2021-06-16T06:01:30.443Z] Removing intermediate container 3604b54a0fc0 [2021-06-16T06:01:30.443Z] ---> c2f3a9def518 [2021-06-16T06:01:30.443Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-06-16T06:01:30.717Z] Removing intermediate container 248885f274e8 [2021-06-16T06:01:30.717Z] ---> 1ae65dcf2447 [2021-06-16T06:01:30.717Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T06:01:30.717Z] ---> Running in 75625141224c [2021-06-16T06:01:30.717Z] Removing intermediate container e2f3226bbcbf [2021-06-16T06:01:30.717Z] ---> 8a7fe6d3a6ef [2021-06-16T06:01:30.717Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T06:01:30.991Z] ---> Running in 89b272243d41 [2021-06-16T06:01:30.991Z] Removing intermediate container ce2caf615e7e [2021-06-16T06:01:30.991Z] ---> 1e95a93f624a [2021-06-16T06:01:30.991Z] Step 16/24 : WORKDIR / [2021-06-16T06:01:31.274Z] ---> Running in 37fc8cca4e45 [2021-06-16T06:01:31.274Z] Removing intermediate container cc961f114610 [2021-06-16T06:01:31.274Z] ---> 640ae4825c28 [2021-06-16T06:01:31.274Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-06-16T06:01:31.274Z] ---> Running in 82a5a6b0abff [2021-06-16T06:01:32.268Z] Removing intermediate container 37fc8cca4e45 [2021-06-16T06:01:32.268Z] ---> 982f40e64f24 [2021-06-16T06:01:32.268Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T06:01:32.268Z] Removing intermediate container 82a5a6b0abff [2021-06-16T06:01:32.268Z] ---> ea692c2b1c3a [2021-06-16T06:01:32.268Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T06:01:32.872Z] ---> ba1986027250 [2021-06-16T06:01:32.872Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-06-16T06:01:33.488Z] ---> 3bbf0f788604 [2021-06-16T06:01:33.488Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-06-16T06:01:33.765Z] ---> 5bbf976125b5 [2021-06-16T06:01:33.765Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-06-16T06:01:36.332Z] ---> ef930aae8427 [2021-06-16T06:01:36.332Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-06-16T06:01:36.332Z] Removing intermediate container 89b272243d41 [2021-06-16T06:01:36.332Z] ---> fb389c0cd396 [2021-06-16T06:01:36.332Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-06-16T06:01:36.332Z] Removing intermediate container 75625141224c [2021-06-16T06:01:36.332Z] ---> 12a46eac185d [2021-06-16T06:01:36.332Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-06-16T06:01:36.332Z] ---> f49582a2f2b9 [2021-06-16T06:01:36.332Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-06-16T06:01:36.332Z] ---> Running in 96bda67374dd [2021-06-16T06:01:36.332Z] ---> Running in e25d24044ce7 [2021-06-16T06:01:36.332Z] ---> 88bbbb606b5d [2021-06-16T06:01:36.332Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-06-16T06:01:36.332Z] ---> 16e8c096bdcb [2021-06-16T06:01:36.332Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-06-16T06:01:36.627Z] ---> Running in cf462c694750 [2021-06-16T06:01:36.627Z] Removing intermediate container e25d24044ce7 [2021-06-16T06:01:36.627Z] ---> 9846669af9b4 [2021-06-16T06:01:36.627Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-06-16T06:01:36.917Z] ---> 58f62a9bb678 [2021-06-16T06:01:36.917Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-06-16T06:01:37.234Z] ---> Running in 3d684d2cd862 [2021-06-16T06:01:37.509Z] ---> 58b5445641f7 [2021-06-16T06:01:37.509Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-06-16T06:01:37.789Z] ---> Running in 9694be18705e [2021-06-16T06:01:37.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:37.789Z] Removing intermediate container cf462c694750 [2021-06-16T06:01:37.789Z] ---> 2043c21cc10a [2021-06-16T06:01:37.789Z] Step 19/22 : CMD ["--init=true"] [2021-06-16T06:01:38.063Z] Removing intermediate container 3d684d2cd862 [2021-06-16T06:01:38.063Z] ---> 7d4fb099eb67 [2021-06-16T06:01:38.063Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T06:01:38.063Z] ---> Running in bf4e1bce37ee [2021-06-16T06:01:38.063Z] ---> 0af02203f7af [2021-06-16T06:01:38.063Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-06-16T06:01:38.342Z] ---> Running in 02ddd4d9cc58 [2021-06-16T06:01:38.342Z] ---> Running in a37000bffaf2 [2021-06-16T06:01:38.342Z] Removing intermediate container 9694be18705e [2021-06-16T06:01:38.342Z] ---> c7e967e251ee [2021-06-16T06:01:38.342Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T06:01:38.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:01:38.897Z] Removing intermediate container bf4e1bce37ee [2021-06-16T06:01:38.897Z] ---> 6749e76324d8 [2021-06-16T06:01:38.897Z] Step 20/22 : LABEL arch=arm64 [2021-06-16T06:01:38.897Z] ---> Running in 038aa6d0a8c4 [2021-06-16T06:01:38.897Z] ---> Running in cb938c7aa7e7 [2021-06-16T06:01:39.178Z] Removing intermediate container 02ddd4d9cc58 [2021-06-16T06:01:39.178Z] ---> f7c844490711 [2021-06-16T06:01:39.178Z] Step 21/23 : LABEL arch=arm64 [2021-06-16T06:01:39.454Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-06-16T06:01:39.454Z] (2/6) Installing libgcc (9.3.0-r2) [2021-06-16T06:01:39.454Z] ---> Running in 18e6bcec72de [2021-06-16T06:01:39.454Z] (3/6) Installing libsodium (1.0.18-r0) [2021-06-16T06:01:39.745Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-06-16T06:01:39.745Z] Removing intermediate container 038aa6d0a8c4 [2021-06-16T06:01:39.745Z] ---> 844a3ec4cd20 [2021-06-16T06:01:39.745Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T06:01:39.745Z] Removing intermediate container cb938c7aa7e7 [2021-06-16T06:01:39.745Z] ---> 87e81ad33316 [2021-06-16T06:01:39.746Z] Step 21/22 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:01:40.024Z] (5/6) Installing libzmq (4.3.3-r0) [2021-06-16T06:01:40.024Z] ---> Running in 3986f1a3f5c9 [2021-06-16T06:01:40.024Z] (6/6) Installing zeromq (4.3.3-r0) [2021-06-16T06:01:40.024Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T06:01:40.024Z] OK: 8 MiB in 20 packages [2021-06-16T06:01:40.024Z] ---> Running in c7203bdbca83 [2021-06-16T06:01:40.301Z] Removing intermediate container 18e6bcec72de [2021-06-16T06:01:40.301Z] ---> d54f729ee26f [2021-06-16T06:01:40.301Z] Step 22/23 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:01:40.301Z] ---> Running in 8c493f47b92e [2021-06-16T06:01:40.905Z] Removing intermediate container 3986f1a3f5c9 [2021-06-16T06:01:40.905Z] ---> e8d82dc35d84 [2021-06-16T06:01:40.905Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:01:41.190Z] Removing intermediate container c7203bdbca83 [2021-06-16T06:01:41.190Z] ---> 1444582a1be9 [2021-06-16T06:01:41.190Z] Step 22/22 : LABEL version=0.0.0 [2021-06-16T06:01:41.190Z] ---> Running in d6fdcf57ee0b [2021-06-16T06:01:41.473Z] Removing intermediate container 8c493f47b92e [2021-06-16T06:01:41.473Z] ---> 22b596be061d [2021-06-16T06:01:41.473Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T06:01:41.473Z] ---> Running in 734248674eeb [2021-06-16T06:01:41.748Z] ---> Running in 96d2ce4ef69c [2021-06-16T06:01:42.023Z] Removing intermediate container 96bda67374dd [2021-06-16T06:01:42.023Z] ---> 5e86fad2f61b [2021-06-16T06:01:42.023Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T06:01:42.023Z] Removing intermediate container d6fdcf57ee0b [2021-06-16T06:01:42.023Z] ---> b71c028daf60 [2021-06-16T06:01:42.023Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T06:01:42.301Z] Removing intermediate container 734248674eeb [2021-06-16T06:01:42.301Z] ---> 89a90dd93a65 [2021-06-16T06:01:42.301Z] [2021-06-16T06:01:42.301Z] Removing intermediate container a37000bffaf2 [2021-06-16T06:01:42.301Z] ---> 2707007825a7 [2021-06-16T06:01:42.301Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T06:01:42.301Z] ---> Running in fb29c6a2e41e [2021-06-16T06:01:42.582Z] Removing intermediate container 96d2ce4ef69c [2021-06-16T06:01:42.582Z] ---> e232cad07d3b [2021-06-16T06:01:42.582Z] [2021-06-16T06:01:42.861Z] Successfully built 89a90dd93a65 [2021-06-16T06:01:42.861Z] Successfully tagged security-proxy-setup-arm64:latest [2021-06-16T06:01:42.861Z]  Building security-proxy-setup ... done Building support-scheduler [2021-06-16T06:01:43.139Z] Successfully built e232cad07d3b [2021-06-16T06:01:43.139Z] ---> 91ebc979e704 [2021-06-16T06:01:43.139Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-06-16T06:01:43.139Z] Successfully tagged support-notifications-arm64:latest [2021-06-16T06:01:43.139Z]  Building support-notifications ... done Building security-secretstore-setup [2021-06-16T06:01:43.418Z] Removing intermediate container fb29c6a2e41e [2021-06-16T06:01:43.418Z] ---> 0b452370d06e [2021-06-16T06:01:43.418Z] [2021-06-16T06:01:43.418Z] ---> f64241fb4d32 [2021-06-16T06:01:43.418Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-06-16T06:01:43.703Z] Successfully built 0b452370d06e [2021-06-16T06:01:43.703Z] Successfully tagged core-metadata-arm64:latest [2021-06-16T06:01:43.979Z]  Building core-metadata ... done Building sys-mgmt-agent [2021-06-16T06:01:44.970Z] ---> 970e600c0edf [2021-06-16T06:01:44.970Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-06-16T06:01:45.252Z] ---> ee4a3628bc09 [2021-06-16T06:01:45.252Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-06-16T06:01:46.247Z] ---> 483e74c6ffd2 [2021-06-16T06:01:46.247Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-06-16T06:01:46.528Z] ---> c6dec26e4366 [2021-06-16T06:01:46.528Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-06-16T06:01:46.817Z] ---> Running in 9ae69b85fc8a [2021-06-16T06:01:47.817Z] Removing intermediate container 9ae69b85fc8a [2021-06-16T06:01:47.817Z] ---> 1259a44547c2 [2021-06-16T06:01:47.817Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T06:01:48.425Z] ---> f75dd23c4289 [2021-06-16T06:01:48.425Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-06-16T06:01:48.425Z] ---> Running in 3d0dd83fdd4b [2021-06-16T06:01:49.881Z] Removing intermediate container 3d0dd83fdd4b [2021-06-16T06:01:49.881Z] ---> 445f0fd62966 [2021-06-16T06:01:49.881Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T06:01:50.157Z] ---> b60a55a36b4b [2021-06-16T06:01:50.157Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-06-16T06:01:50.435Z] ---> Running in 7e362b89f844 [2021-06-16T06:01:51.037Z] ---> Running in 1984e344117c [2021-06-16T06:01:51.321Z] Removing intermediate container 7e362b89f844 [2021-06-16T06:01:51.321Z] ---> d909caad8af5 [2021-06-16T06:01:51.321Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:01:51.321Z] ---> Running in 1410f25257f4 [2021-06-16T06:01:51.599Z] Removing intermediate container 1984e344117c [2021-06-16T06:01:51.599Z] ---> 265e9c34eb31 [2021-06-16T06:01:51.599Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-06-16T06:01:51.880Z] Removing intermediate container 1410f25257f4 [2021-06-16T06:01:51.880Z] ---> c810e81cdf00 [2021-06-16T06:01:51.880Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T06:01:52.159Z] ---> Running in efbc6ce1b071 [2021-06-16T06:01:52.434Z] ---> 244a84ee6ba0 [2021-06-16T06:01:52.434Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-06-16T06:01:52.711Z] ---> Running in 0c66081e7e50 [2021-06-16T06:01:52.711Z] Removing intermediate container efbc6ce1b071 [2021-06-16T06:01:52.711Z] ---> d0cbd51ce97e [2021-06-16T06:01:52.711Z] [2021-06-16T06:01:53.325Z] Successfully built d0cbd51ce97e [2021-06-16T06:01:53.325Z] Successfully tagged core-data-arm64:latest [2021-06-16T06:01:53.325Z]  Building core-data ... done Building core-command [2021-06-16T06:01:55.314Z] Removing intermediate container 0c66081e7e50 [2021-06-16T06:01:55.314Z] ---> db5fe7fb13f5 [2021-06-16T06:01:55.314Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-06-16T06:01:55.921Z] ---> Running in 93591f13367d [2021-06-16T06:01:56.904Z] Removing intermediate container 93591f13367d [2021-06-16T06:01:56.904Z] ---> 05ebfd0726ac [2021-06-16T06:01:56.904Z] Step 29/32 : CMD ["gate"] [2021-06-16T06:01:57.502Z] ---> Running in d0fc30f05ab8 [2021-06-16T06:01:58.111Z] Removing intermediate container d0fc30f05ab8 [2021-06-16T06:01:58.112Z] ---> 9982bdaa4f79 [2021-06-16T06:01:58.112Z] Step 30/32 : LABEL arch=arm64 [2021-06-16T06:01:58.718Z] ---> Running in d44d6af45bd4 [2021-06-16T06:01:59.316Z] Removing intermediate container d44d6af45bd4 [2021-06-16T06:01:59.316Z] ---> 7fc8f355a39c [2021-06-16T06:01:59.316Z] Step 31/32 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:01:59.907Z] ---> Running in 880c7ce70943 [2021-06-16T06:02:00.185Z] Removing intermediate container 880c7ce70943 [2021-06-16T06:02:00.185Z] ---> 894b71493093 [2021-06-16T06:02:00.185Z] Step 32/32 : LABEL version=0.0.0 [2021-06-16T06:02:00.780Z] ---> Running in a2f0422410c1 [2021-06-16T06:02:01.401Z] Removing intermediate container a2f0422410c1 [2021-06-16T06:02:01.401Z] ---> 744a80dcaa4f [2021-06-16T06:02:01.401Z] [2021-06-16T06:02:01.678Z] Successfully built 744a80dcaa4f [2021-06-16T06:02:01.678Z] Successfully tagged security-bootstrapper-arm64:latest [2021-06-16T06:02:36.473Z]  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T06:02:36.473Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-06-16T06:02:36.473Z] ---> bf813325916e [2021-06-16T06:02:36.473Z] Step 3/26 : WORKDIR /edgex-go [2021-06-16T06:02:36.473Z] ---> Using cache [2021-06-16T06:02:36.473Z] ---> 0e47cde89885 [2021-06-16T06:02:36.473Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T06:02:36.473Z] ---> Using cache [2021-06-16T06:02:36.473Z] ---> b5dbeb4ada85 [2021-06-16T06:02:36.473Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-06-16T06:02:36.473Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T06:02:36.473Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-06-16T06:02:36.473Z] ---> bf813325916e [2021-06-16T06:02:36.473Z] Step 3/23 : WORKDIR /edgex-go [2021-06-16T06:02:36.473Z] ---> Using cache [2021-06-16T06:02:36.473Z] ---> 0e47cde89885 [2021-06-16T06:02:36.473Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T06:02:36.473Z] ---> Using cache [2021-06-16T06:02:36.473Z] ---> b5dbeb4ada85 [2021-06-16T06:02:36.473Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-06-16T06:02:36.473Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T06:02:36.473Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T06:02:36.473Z] ---> bf813325916e [2021-06-16T06:02:36.473Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T06:02:36.473Z] ---> Using cache [2021-06-16T06:02:36.473Z] ---> 0e47cde89885 [2021-06-16T06:02:36.473Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T06:02:36.473Z] ---> Using cache [2021-06-16T06:02:36.473Z] ---> b5dbeb4ada85 [2021-06-16T06:02:36.473Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-06-16T06:02:36.766Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-06-16T06:02:36.766Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-06-16T06:02:36.766Z] ---> bf813325916e [2021-06-16T06:02:36.766Z] Step 3/24 : WORKDIR /edgex-go [2021-06-16T06:02:36.766Z] ---> Using cache [2021-06-16T06:02:36.766Z] ---> 0e47cde89885 [2021-06-16T06:02:36.766Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-16T06:02:36.766Z] ---> Using cache [2021-06-16T06:02:36.766Z] ---> b5dbeb4ada85 [2021-06-16T06:02:36.766Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-06-16T06:02:37.743Z] ---> Running in 480ed7c488ba [2021-06-16T06:02:37.743Z] ---> Running in c7fbe868bd75 [2021-06-16T06:02:37.743Z] ---> Running in 4920c10a96f3 [2021-06-16T06:02:37.743Z] ---> Running in 3ddc63ecb87d [2021-06-16T06:02:39.725Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:39.725Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:39.998Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:39.998Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:40.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:40.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:40.977Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:41.589Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:02:41.589Z] OK: 218 MiB in 52 packages [2021-06-16T06:02:41.882Z] OK: 218 MiB in 52 packages [2021-06-16T06:02:42.163Z] OK: 218 MiB in 52 packages [2021-06-16T06:02:42.438Z] OK: 218 MiB in 52 packages [2021-06-16T06:02:43.888Z] Removing intermediate container 480ed7c488ba [2021-06-16T06:02:43.888Z] ---> 27f2493c56c4 [2021-06-16T06:02:43.888Z] Step 6/26 : COPY go.mod . [2021-06-16T06:02:43.888Z] Removing intermediate container c7fbe868bd75 [2021-06-16T06:02:43.888Z] ---> c5ef9207ef9f [2021-06-16T06:02:43.888Z] Step 6/24 : COPY go.mod . [2021-06-16T06:02:43.888Z] Removing intermediate container 4920c10a96f3 [2021-06-16T06:02:43.888Z] ---> 208176868714 [2021-06-16T06:02:43.888Z] Step 6/23 : COPY go.mod . [2021-06-16T06:02:44.161Z] Removing intermediate container 3ddc63ecb87d [2021-06-16T06:02:44.161Z] ---> d167ddc392ba [2021-06-16T06:02:44.161Z] Step 6/24 : COPY go.mod . [2021-06-16T06:02:44.760Z] ---> 56d9763b39c7 [2021-06-16T06:02:44.760Z] Step 7/26 : RUN go mod download [2021-06-16T06:02:45.035Z] ---> 38b280e81481 [2021-06-16T06:02:45.035Z] Step 7/24 : RUN go mod download [2021-06-16T06:02:45.035Z] ---> Running in 5044f914084c [2021-06-16T06:02:45.035Z] ---> 3be14b1aea3d [2021-06-16T06:02:45.035Z] Step 7/23 : RUN go mod download [2021-06-16T06:02:45.035Z] ---> Running in ce6f6cedb489 [2021-06-16T06:02:45.316Z] ---> 76005cc83c01 [2021-06-16T06:02:45.316Z] Step 7/24 : RUN go mod download [2021-06-16T06:02:45.316Z] ---> Running in 6717958ad5dc [2021-06-16T06:02:45.598Z] ---> Running in a142527c15de [2021-06-16T06:02:49.021Z] Removing intermediate container 5044f914084c [2021-06-16T06:02:49.021Z] ---> caa8e745502f [2021-06-16T06:02:49.021Z] Step 8/26 : COPY . . [2021-06-16T06:02:49.021Z] Removing intermediate container ce6f6cedb489 [2021-06-16T06:02:49.021Z] ---> 189f0df0f515 [2021-06-16T06:02:49.021Z] Step 8/24 : COPY . . [2021-06-16T06:02:49.620Z] Removing intermediate container a142527c15de [2021-06-16T06:02:49.620Z] ---> f5a2244cc009 [2021-06-16T06:02:49.620Z] Step 8/24 : COPY . . [2021-06-16T06:02:49.897Z] Removing intermediate container 6717958ad5dc [2021-06-16T06:02:49.897Z] ---> 8fb8cad8f69d [2021-06-16T06:02:49.897Z] Step 8/23 : COPY . . [2021-06-16T06:03:12.203Z] ---> 122b32b6d530 [2021-06-16T06:03:12.204Z] Step 9/23 : RUN go mod tidy [2021-06-16T06:03:12.204Z] ---> 8093bd499cb9 [2021-06-16T06:03:12.204Z] Step 9/26 : RUN go mod tidy [2021-06-16T06:03:12.204Z] ---> d153ad6500ae [2021-06-16T06:03:12.204Z] Step 9/24 : RUN go mod tidy [2021-06-16T06:03:12.204Z] ---> f743f625c717 [2021-06-16T06:03:12.204Z] Step 9/24 : RUN go mod tidy [2021-06-16T06:03:12.204Z] ---> Running in 51a7e819eb15 [2021-06-16T06:03:12.204Z] ---> Running in e5e2f534eaf1 [2021-06-16T06:03:12.204Z] ---> Running in a9ba902d6c61 [2021-06-16T06:03:12.204Z] ---> Running in a02e769dd467 [2021-06-16T06:03:16.527Z] Removing intermediate container 51a7e819eb15 [2021-06-16T06:03:16.527Z] ---> 6a60dcae65ea [2021-06-16T06:03:16.527Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-06-16T06:03:16.527Z] Removing intermediate container a9ba902d6c61 [2021-06-16T06:03:16.527Z] ---> 40315e0d2cd1 [2021-06-16T06:03:16.527Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-06-16T06:03:16.527Z] ---> Running in b6a7d5c634cd [2021-06-16T06:03:16.527Z] ---> Running in c2399c1656fe [2021-06-16T06:03:16.527Z] Removing intermediate container a02e769dd467 [2021-06-16T06:03:16.527Z] ---> 66789cb5579a [2021-06-16T06:03:16.527Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-06-16T06:03:16.806Z] Removing intermediate container e5e2f534eaf1 [2021-06-16T06:03:16.806Z] ---> 341e1ad5e88f [2021-06-16T06:03:16.806Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-06-16T06:03:16.806Z] ---> Running in 5cbe8ff76004 [2021-06-16T06:03:17.086Z] ---> Running in 0eee1b16a6f5 [2021-06-16T06:03:18.537Z] 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-16T06:03:19.140Z] 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-16T06:03:19.140Z] 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-16T06:03:19.140Z] 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-16T06:04:42.702Z] 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-16T06:04:48.119Z] Removing intermediate container 5cbe8ff76004 [2021-06-16T06:04:48.119Z] ---> 7c7c1ef8aa59 [2021-06-16T06:04:48.119Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-06-16T06:04:48.398Z] ---> Running in b4d503dd0582 [2021-06-16T06:04:48.672Z] Removing intermediate container 0eee1b16a6f5 [2021-06-16T06:04:48.672Z] ---> cb022e03afa7 [2021-06-16T06:04:48.672Z] [2021-06-16T06:04:48.672Z] Step 11/24 : FROM alpine:3.12 [2021-06-16T06:04:48.672Z] ---> 9852663dfa18 [2021-06-16T06:04:48.672Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-06-16T06:04:48.672Z] ---> Using cache [2021-06-16T06:04:48.672Z] ---> cd6fed9d4bb3 [2021-06-16T06:04:48.672Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T06:04:48.672Z] ---> Using cache [2021-06-16T06:04:48.672Z] ---> 673630aac16c [2021-06-16T06:04:48.672Z] Step 14/24 : ENV APP_PORT=59882 [2021-06-16T06:04:49.269Z] ---> Running in 2986f5868af8 [2021-06-16T06:04:49.541Z] Removing intermediate container c2399c1656fe [2021-06-16T06:04:49.541Z] ---> 05a46469e2a0 [2021-06-16T06:04:49.541Z] [2021-06-16T06:04:49.541Z] Step 11/23 : FROM alpine:3.12 [2021-06-16T06:04:49.541Z] ---> 9852663dfa18 [2021-06-16T06:04:49.541Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-06-16T06:04:49.541Z] ---> Using cache [2021-06-16T06:04:49.541Z] ---> cd6fed9d4bb3 [2021-06-16T06:04:49.541Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-06-16T06:04:49.541Z] ---> Using cache [2021-06-16T06:04:49.541Z] ---> 673630aac16c [2021-06-16T06:04:49.541Z] Step 14/23 : ENV APP_PORT=59861 [2021-06-16T06:04:49.817Z] ---> Running in 17befe021935 [2021-06-16T06:04:49.817Z] Removing intermediate container b6a7d5c634cd [2021-06-16T06:04:49.817Z] ---> ecdec15e14ad [2021-06-16T06:04:49.817Z] [2021-06-16T06:04:49.817Z] Step 11/26 : FROM alpine:3.12 [2021-06-16T06:04:49.817Z] ---> 9852663dfa18 [2021-06-16T06:04:49.817Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-06-16T06:04:49.817Z] Removing intermediate container 2986f5868af8 [2021-06-16T06:04:49.817Z] ---> 3fed38032f62 [2021-06-16T06:04:49.817Z] Step 15/24 : EXPOSE $APP_PORT [2021-06-16T06:04:49.817Z] 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-16T06:04:50.092Z] ---> Running in 8a2deb062426 [2021-06-16T06:04:50.092Z] ---> Running in cd78548ff1af [2021-06-16T06:04:50.370Z] Removing intermediate container 17befe021935 [2021-06-16T06:04:50.370Z] ---> b0422d0cecef [2021-06-16T06:04:50.370Z] Step 15/23 : EXPOSE $APP_PORT [2021-06-16T06:04:50.646Z] ---> Running in d925f2185dda [2021-06-16T06:04:50.924Z] Removing intermediate container cd78548ff1af [2021-06-16T06:04:50.924Z] ---> 4d78eb28b550 [2021-06-16T06:04:50.924Z] Step 16/24 : WORKDIR / [2021-06-16T06:04:51.198Z] ---> Running in f9d00a8cf2a5 [2021-06-16T06:04:51.481Z] Removing intermediate container d925f2185dda [2021-06-16T06:04:51.481Z] ---> ad291ca07aa2 [2021-06-16T06:04:51.481Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T06:04:52.091Z] Removing intermediate container f9d00a8cf2a5 [2021-06-16T06:04:52.091Z] ---> a1694c3e003c [2021-06-16T06:04:52.091Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-06-16T06:04:52.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:04:52.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:04:52.364Z] ---> 4d0e2600f8b7 [2021-06-16T06:04:52.364Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-06-16T06:04:52.970Z] ---> 78d477b610fb [2021-06-16T06:04:52.970Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-06-16T06:04:52.970Z] (1/6) Installing ca-certificates (20191127-r4) [2021-06-16T06:04:53.245Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T06:04:53.245Z] (3/6) Installing libcurl (7.77.0-r0) [2021-06-16T06:04:53.245Z] (4/6) Installing curl (7.77.0-r0) [2021-06-16T06:04:53.245Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-06-16T06:04:53.245Z] (6/6) Installing su-exec (0.2-r1) [2021-06-16T06:04:53.245Z] Executing busybox-1.31.1-r20.trigger [2021-06-16T06:04:53.245Z] Executing ca-certificates-20191127-r4.trigger [2021-06-16T06:04:53.245Z] Removing intermediate container b4d503dd0582 [2021-06-16T06:04:53.245Z] ---> 06c144b60769 [2021-06-16T06:04:53.245Z] [2021-06-16T06:04:53.245Z] Step 12/24 : FROM docker:20.10.0 [2021-06-16T06:04:53.524Z] OK: 7 MiB in 20 packages [2021-06-16T06:04:53.524Z] 20.10.0: Pulling from library/docker [2021-06-16T06:04:54.983Z] ---> d387732cf5c1 [2021-06-16T06:04:54.983Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-06-16T06:04:54.983Z] ---> 0858ab3eb48d [2021-06-16T06:04:54.983Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-06-16T06:04:55.971Z] Removing intermediate container 8a2deb062426 [2021-06-16T06:04:55.971Z] ---> f76b2f42ad50 [2021-06-16T06:04:55.971Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-06-16T06:04:56.567Z] ---> bf4c5079b5bc [2021-06-16T06:04:56.567Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-06-16T06:04:56.567Z] ---> Running in 8b4ae151becc [2021-06-16T06:04:56.567Z] ---> 8f8b86c7d6fc [2021-06-16T06:04:56.567Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-06-16T06:04:56.567Z] ---> Running in 3ead38ca036a [2021-06-16T06:04:56.845Z] ---> Running in ae676ae2e3ad [2021-06-16T06:04:57.121Z] Removing intermediate container 8b4ae151becc [2021-06-16T06:04:57.121Z] ---> 858b3e40d07e [2021-06-16T06:04:57.121Z] Step 14/26 : WORKDIR / [2021-06-16T06:04:57.416Z] Removing intermediate container 3ead38ca036a [2021-06-16T06:04:57.416Z] ---> 37f74655c959 [2021-06-16T06:04:57.416Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T06:04:57.416Z] ---> Running in 3ab3562b60c2 [2021-06-16T06:04:57.416Z] ---> Running in 656063e9712b [2021-06-16T06:04:57.690Z] Removing intermediate container ae676ae2e3ad [2021-06-16T06:04:57.690Z] ---> 1fb006760d1f [2021-06-16T06:04:57.690Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T06:04:57.962Z] ---> Running in eeb069fdbd27 [2021-06-16T06:04:58.244Z] Removing intermediate container 3ab3562b60c2 [2021-06-16T06:04:58.245Z] ---> be33101c377f [2021-06-16T06:04:58.245Z] 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-16T06:04:58.245Z] Removing intermediate container 656063e9712b [2021-06-16T06:04:58.245Z] ---> 49eaf890f75e [2021-06-16T06:04:58.245Z] Step 21/23 : LABEL arch=arm64 [2021-06-16T06:04:58.531Z] ---> Running in b9ef62bdf93f [2021-06-16T06:04:58.808Z] Removing intermediate container eeb069fdbd27 [2021-06-16T06:04:58.809Z] ---> 9f0f1a43746e [2021-06-16T06:04:58.809Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T06:04:59.118Z] ---> Running in 0f163b4a2709 [2021-06-16T06:05:01.303Z] Removing intermediate container b9ef62bdf93f [2021-06-16T06:05:01.303Z] ---> 115cca419f5f [2021-06-16T06:05:01.303Z] Step 22/23 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:05:01.303Z] ---> e33718501d1a [2021-06-16T06:05:01.303Z] 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-16T06:05:01.303Z] ---> Running in 6a791d61619e [2021-06-16T06:05:01.303Z] Removing intermediate container 0f163b4a2709 [2021-06-16T06:05:01.303Z] ---> d8056bbf69f5 [2021-06-16T06:05:01.303Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:05:01.303Z] ---> Running in 3ed352dea783 [2021-06-16T06:05:01.303Z] Removing intermediate container 6a791d61619e [2021-06-16T06:05:01.303Z] ---> 4d85fc020133 [2021-06-16T06:05:01.303Z] Step 23/23 : LABEL version=0.0.0 [2021-06-16T06:05:01.303Z] ---> ec6c4b7b41c6 [2021-06-16T06:05:01.303Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-06-16T06:05:01.303Z] ---> Running in b1ea50d1e156 [2021-06-16T06:05:01.303Z] Removing intermediate container 3ed352dea783 [2021-06-16T06:05:01.303Z] ---> 7f2530341f52 [2021-06-16T06:05:01.303Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T06:05:01.582Z] ---> Running in dcf949103e2b [2021-06-16T06:05:01.856Z] Removing intermediate container b1ea50d1e156 [2021-06-16T06:05:01.856Z] ---> 5bd7d5ae3d27 [2021-06-16T06:05:01.856Z] [2021-06-16T06:05:02.128Z] ---> a6b9a8e43f38 [2021-06-16T06:05:02.128Z] 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-16T06:05:02.401Z] Successfully built 5bd7d5ae3d27 [2021-06-16T06:05:02.401Z] Successfully tagged support-scheduler-arm64:latest [2021-06-16T06:05:02.401Z]  Building support-scheduler ... done Removing intermediate container dcf949103e2b [2021-06-16T06:05:02.401Z] ---> 085c5464a9e4 [2021-06-16T06:05:02.401Z] [2021-06-16T06:05:03.006Z] Successfully built 085c5464a9e4 [2021-06-16T06:05:03.006Z] Successfully tagged core-command-arm64:latest [2021-06-16T06:05:03.985Z]  Building core-command ... done  ---> 3b0fec42baa8 [2021-06-16T06:05:03.985Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-06-16T06:05:05.419Z] ---> 191ad5d323b5 [2021-06-16T06:05:05.419Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-06-16T06:05:05.419Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-06-16T06:05:05.419Z] Status: Downloaded newer image for docker:20.10.0 [2021-06-16T06:05:05.419Z] ---> eeaf43b92773 [2021-06-16T06:05:05.419Z] 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-16T06:05:05.419Z] ---> Running in 8d6dbc6d146c [2021-06-16T06:05:06.017Z] Removing intermediate container 8d6dbc6d146c [2021-06-16T06:05:06.017Z] ---> 9f33203e862f [2021-06-16T06:05:06.017Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-06-16T06:05:06.295Z] ---> Running in a3e468347846 [2021-06-16T06:05:06.570Z] ---> 9de856bcd68a [2021-06-16T06:05:06.570Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-06-16T06:05:07.546Z] ---> b61e0672196d [2021-06-16T06:05:07.546Z] 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-16T06:05:07.817Z] ---> Running in c77456196d90 [2021-06-16T06:05:07.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-06-16T06:05:08.087Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-06-16T06:05:08.686Z] (1/39) Installing readline (8.0.4-r0) [2021-06-16T06:05:08.686Z] (2/39) Installing bash (5.0.17-r0) [2021-06-16T06:05:08.686Z] Executing bash-5.0.17-r0.post-install [2021-06-16T06:05:08.686Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-06-16T06:05:08.686Z] (4/39) Installing libcurl (7.77.0-r0) [2021-06-16T06:05:08.686Z] (5/39) Installing curl (7.77.0-r0) [2021-06-16T06:05:08.686Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-06-16T06:05:08.686Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-06-16T06:05:08.686Z] (8/39) Installing expat (2.2.9-r1) [2021-06-16T06:05:08.686Z] (9/39) Installing libffi (3.3-r2) [2021-06-16T06:05:08.686Z] (10/39) Installing gdbm (1.13-r1) [2021-06-16T06:05:08.686Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-06-16T06:05:08.686Z] (12/39) Installing sqlite-libs (3.32.1-r1) [2021-06-16T06:05:08.686Z] (13/39) Installing python3 (3.8.10-r0) [2021-06-16T06:05:10.658Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-06-16T06:05:10.658Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-06-16T06:05:10.658Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-06-16T06:05:10.658Z] (17/39) Installing py3-six (1.15.0-r0) [2021-06-16T06:05:10.658Z] (18/39) Installing py3-packaging (20.4-r0) [2021-06-16T06:05:10.658Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-06-16T06:05:10.658Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-06-16T06:05:10.928Z] Removing intermediate container c77456196d90 [2021-06-16T06:05:10.928Z] ---> fd75ff16bfca [2021-06-16T06:05:10.928Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-06-16T06:05:10.928Z] (21/39) Installing py3-idna (2.9-r0) [2021-06-16T06:05:10.928Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-06-16T06:05:10.928Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-06-16T06:05:10.928Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-06-16T06:05:10.928Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-06-16T06:05:10.928Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-06-16T06:05:10.928Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-06-16T06:05:10.928Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-06-16T06:05:10.928Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-06-16T06:05:11.201Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-06-16T06:05:11.201Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-06-16T06:05:11.201Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-06-16T06:05:11.201Z] ---> Running in 99bcea854a36 [2021-06-16T06:05:11.201Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-06-16T06:05:11.201Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-06-16T06:05:11.201Z] (35/39) Installing py3-progress (1.5-r0) [2021-06-16T06:05:11.201Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-06-16T06:05:11.201Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-06-16T06:05:11.201Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-06-16T06:05:11.201Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-06-16T06:05:11.472Z] Executing busybox-1.31.1-r19.trigger [2021-06-16T06:05:11.472Z] OK: 72 MiB in 59 packages [2021-06-16T06:05:11.743Z] Removing intermediate container 99bcea854a36 [2021-06-16T06:05:11.743Z] ---> 3a512ce924f3 [2021-06-16T06:05:11.743Z] Step 24/26 : LABEL arch=arm64 [2021-06-16T06:05:11.743Z] ---> Running in c36364502814 [2021-06-16T06:05:12.340Z] Removing intermediate container c36364502814 [2021-06-16T06:05:12.340Z] ---> 78a3004e6fc6 [2021-06-16T06:05:12.340Z] Step 25/26 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:05:12.613Z] ---> Running in c1306aff9f65 [2021-06-16T06:05:12.886Z] Removing intermediate container c1306aff9f65 [2021-06-16T06:05:12.886Z] ---> c04f63ca66b4 [2021-06-16T06:05:12.886Z] Step 26/26 : LABEL version=0.0.0 [2021-06-16T06:05:13.158Z] ---> Running in 7a031df1d077 [2021-06-16T06:05:13.751Z] Removing intermediate container 7a031df1d077 [2021-06-16T06:05:13.751Z] ---> 0fb728bb38b5 [2021-06-16T06:05:13.751Z] [2021-06-16T06:05:14.023Z] Successfully built 0fb728bb38b5 [2021-06-16T06:05:14.023Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-06-16T06:05:15.451Z]  Building security-secretstore-setup ... done Collecting docker-compose==1.23.2 [2021-06-16T06:05:15.451Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-06-16T06:05:16.044Z] 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-16T06:05:16.044Z] Collecting docopt<0.7,>=0.6.1 [2021-06-16T06:05:16.044Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-06-16T06:05:18.651Z] Collecting jsonschema<3,>=2.5.1 [2021-06-16T06:05:18.651Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-06-16T06:05:18.651Z] Collecting cached-property<2,>=1.2.0 [2021-06-16T06:05:18.651Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-06-16T06:05:19.617Z] Collecting PyYAML<4,>=3.10 [2021-06-16T06:05:19.617Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-06-16T06:05:22.985Z] Collecting docker<4.0,>=3.6.0 [2021-06-16T06:05:22.985Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-06-16T06:05:23.955Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-06-16T06:05:23.955Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-06-16T06:05:24.545Z] Collecting websocket-client<1.0,>=0.32.0 [2021-06-16T06:05:24.545Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-06-16T06:05:24.815Z] Collecting texttable<0.10,>=0.9.0 [2021-06-16T06:05:24.815Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-06-16T06:05:26.781Z] Collecting dockerpty<0.5,>=0.4.1 [2021-06-16T06:05:26.781Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-06-16T06:05:28.745Z] Collecting docker-pycreds>=0.4.0 [2021-06-16T06:05:28.745Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-06-16T06:05:29.016Z] Collecting idna<2.8,>=2.5 [2021-06-16T06:05:29.016Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-06-16T06:05:29.016Z] 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-16T06:05:29.605Z] Collecting urllib3<1.25,>=1.21.1 [2021-06-16T06:05:29.605Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-06-16T06:05:29.874Z] 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-16T06:05:29.874Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-06-16T06:05:29.874Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-06-16T06:05:29.874Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-06-16T06:05:29.874Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-06-16T06:05:30.463Z] Installing collected packages: docopt, jsonschema, cached-property, PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, dockerpty, docker-compose [2021-06-16T06:05:30.463Z] Running setup.py install for docopt: started [2021-06-16T06:05:32.426Z] Running setup.py install for docopt: finished with status 'done' [2021-06-16T06:05:32.696Z] Running setup.py install for PyYAML: started [2021-06-16T06:05:34.656Z] Running setup.py install for PyYAML: finished with status 'done' [2021-06-16T06:05:34.656Z] Attempting uninstall: idna [2021-06-16T06:05:34.656Z] Found existing installation: idna 2.9 [2021-06-16T06:05:34.656Z] Uninstalling idna-2.9: [2021-06-16T06:05:34.927Z] Successfully uninstalled idna-2.9 [2021-06-16T06:05:35.517Z] Attempting uninstall: urllib3 [2021-06-16T06:05:35.517Z] Found existing installation: urllib3 1.25.9 [2021-06-16T06:05:35.517Z] Uninstalling urllib3-1.25.9: [2021-06-16T06:05:35.517Z] Successfully uninstalled urllib3-1.25.9 [2021-06-16T06:05:36.128Z] Attempting uninstall: requests [2021-06-16T06:05:36.128Z] Found existing installation: requests 2.23.0 [2021-06-16T06:05:36.128Z] Uninstalling requests-2.23.0: [2021-06-16T06:05:36.420Z] Successfully uninstalled requests-2.23.0 [2021-06-16T06:05:38.757Z] Running setup.py install for texttable: started [2021-06-16T06:05:39.762Z] Running setup.py install for texttable: finished with status 'done' [2021-06-16T06:05:39.762Z] Running setup.py install for dockerpty: started [2021-06-16T06:05:41.739Z] Running setup.py install for dockerpty: finished with status 'done' [2021-06-16T06:05:42.351Z] 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-16T06:05:50.936Z] Removing intermediate container a3e468347846 [2021-06-16T06:05:50.936Z] ---> 1077982ea9b2 [2021-06-16T06:05:50.936Z] Step 15/24 : ENV APP_PORT=58890 [2021-06-16T06:05:50.936Z] ---> Running in 70d61eeb8e38 [2021-06-16T06:05:50.936Z] Removing intermediate container 70d61eeb8e38 [2021-06-16T06:05:50.936Z] ---> 1720ab5ba8be [2021-06-16T06:05:50.936Z] Step 16/24 : EXPOSE $APP_PORT [2021-06-16T06:05:50.936Z] ---> Running in 391e2e40dfd9 [2021-06-16T06:05:51.533Z] Removing intermediate container 391e2e40dfd9 [2021-06-16T06:05:51.533Z] ---> 6637667a9bc9 [2021-06-16T06:05:51.533Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-06-16T06:05:52.972Z] ---> 3d60ffeb8df4 [2021-06-16T06:05:52.972Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-06-16T06:05:53.571Z] ---> ef5aa4eebec3 [2021-06-16T06:05:53.571Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-06-16T06:05:54.557Z] ---> c9c1b035ab04 [2021-06-16T06:05:54.557Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-06-16T06:05:54.557Z] ---> Running in 23c9116923a9 [2021-06-16T06:05:55.160Z] Removing intermediate container 23c9116923a9 [2021-06-16T06:05:55.160Z] ---> 13a3e74ceb6a [2021-06-16T06:05:55.160Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-06-16T06:05:55.160Z] ---> Running in 9d3c63030cac [2021-06-16T06:05:55.758Z] Removing intermediate container 9d3c63030cac [2021-06-16T06:05:55.758Z] ---> 7a9003542b12 [2021-06-16T06:05:55.758Z] Step 22/24 : LABEL arch=arm64 [2021-06-16T06:05:56.034Z] ---> Running in 6fa231c63f86 [2021-06-16T06:05:56.308Z] Removing intermediate container 6fa231c63f86 [2021-06-16T06:05:56.308Z] ---> 7b1058088a63 [2021-06-16T06:05:56.308Z] Step 23/24 : LABEL git_sha=06a31df1d9e5365adec7be01419509354eeec32f [2021-06-16T06:05:56.583Z] ---> Running in d6edbe6dc9ae [2021-06-16T06:05:57.181Z] Removing intermediate container d6edbe6dc9ae [2021-06-16T06:05:57.181Z] ---> 31198a6a8f79 [2021-06-16T06:05:57.181Z] Step 24/24 : LABEL version=0.0.0 [2021-06-16T06:05:57.181Z] ---> Running in 8572dc5f0209 [2021-06-16T06:05:57.779Z] Removing intermediate container 8572dc5f0209 [2021-06-16T06:05:57.779Z] ---> 73d3810266f8 [2021-06-16T06:05:57.779Z] [2021-06-16T06:05:58.052Z] Successfully built 73d3810266f8 [2021-06-16T06:05:58.052Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-06-16T06:05:58.665Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-06-16T06:05:58.670Z] $ docker stop --time=1 6e37dd22fec32e50f53d8cde8e6bf72189fa5c3fb2565a43a33650b670349ef3 [2021-06-16T06:06:00.521Z] $ docker rm -f 6e37dd22fec32e50f53d8cde8e6bf72189fa5c3fb2565a43a33650b670349ef3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-16T06:06:01.207Z] + docker images [2021-06-16T06:06:01.482Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-16T06:06:01.482Z] sys-mgmt-agent-arm64 latest 73d3810266f8 4 seconds ago 299MB [2021-06-16T06:06:01.482Z] security-secretstore-setup-arm64 latest 0fb728bb38b5 48 seconds ago 27.1MB [2021-06-16T06:06:01.482Z] core-command-arm64 latest 085c5464a9e4 59 seconds ago 15MB [2021-06-16T06:06:01.482Z] support-scheduler-arm64 latest 5bd7d5ae3d27 About a minute ago 15.1MB [2021-06-16T06:06:01.482Z] 06c144b60769 About a minute ago 969MB [2021-06-16T06:06:01.482Z] ecdec15e14ad About a minute ago 976MB [2021-06-16T06:06:01.482Z] 05a46469e2a0 About a minute ago 968MB [2021-06-16T06:06:01.482Z] cb022e03afa7 About a minute ago 966MB [2021-06-16T06:06:01.482Z] security-bootstrapper-arm64 latest 744a80dcaa4f 4 minutes ago 17.5MB [2021-06-16T06:06:01.482Z] core-data-arm64 latest d0cbd51ce97e 4 minutes ago 19.1MB [2021-06-16T06:06:01.482Z] support-notifications-arm64 latest e232cad07d3b 4 minutes ago 15.7MB [2021-06-16T06:06:01.482Z] core-metadata-arm64 latest 0b452370d06e 4 minutes ago 15.7MB [2021-06-16T06:06:01.482Z] security-proxy-setup-arm64 latest 89a90dd93a65 4 minutes ago 24.3MB [2021-06-16T06:06:01.482Z] abaad86abb90 4 minutes ago 975MB [2021-06-16T06:06:01.482Z] ad72e366b8e3 4 minutes ago 972MB [2021-06-16T06:06:01.482Z] 8d4e3467ce00 4 minutes ago 969MB [2021-06-16T06:06:01.482Z] fce5dc84bad5 4 minutes ago 973MB [2021-06-16T06:06:01.482Z] 109363b7adb3 4 minutes ago 969MB [2021-06-16T06:06:01.482Z] ci-base-image-arm64 latest bf813325916e 14 minutes ago 641MB [2021-06-16T06:06:01.482Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB [2021-06-16T06:06:01.482Z] alpine 3.12 9852663dfa18 2 months ago 5.32MB [2021-06-16T06:06:01.482Z] docker 20.10.0 eeaf43b92773 6 months ago 228MB [2021-06-16T06:06:01.482Z] 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-16T06:06:02.724Z] ---> job-cost.sh [2021-06-16T06:06:02.725Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aILb [2021-06-16T06:06:42.506Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-16T06:08:19.247Z] lf-activate-venv(): INFO: Adding /tmp/venv-aILb/bin to PATH [2021-06-16T06:08:19.247Z] INFO: No Stack... [2021-06-16T06:08:19.247Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-16T06:08:19.247Z] INFO: Archiving Costs [Pipeline] sh [2021-06-16T06:08:19.612Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2021-06-16T06:08:19.612Z] + cut -d, -f6 [Pipeline] lock [2021-06-16T06:08:19.704Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3572-1-stack-cost] [2021-06-16T06:08:19.711Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3572-1-stack-cost] did not exist. Created. [2021-06-16T06:08:19.712Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3572-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-16T06:08:20.166Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-16T06:08:20.421Z] Stashed 1 file(s) [Pipeline] } [2021-06-16T06:08:20.442Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3572-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-16T06:08:22.067Z] provisioning config files... [2021-06-16T06:08:22.077Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8897922381501339875tmp [Pipeline] { [Pipeline] sh [2021-06-16T06:08:22.633Z] + set +x [2021-06-16T06:08:22.634Z] + curl -s https://codecov.io/bash [2021-06-16T06:08:22.634Z] + bash -s -- [2021-06-16T06:08:22.896Z] [2021-06-16T06:08:22.896Z] _____ _ [2021-06-16T06:08:22.896Z] / ____| | | [2021-06-16T06:08:22.896Z] | | ___ __| | ___ ___ _____ __ [2021-06-16T06:08:22.896Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-16T06:08:22.896Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-16T06:08:22.896Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-16T06:08:22.896Z] Bash-1.0.3 [2021-06-16T06:08:22.896Z] [2021-06-16T06:08:22.896Z] [2021-06-16T06:08:22.896Z] ==> git version 2.24.4 found [2021-06-16T06:08:22.896Z] ==> 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-16T06:08:22.896Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-16T06:08:22.896Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-16T06:08:22.896Z] ==> Jenkins CI detected. [2021-06-16T06:08:22.896Z] project root: . [2021-06-16T06:08:22.896Z] --> token set from env [2021-06-16T06:08:22.896Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-16T06:08:22.896Z] ==> Running gcov in . (disable via -X gcov) [2021-06-16T06:08:22.896Z] ==> Python coveragepy not found [2021-06-16T06:08:22.896Z] ==> Searching for coverage reports in: [2021-06-16T06:08:22.896Z] + . [2021-06-16T06:08:22.896Z] -> Found 1 reports [2021-06-16T06:08:22.896Z] ==> Detecting git/mercurial file structure [2021-06-16T06:08:22.896Z] ==> Reading reports [2021-06-16T06:08:22.896Z] + ./coverage.out bytes=398195 [2021-06-16T06:08:22.896Z] ==> Appending adjustments [2021-06-16T06:08:22.896Z] https://docs.codecov.io/docs/fixing-reports [2021-06-16T06:08:24.283Z] + Found adjustments [2021-06-16T06:08:24.283Z] ==> Gzipping contents [2021-06-16T06:08:24.283Z] 56K /tmp/codecov.HIZSgd.gz [2021-06-16T06:08:24.283Z] ==> Uploading reports [2021-06-16T06:08:24.283Z] url: https://codecov.io [2021-06-16T06:08:24.283Z] query: branch=PR-3572&commit=06a31df1d9e5365adec7be01419509354eeec32f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3572%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3572&job=&cmd_args= [2021-06-16T06:08:24.283Z] -> Pinging Codecov [2021-06-16T06:08:24.283Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3572&commit=06a31df1d9e5365adec7be01419509354eeec32f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3572%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3572&job=&cmd_args= [2021-06-16T06:08:24.549Z] -> Uploading to [2021-06-16T06:08:24.549Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-16/00271124DB129430A58F1EEE437C3FCB/06a31df1d9e5365adec7be01419509354eeec32f/db359c2d-a18b-4337-8d8d-153ea38606e6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210616%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210616T060824Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=24b5d4445e109157c224c542008773fd9586374a069741753620b4b2b6cee9f3 [2021-06-16T06:08:24.549Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-16T06:08:24.549Z] Dload Upload Total Spent Left Speed [2021-06-16T06:08:24.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54525 0 0 100 54525 0 148k --:--:-- --:--:-- --:--:-- 148k [2021-06-16T06:08:25.074Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/06a31df1d9e5365adec7be01419509354eeec32f [Pipeline] } [2021-06-16T06:08:25.101Z] 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-16T06:08:31.025Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T06:08:31.640Z] ---> package-listing.sh [2021-06-16T06:08:31.640Z] ++ facter osfamily [2021-06-16T06:08:31.640Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-16T06:08:31.902Z] + OS_FAMILY=redhat [2021-06-16T06:08:31.903Z] + workspace=/w/workspace/edgex-go/1 [2021-06-16T06:08:31.903Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-16T06:08:31.903Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-16T06:08:31.903Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-16T06:08:31.903Z] + PACKAGES=/tmp/packages_start.txt [2021-06-16T06:08:31.903Z] + '[' /w/workspace/edgex-go/1 ']' [2021-06-16T06:08:31.903Z] + PACKAGES=/tmp/packages_end.txt [2021-06-16T06:08:31.903Z] + case "${OS_FAMILY}" in [2021-06-16T06:08:31.903Z] + sort [2021-06-16T06:08:31.903Z] + rpm -qa [2021-06-16T06:08:33.822Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-16T06:08:33.822Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-16T06:08:33.822Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-16T06:08:33.822Z] + '[' /w/workspace/edgex-go/1 ']' [2021-06-16T06:08:33.822Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-06-16T06:08:33.822Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-06-16T06:08:33.861Z] 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-16T06:08:34.170Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-16T06:08:34.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T06:08:34.774Z] [2021-06-16T06:08:34.774Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-16T06:08:35.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T06:08:35.135Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-16T06:08:35.135Z] df20fa9351a1: Pulling fs layer [2021-06-16T06:08:35.135Z] 36b3adc4ff6f: Pulling fs layer [2021-06-16T06:08:35.135Z] 8ad3a11d3b57: Pulling fs layer [2021-06-16T06:08:35.135Z] 46f8f816bc3b: Pulling fs layer [2021-06-16T06:08:35.135Z] 93b61091891f: Pulling fs layer [2021-06-16T06:08:35.135Z] 93b9cdb0e59b: Pulling fs layer [2021-06-16T06:08:35.135Z] 5e14af77c1be: Pulling fs layer [2021-06-16T06:08:35.135Z] 01666e4c0597: Pulling fs layer [2021-06-16T06:08:35.135Z] aa168da1d23b: Pulling fs layer [2021-06-16T06:08:35.135Z] 46f8f816bc3b: Waiting [2021-06-16T06:08:35.135Z] 93b61091891f: Waiting [2021-06-16T06:08:35.135Z] 93b9cdb0e59b: Waiting [2021-06-16T06:08:35.135Z] 5e14af77c1be: Waiting [2021-06-16T06:08:35.135Z] 01666e4c0597: Waiting [2021-06-16T06:08:35.135Z] aa168da1d23b: Waiting [2021-06-16T06:08:35.135Z] 36b3adc4ff6f: Verifying Checksum [2021-06-16T06:08:35.135Z] 36b3adc4ff6f: Download complete [2021-06-16T06:08:35.399Z] 46f8f816bc3b: Verifying Checksum [2021-06-16T06:08:35.399Z] 46f8f816bc3b: Download complete [2021-06-16T06:08:35.399Z] df20fa9351a1: Verifying Checksum [2021-06-16T06:08:35.399Z] df20fa9351a1: Download complete [2021-06-16T06:08:35.399Z] 93b9cdb0e59b: Verifying Checksum [2021-06-16T06:08:35.399Z] 93b9cdb0e59b: Download complete [2021-06-16T06:08:35.399Z] 5e14af77c1be: Verifying Checksum [2021-06-16T06:08:35.399Z] 5e14af77c1be: Download complete [2021-06-16T06:08:35.399Z] 01666e4c0597: Verifying Checksum [2021-06-16T06:08:35.399Z] 01666e4c0597: Download complete [2021-06-16T06:08:35.660Z] df20fa9351a1: Pull complete [2021-06-16T06:08:35.660Z] 36b3adc4ff6f: Pull complete [2021-06-16T06:08:36.601Z] 93b61091891f: Verifying Checksum [2021-06-16T06:08:36.601Z] 93b61091891f: Download complete [2021-06-16T06:08:36.873Z] 8ad3a11d3b57: Verifying Checksum [2021-06-16T06:08:36.873Z] 8ad3a11d3b57: Download complete [2021-06-16T06:08:37.451Z] 8ad3a11d3b57: Pull complete [2021-06-16T06:08:37.451Z] 46f8f816bc3b: Pull complete [2021-06-16T06:08:37.451Z] 93b61091891f: Pull complete [2021-06-16T06:08:37.710Z] 93b9cdb0e59b: Pull complete [2021-06-16T06:08:37.710Z] 5e14af77c1be: Pull complete [2021-06-16T06:08:37.710Z] 01666e4c0597: Pull complete [2021-06-16T06:08:40.253Z] aa168da1d23b: Verifying Checksum [2021-06-16T06:08:40.253Z] aa168da1d23b: Download complete [2021-06-16T06:08:44.464Z] aa168da1d23b: Pull complete [2021-06-16T06:08:44.464Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-16T06:08:44.464Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-16T06:08:44.464Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-16T06:08:44.568Z] prd-centos7-docker-4c-2g-1644 does not seem to be running inside a container [2021-06-16T06:08:44.607Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-16T06:08:47.145Z] $ docker top 9ec1f39f6092134c070fa6c2d8a76ffe2817bfbab1c39550639a3716ff2f0e5d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-16T06:08:47.594Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-16T06:08:47.919Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-16T06:08:48.243Z] + ls /var/log/sa-host [2021-06-16T06:08:48.243Z] + sadf -c /var/log/sa-host/sa05 [2021-06-16T06:08:48.243Z] file_magic: OK [2021-06-16T06:08:48.243Z] HZ: Using current value: 100 [2021-06-16T06:08:48.243Z] file_header: OK [2021-06-16T06:08:48.243Z] 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-16T06:08:48.243Z] Statistics: [2021-06-16T06:08:48.243Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-16T06:08:48.243Z] File successfully converted to sysstat format version 12.2.1 [2021-06-16T06:08:48.243Z] + sadf -c /var/log/sa-host/sa16 [2021-06-16T06:08:48.243Z] file_magic: OK [2021-06-16T06:08:48.243Z] HZ: Using current value: 100 [2021-06-16T06:08:48.243Z] file_header: OK [2021-06-16T06:08:48.243Z] 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-16T06:08:48.243Z] Statistics: [2021-06-16T06:08:48.243Z] 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...Hnuu...uuuununununu... [2021-06-16T06:08:48.243Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-16T06:08:48.970Z] provisioning config files... [2021-06-16T06:08:48.983Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1761680253499597206tmp [Pipeline] { [Pipeline] echo [2021-06-16T06:08:49.046Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T06:08:49.426Z] ---> create-netrc.sh [Pipeline] } [2021-06-16T06:08:49.455Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-16T06:08:49.943Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-16T06:08:49.976Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T06:08:50.317Z] ---> sudo-logs.sh [2021-06-16T06:08:50.317Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-16T06:08:50.426Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T06:08:50.765Z] ---> job-cost.sh [2021-06-16T06:08:50.765Z] lf-activate-venv: SKIPPING [2021-06-16T06:08:50.765Z] DEBUG: total: 0.18000000715255737 [2021-06-16T06:08:50.765Z] INFO: Retrieving Stack Cost... [2021-06-16T06:08:52.156Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-16T06:08:52.417Z] INFO: Archiving Costs [Pipeline] echo [2021-06-16T06:08:52.458Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-16T06:08:52.797Z] ---> logs-deploy.sh [2021-06-16T06:08:52.797Z] lf-activate-venv: SKIPPING [2021-06-16T06:08:52.797Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3572/1 [2021-06-16T06:08:52.797Z] INFO: archiving workspace using pattern(s): [2021-06-16T06:08:53.742Z] Archives upload complete. [2021-06-16T06:08:53.742Z] INFO: archiving logs to Nexus