Skip to content
Failed

Console Output

Skipping 627 KB.. Full Log
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: up_test.go:84: CliSuite.TestRecreateNoRecreate
01:39:58 
01:39:58 up_test.go:85:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectyzlvhnk -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectidzrszv -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: up_test.go:53: CliSuite.TestRecreateVols
01:39:58 
01:39:58 up_test.go:54:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplateWithVols)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectidzrszv -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58           volumes:
01:39:58           - /root:/root
01:39:58           - /home:/home
01:39:58           - /var/lib/vol1
01:39:58           - /var/lib/vol2
01:39:58           - /var/lib/vol4
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojecteksxhwa -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: volume_test.go:43: CliSuite.TestRelativeVolume
01:39:58 
01:39:58 volume_test.go:44:
01:39:58     p := s.ProjectFromText(c, "up", `
01:39:58     	server:
01:39:58     	  image: busybox
01:39:58     	  volumes:
01:39:58     	    - .:/path
01:39:58     	`)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojecteksxhwa -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58 	server:
01:39:58 	  image: busybox
01:39:58 	  volumes:
01:39:58 	    - .:/path
01:39:58 	
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectrrkcijv -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: restart_test.go:9: CliSuite.TestRestart
01:39:58 
01:39:58 restart_test.go:10:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectrrkcijv -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: run_test.go:19: CliSuite.TestRun
01:39:58 
01:39:58 run_test.go:35:
01:39:58     c.Assert(cmd.Wait(), IsNil)
01:39:58 ... value *errors.errorString = &errors.errorString{s:"exec: not started"} ("exec: not started")
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectobqqwbw -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: scale_test.go:10: CliSuite.TestScale
01:39:58 
01:39:58 scale_test.go:11:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectobqqwbw -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectnswfhrr -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: scale_test.go:46: CliSuite.TestScaleWithHostPortWarning
01:39:58 
01:39:58 scale_test.go:53:
01:39:58     p := s.ProjectFromText(c, "up", template)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectnswfhrr -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58 	test:
01:39:58 	  image: busybox
01:39:58 	  ports:
01:39:58 	  - 8001:8001
01:39:58 	
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running create [--verbose -p testprojectjyfpeqr -f - create]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: start_test.go:9: CliSuite.TestStart
01:39:58 
01:39:58 start_test.go:10:
01:39:58     p := s.ProjectFromText(c, "create", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectjyfpeqr -f - create]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectjbmbipf -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: stop_test.go:9: CliSuite.TestStop
01:39:58 
01:39:58 stop_test.go:10:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectjbmbipf -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectbuvnmbg -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: pause_unpause_test.go:51: CliSuite.TestUnpause
01:39:58 
01:39:58 pause_unpause_test.go:52:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectbuvnmbg -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectxyocimn -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: pause_unpause_test.go:76: CliSuite.TestUnpauseNotPausedService
01:39:58 
01:39:58 pause_unpause_test.go:77:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectxyocimn -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectaidknuc -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: up_test.go:15: CliSuite.TestUp
01:39:58 
01:39:58 up_test.go:16:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectaidknuc -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojectopnfqov -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: up_test.go:177: CliSuite.TestUpAfterImageTagDeleted
01:39:58 
01:39:58 up_test.go:195:
01:39:58     p := s.ProjectFromText(c, "up", template)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectopnfqov -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58 	hello:
01:39:58 	  labels:
01:39:58 	    key: val
01:39:58 	  image: busybox:zmopdfm
01:39:58 	  stdin_open: true
01:39:58 	  tty: true
01:39:58 	
01:39:58 
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 PASS: up_test.go:291: CliSuite.TestUpNoBuildFailIfImageNotPresent	0.000s
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: up_test.go:299: CliSuite.TestUpNoBuildShouldWorkIfImageIsPresent
01:39:58 
01:39:58 up_test.go:304:
01:39:58     c.Assert(err, IsNil)
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running up [--verbose -p testprojecttixeklz -f - up -d]"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: up_test.go:25: CliSuite.TestUpNotExistService
01:39:58 
01:39:58 up_test.go:26:
01:39:58     p := s.ProjectFromText(c, "up", SimpleTemplate)
01:39:58 common_test.go:114:
01:39:58     c.Assert(err, IsNil, Commentf("Failed to run %s %v: %v\n with input:\n%s", s.command, err, args, input))
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 ... Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojecttixeklz -f - up -d]
01:39:58  with input:
01:39:58 
01:39:58         hello:
01:39:58           image: busybox
01:39:58           stdin_open: true
01:39:58           tty: true
01:39:58         
01:39:58 
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 SKIP: volume_test.go:79: CliSuite.TestV2Volume (Not(Test requires the daemon version to be 1.9))
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running create [--verbose -p testprojectfwbjflk -f - create]"
01:39:58 time="2019-08-28T01:39:58Z" level=error msg="Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectfwbjflk -f - create]\n with input:\n\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: create_test.go:262: CliSuite.TestValidation
01:39:58 
01:39:58 create_test.go:270:
01:39:58     c.Assert(strings.Contains(output, "Service 'test' configuration key 'ports' contains an invalid type, it should be an array."), Equals, true)
01:39:58 ... obtained bool = false
01:39:58 ... expected bool = true
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running create [--verbose -p testprojectzyirtet -f - create]"
01:39:58 time="2019-08-28T01:39:58Z" level=error msg="Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectzyirtet -f - create]\n with input:\n\nversion: '2'\nservices:\n  test:\n    image: busybox\n    ports: invalid_type\n\t"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: create_test.go:297: CliSuite.TestValidationV2
01:39:58 
01:39:58 create_test.go:307:
01:39:58     c.Assert(strings.Contains(output, "Service 'test' configuration key 'ports' contains an invalid type, it should be an array."), Equals, true)
01:39:58 ... obtained bool = false
01:39:58 ... expected bool = true
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running create [--verbose -p testprojectdufvcjt -f - create]"
01:39:58 time="2019-08-28T01:39:58Z" level=error msg="Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectdufvcjt -f - create]\n with input:\n\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: create_test.go:327: CliSuite.TestValidationWithExtends
01:39:58 
01:39:58 create_test.go:339:
01:39:58     c.Assert(strings.Contains(output, "Unsupported config option for base service: 'privilege' (did you mean 'privileged'?)"), Equals, true)
01:39:58 ... obtained bool = false
01:39:58 ... expected bool = true
01:39:58 
01:39:58 time="2019-08-28T01:39:58Z" level=info msg="Running create [--verbose -p testprojectqiohpeg -f - create]"
01:39:58 time="2019-08-28T01:39:58Z" level=error msg="Failed to run ../bundles/libcompose-cli fork/exec ../bundles/libcompose-cli: no such file or directory: [--verbose -p testprojectqiohpeg -f - create]\n with input:\n\nversion: '2'\nservices:\n  base:\n    image: busybox\n    privilege: \"something\"\n  test:\n    extends:\n      service: base\n\t"
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: create_test.go:380: CliSuite.TestValidationWithExtendsV2
01:39:58 
01:39:58 create_test.go:394:
01:39:58     c.Assert(strings.Contains(output, "Unsupported config option for base service: 'privilege' (did you mean 'privileged'?)"), Equals, true)
01:39:58 ... obtained bool = false
01:39:58 ... expected bool = true
01:39:58 
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: volume_test.go:11: CliSuite.TestVolumeFromService
01:39:58 
01:39:58 volume_test.go:15:
01:39:58     c.Assert(err, IsNil)
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 
01:39:58 
01:39:58 ----------------------------------------------------------------------
01:39:58 FAIL: volume_test.go:27: CliSuite.TestVolumeFromServiceWithContainerName
01:39:58 
01:39:58 volume_test.go:31:
01:39:58     c.Assert(err, IsNil)
01:39:58 ... value *os.PathError = &os.PathError{Op:"fork/exec", Path:"../bundles/libcompose-cli", Err:0x2} ("fork/exec ../bundles/libcompose-cli: no such file or directory")
01:39:58 
01:39:58 OOPS: 2 passed, 2 skipped, 55 FAILED
01:39:58 --- FAIL: Test (1.22s)
01:39:58 FAIL
01:39:58 coverage: 38.9% of statements
01:39:58 exit status 1
01:39:58 FAIL	github.com/docker/libcompose/integration	1.224s
01:39:58 ---> Making bundle: .integration-daemon-stop (in .)
01:39:58 /go/src/github.com/docker/libcompose/hack/make.sh: line 22: hack/.integration-daemon-stop: No such file or directory
01:39:59 Makefile:30: recipe for target 'test' failed
01:39:59 make: *** [test] Error 1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] echo
01:39:59 chowning workspace
[Pipeline] sh
01:39:59 + uname -m
[Pipeline] sh
01:39:59 + pwd
01:39:59 + id -u
01:39:59 + id -g
01:39:59 + docker run --rm -v /home/ubuntu/workspace/libcompose_PR-528:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] archive
01:40:00 The archive step is deprecated, please use archiveArtifacts instead.
01:40:00 No files found to archive for pattern "bundles"; continuing.
[Pipeline] sh
01:40:01 + docker rmi dockerbuildbot/libcompose:f73aaea1adacec9a1d679996960c27956b06a020
01:40:01 Untagged: dockerbuildbot/libcompose:f73aaea1adacec9a1d679996960c27956b06a020
01:40:01 Deleted: sha256:42fdd8adc96df550e6ec733559e384d36216e2af97e99353f0e5db50e2ee6fec
01:40:01 Deleted: sha256:85fdeb4f16b08682a77b8202d581fb6ad84e7702a5d125630addce721056ba2a
01:40:01 Deleted: sha256:152b04d25e09ae8ae57db7e9dcd2ea9e5b8f63976e6afb180fe1609ff121dc05
01:40:01 Deleted: sha256:1143b01c7dfcb177e159cea967e10e1d97cf97de4ee6d9f99cf40f8086ead80f
01:40:01 Deleted: sha256:036570ff86ec912151c10d8a48bb3a8cfd283c2cb27d2326c9e4f4d023eb0e41
01:40:01 Deleted: sha256:9ed3e288a4b7fac8cab52d3f38f35834e69bbbef6b7e08f9763ad8725e96b40f
01:40:01 Deleted: sha256:3b945bdd1599381a04b5a5d50d8527ab812d38cb33ff5f8e1137856301a9801a
01:40:01 Deleted: sha256:7859c693a68091f3887fb5aa1024ae99c5b063fae14c5d89f9fa7808ac3a9004
01:40:01 Deleted: sha256:8fc70c67173f7aeb94a1235ffcc63476fa5daf6639a9513c0f4165c8a9e163d4
01:40:01 Deleted: sha256:f5e111be8f1e3bb8e45981fff4a26e7e85b95b00fe9d42c44d0d01c02aa7f273
01:40:01 Deleted: sha256:1df396ab6ab95d2ddf1bf32f0e07ec4c08e0165adb2ae551401ab1abf6293ed2
01:40:01 Deleted: sha256:a58c14583787e5146533f1abb286256ca30d6830f069081dc59a861cc40a0233
01:40:01 Deleted: sha256:ceb49a5ec515f115ddee160740291f2df67c46c3a569d2a429baf70641d5d5b8
01:40:01 Deleted: sha256:4af7854e2c71ba688893d52caf9f3822c5b8c1476e59a876c5bd82aa21876b65
01:40:01 Deleted: sha256:ba08e1f8aa6e1666393a17f535d0cf905d0e798aed4db3cb253b18ae79f9747b
01:40:01 Deleted: sha256:49e92cd6cd42bb07d9b10a8219d54e8b3c20c226c11586e908bd09ff5f731e1a
01:40:01 Deleted: sha256:f840c4f39ac99743796e57fae84d277c29fe8d48b07da7942fbe2611e62e38b2
01:40:01 Deleted: sha256:a93d4b8a468935acb2632e95fac46a25a54d8924ff356b3357a87c1345b4fe49
01:40:01 Deleted: sha256:ad199f7ebde7c2a4b4f6ced07b014a078626d697a5187a75fd4898adf3eec574
01:40:01 Deleted: sha256:b0225be8edbc8cb42a19c4106b4c0bb730cc746732cb91d06fecce50f3382983
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Terminated
Terminated
Terminated

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE