Skip to content
Failed

Console Output

Pull request #2424 updated
11:05:56 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from cd717d35db648de9ea71604742724ba10879a19f+ad256ba023442bcf8ed249a1b5df708d0d779de0 (1f5001fd37f2f5cbf9a0b4cceadf9da776cd54b1)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 241f6703d31895690d4cb6f158f753615abe74ac
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
Commit message: "Merge pull request #21 from docker/use-multiarch-busybox"
 > git rev-list --no-walk 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-022d0d84858726c89) in /home/ubuntu/workspace/cli_PR-2424
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_PR-2424@tmp/bb93e837-a004-4a6d-8ea7-ced6d1841d11/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:05:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:05:58 chowning workspace
[Pipeline] sh
11:05:58 + pwd
11:05:58 + id -u
11:05:58 + id -g
11:05:58 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:05:59 Removing all docker containers
[Pipeline] sh
11:05:59 + docker container ls -aq
[Pipeline] echo
11:05:59 Docker containers have been removed
[Pipeline] echo
11:05:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:05:59 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
11:05:59 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
11:05:59 Using the ‘stage’ step without a block argument is deprecated
11:05:59 Entering stage Git Checkout
11:05:59 Proceeding
[Pipeline] checkout
11:05:59 using credential docker-jenkins-github-credentials
11:05:59 Cloning the remote Git repository
11:05:59 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2424 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:06:02 Fetching without tags
11:06:02 Merging remotes/origin/master commit ad256ba023442bcf8ed249a1b5df708d0d779de0 into PR head commit cd717d35db648de9ea71604742724ba10879a19f
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cd717d35db648de9ea71604742724ba10879a19f # timeout=10
11:06:03 Merge succeeded, producing cd717d35db648de9ea71604742724ba10879a19f
11:06:03 Checking out Revision cd717d35db648de9ea71604742724ba10879a19f (PR-2424)
11:06:03 Commit message: "Jenkinsfile: try running in parallel"
11:06:03 First time build. Skipping changelog.
[Pipeline] stage
11:06:04 Using the ‘stage’ step without a block argument is deprecated
11:06:04 Entering stage Docker info
11:06:04 Proceeding
[Pipeline] sh
 > git merge ad256ba023442bcf8ed249a1b5df708d0d779de0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cd717d35db648de9ea71604742724ba10879a19f # timeout=10
 > git rev-list --no-walk 47b3d2cd8844f88e3bc519fbbd13ca9120368778 # timeout=10
11:06:04 + docker version
11:06:04 Client: Docker Engine - Community
11:06:04  Version:           19.03.5
11:06:04  API version:       1.40
11:06:04  Go version:        go1.12.12
11:06:04  Git commit:        633a0ea838
11:06:04  Built:             Wed Nov 13 07:29:52 2019
11:06:04  OS/Arch:           linux/amd64
11:06:04  Experimental:      false
11:06:04 
11:06:04 Server: Docker Engine - Community
11:06:04  Engine:
11:06:04   Version:          19.03.5
11:06:04   API version:      1.40 (minimum version 1.12)
11:06:04   Go version:       go1.12.12
11:06:04   Git commit:       633a0ea838
11:06:04   Built:            Wed Nov 13 07:28:22 2019
11:06:04   OS/Arch:          linux/amd64
11:06:04   Experimental:     true
11:06:04  containerd:
11:06:04   Version:          1.2.10
11:06:04   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:06:04  runc:
11:06:04   Version:          1.0.0-rc8+dev
11:06:04   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:06:04  docker-init:
11:06:04   Version:          0.18.0
11:06:04   GitCommit:        fec3683
[Pipeline] sh
11:06:04 + docker info
11:06:04 Client:
11:06:04  Debug Mode: false
11:06:04 
11:06:04 Server:
11:06:04  Containers: 0
11:06:04   Running: 0
11:06:04   Paused: 0
11:06:04   Stopped: 0
11:06:04  Images: 12
11:06:04  Server Version: 19.03.5
11:06:04  Storage Driver: overlay2
11:06:04   Backing Filesystem: extfs
11:06:04   Supports d_type: true
11:06:04   Native Overlay Diff: true
11:06:04  Logging Driver: json-file
11:06:04  Cgroup Driver: cgroupfs
11:06:04  Plugins:
11:06:04   Volume: local
11:06:04   Network: bridge host ipvlan macvlan null overlay
11:06:04   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:06:04  Swarm: inactive
11:06:04  Runtimes: runc
11:06:04  Default Runtime: runc
11:06:04  Init Binary: docker-init
11:06:04  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
11:06:04  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:06:04  init version: fec3683
11:06:04  Security Options:
11:06:04   apparmor
11:06:04   seccomp
11:06:04    Profile: default
11:06:04  Kernel Version: 4.15.0-1058-aws
11:06:04  Operating System: Ubuntu 18.04.4 LTS
11:06:04  OSType: linux
11:06:04  Architecture: x86_64
11:06:04  CPUs: 2
11:06:04  Total Memory: 7.501GiB
11:06:04  Name: ip-10-100-116-35
11:06:04  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
11:06:04  Docker Root Dir: /var/lib/docker
11:06:04  Debug Mode: false
11:06:04  Username: dockerbuildbot
11:06:04  Registry: https://index.docker.io/v1/
11:06:04  Labels:
11:06:04  Experimental: true
11:06:04  Insecure Registries:
11:06:04   127.0.0.0/8
11:06:04  Live Restore Enabled: true
11:06:04 
11:06:04 WARNING: No swap limit support
[Pipeline] stage
[Pipeline] { (e2e)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

java.lang.NoSuchMethodError: No such DSL method 'steps' found among steps [addEmbeddableBadgeConfiguration, ansiColor, archive, awaitDeploymentCompletion, awsIdentity, bat, build, catchError, cfInvalidate, cfnCreateChangeSet, cfnDelete, cfnDeleteStackSet, cfnDescribe, cfnExecuteChangeSet, cfnExports, cfnUpdate, cfnUpdateStackSet, cfnValidate, checkout, container, containerLog, deleteDir, deployAPI, dir, dockerFingerprintFrom, dockerFingerprintRun, ec2, ec2ShareAmi, echo, ecrDeleteImage, ecrListImages, ecrLogin, emailext, emailextrecipients, envVarsForTool, error, fileExists, findFiles, getContext, git, githubNotify, input, invokeLambda, isUnix, jiraComment, jiraIssueSelector, jiraSearch, junit, library, libraryResource, listAWSAccounts, load, mail, milestone, node, nodesByLabel, parallel, podTemplate, powershell, properties, publishHTML, pwd, pwsh, readCSV, readFile, readJSON, readManifest, readMavenPom, readProperties, readTrusted, readYaml, resolveScm, retry, s3Copy, s3Delete, s3DoesObjectExist, s3Download, s3FindFiles, s3PresignURL, s3Upload, script, setAccountAlias, sh, sha1, slackSend, sleep, snsPublish, sshagent, stage, stash, step, svn, tee, timeout, timestamps, tm, tool, touch, triggerRemoteJob, unarchive, unstable, unstash, unzip, updateIdP, updateTrustPolicy, validateDeclarativePipeline, waitUntil, warnError, withAWS, withContext, withCredentials, withDockerContainer, withDockerRegistry, withDockerServer, withEnv, wrap, writeCSV, writeFile, writeJSON, writeMavenPom, writeYaml, ws, zip] or symbols [CredentialsAuth, NoneAuth, NullAuth, TokenAuth, abstractItemDirectoryComponent, agentDumpExportTableComponent, agentJVMProcessSystemMetricsComponent, agentSystemConfigurationComponent, agentsConfigFileComponent, all, allOf, always, any, anyOf, apiToken, architecture, archiveArtifacts, artifactManager, authorizationMatrix, aws, awsCredentials, azureServicePrincipal, azureVMCloudRetentionStrategy, batchFile, bitbucket, booleanParam, branch, brokenBuildSuspects, brokenTestsSuspects, buildAllBranches, buildAnyBranches, buildButton, buildChangeRequests, buildDiscarder, buildDiscarders, buildNamedBranches, buildNoneBranches, buildRegularBranches, buildTags, buildingTag, caseInsensitive, caseSensitive, certificate, changeRequest, changelog, changeset, checkoutToSubdirectory, choice, choiceParam, clock, command, configMapVolume, containerEnvVar, containerLivenessProbe, containerTemplate, credentials, cron, crumb, culprits, default, defaultView, demand, developers, disableConcurrentBuilds, disableResume, docker, dockerCert, dockerfile, downstream, dumb, durabilityHint, dynamicPVC, emptyDirVolume, emptyDirWorkspaceVolume, envVar, envVars, environment, equals, exact, expression, extendedChoice, file, fileParam, filePath, fingerprint, frameOptions, freeStyle, freeStyleJob, fromScm, fromSource, git, gitBranchDiscovery, gitHubBranchDiscovery, gitHubBranchHeadAuthority, gitHubExcludeArchivedRepositories, gitHubForkDiscovery, gitHubPullRequestDiscovery, gitHubSshCheckout, gitHubTagDiscovery, gitHubTrustContributors, gitHubTrustEveryone, gitHubTrustNobody, gitHubTrustPermissions, gitTagDiscovery, github, githubAccessToken, githubPush, headRegexFilter, headWildcardFilter, hostPathVolume, hostPathWorkspaceVolume, hyperlink, hyperlinkToModels, inheriting, inheritingGlobal, installSource, isRestartedRun, jclouds, jdk, jdkInstaller, jgit, jgitapache, jnlp, jobBuildDiscarder, jobDsl, jobName, kubernetes, label, lastDuration, lastFailure, lastGrantedAuthorities, lastStable, lastSuccess, legacy, legacySCM, list, local, location, logRotator, loggedInUsersCanDoAnything, masterBuild, masterJVMProcessSystemMetricsComponent, masterSystemConfigurationComponent, maven, maven3Mojos, mavenErrors, mavenMojos, mavenWarnings, merge, modernSCM, myView, never, newContainerPerStage, nfsVolume, nfsWorkspaceVolume, node, nodeProperties, nodeRemoteDirectoryComponent, nonInheriting, none, not, onFailure, override, overrideIndexTriggers, paneStatus, parallelsAlwaysFailFast, parameters, password, pattern, permanent, persistentVolumeClaim, persistentVolumeClaimWorkspaceVolume, pipeline-model, pipeline-model-docker, pipelineTriggers, plainText, plugin, podAnnotation, podEnvVar, podLabel, pollSCM, portMapping, preserveStashes, projectNamingStrategy, proxy, queueItemAuthenticator, quietPeriod, rateLimitBuilds, recipients, regex, requestor, resourceRoot, run, runDirectoryComponent, runParam, s3, sSHLauncher, schedule, scmRetryCount, script, scriptApproval, scriptApprovalLink, search, secretEnvVar, secretVolume, security, shell, simpleBuildDiscarder, skipDefaultCheckout, skipStagesAfterUnstable, slackNotifier, slave, sourceRegexFilter, sourceWildcardFilter, ssh, sshUserPrivateKey, stackTrace, standard, status, string, stringParam, swapSpace, tag, teamSlugFilter, text, textParam, threadDumpsComponent, timezone, tmpSpace, toolLocation, triggeredBy, unsecured, upstream, upstreamDevelopers, url, userSeed, usernameColonPassword, usernamePassword, viewsTabBar, weather, wildcards, zfs, zip] or globals [codecov, currentBuild, docker, dockerImageTagToDigest, documentationChecker, env, getCommitSha, getNodeNamesByLabel, getNodeNamesByPrefix, getRepoUrl, gitCommit, golangTester, matrixTest, params, petMinder, pipeline, s3Archive, s3Fetch, scm, sonarScan, testSummary, withChownWorkspace, withGithubStatus, withTool, withVpn, wrappedNode]
	at org.jenkinsci.plugins.workflow.cps.DSL.invokeMethod(DSL.java:202)
	at org.jenkinsci.plugins.workflow.cps.CpsScript.invokeMethod(CpsScript.java:122)
	at sun.reflect.GeneratedMethodAccessor606.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:93)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1213)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1022)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:42)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:163)
	at org.kohsuke.groovy.sandbox.GroovyInterceptor.onMethodCall(GroovyInterceptor.java:23)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:157)
	at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:161)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:165)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:135)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17)
	at WorkflowScript.run(WorkflowScript:11)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:86)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:113)
	at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:83)
	at sun.reflect.GeneratedMethodAccessor604.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72)
	at com.cloudbees.groovy.cps.impl.ClosureBlock.eval(ClosureBlock.java:46)
	at com.cloudbees.groovy.cps.Next.step(Next.java:83)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174)
	at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:129)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:268)
	at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$001(SandboxContinuable.java:18)
	at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:51)
	at org.jenkinsci.plugins.workflow.cps.CpsThread.runNextChunk(CpsThread.java:185)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.run(CpsThreadGroup.java:400)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup.access$400(CpsThreadGroup.java:96)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:312)
	at org.jenkinsci.plugins.workflow.cps.CpsThreadGroup$2.call(CpsThreadGroup.java:276)
	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$2.call(CpsVmExecutorService.java:67)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Finished: FAILURE