standalone jobs are failing in upstream gate - 'cp: cannot stat 'docker': No such file or directory'

Bug #1824850 reported by Ronelle Landy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Alex Schultz

Bug Description

Standalone jobs are all failing build-test-packages in gate with:

2019-04-15 15:30:52.261167 | primary | TASK [build-test-packages : Run DLRN] ******************************************
2019-04-15 15:30:52.293081 | primary | Monday 15 April 2019 15:30:52 +0000 (0:00:00.134) 0:04:45.315 **********
2019-04-15 15:33:03.958463 | primary | fatal: [undercloud]: FAILED! => {
2019-04-15 15:33:03.958584 | primary | "changed": true,
2019-04-15 15:33:03.959307 | primary | "cmd": "set +e; source /home/zuul/dlrn-venv/bin/activate; while true; do\n dlrn --config-file projects.ini --head-only --package-name openstack-tripleo-heat-templates --local --info-repo rdoinfo --dev;\n if [ $? -eq 0 ]; then\n # SUCCESS\n break;\n elif [ $? -eq 1 ]; then\n # FAILED\n exit 1;\n elif [ $? -eq 2 ]; then\n # RETRY\n continue;\n fi;\n # Unexpected DLRN return code\n exit $?;\n done;",
2019-04-15 15:33:03.959400 | primary | "delta": "0:02:10.938763",
2019-04-15 15:33:03.959502 | primary | "end": "2019-04-15 15:33:03.926844",
2019-04-15 15:33:03.959558 | primary | "rc": 1,
2019-04-15 15:33:03.959658 | primary | "start": "2019-04-15 15:30:52.988081"
2019-04-15 15:33:03.959693 | primary | }
2019-04-15 15:33:03.959726 | primary |
2019-04-15 15:33:03.959771 | primary | STDERR:
2019-04-15 15:33:03.959804 | primary |
2019-04-15 15:33:03.959935 | primary | INFO:dlrn:Using file /tmp/tmpg8Cyqs for temporary db
2019-04-15 15:33:03.960231 | primary | INFO:dlrn-repositories:Getting https://github.com/rdo-packages/tripleo-heat-templates-distgit.git to ./data/openstack-tripleo-heat-templates_distro (rpm-master)
2019-04-15 15:33:03.960494 | primary | INFO:dlrn-repositories:Getting https://git.openstack.org/openstack/tripleo-heat-templates to ./data/openstack-tripleo-heat-templates (master)
2019-04-15 15:33:03.960689 | primary | INFO:dlrn-build:Processing openstack-tripleo-heat-templates 819a891e0733489ef43950fb9d5e9b0f71782095
2019-04-15 15:33:03.960827 | primary | INFO:dlrn-build-mock:restorecon did not run correctly, restorecon
2019-04-15 15:33:03.961071 | primary | ERROR:dlrn-build:Build failed. See logs at: /home/zuul/DLRN/data/repos/81/9a/819a891e0733489ef43950fb9d5e9b0f71782095_dev/
2019-04-15 15:33:03.961258 | primary | INFO:dlrn:Received exception Error in build_rpm_wrapper for openstack-tripleo-heat-templates:
2019-04-15 15:33:03.961293 | primary |
2019-04-15 15:33:03.961851 | primary | RAN: /usr/bin/env /usr/bin/mock -v -r /home/zuul/DLRN/data/dlrn-1.cfg --resultdir /home/zuul/DLRN/data/repos/81/9a/819a891e0733489ef43950fb9d5e9b0f71782095_dev --rebuild /home/zuul/DLRN/data/repos/81/9a/819a891e0733489ef43950fb9d5e9b0f71782095_dev/openstack-tripleo-heat-templates-10.4.1-0.20190415153215.819a891.el7.src.rpm
2019-04-15 15:33:03.961901 | primary |
2019-04-15 15:33:03.961954 | primary | STDOUT:
2019-04-15 15:33:03.961988 | primary |
2019-04-15 15:33:03.962021 | primary |
2019-04-15 15:33:03.962069 | primary | STDERR:
2019-04-15 15:33:03.962111 | primary |
2019-04-15 15:33:03.962297 | primary | ERROR:dlrn:Received exception Error in build_rpm_wrapper for openstack-tripleo-heat-templates:
2019-04-15 15:33:03.962331 | primary |
2019-04-15 15:33:03.962913 | primary | RAN: /usr/bin/env /usr/bin/mock -v -r /home/zuul/DLRN/data/dlrn-1.cfg --resultdir /home/zuul/DLRN/data/repos/81/9a/819a891e0733489ef43950fb9d5e9b0f71782095_dev --rebuild /home/zuul/DLRN/data/repos/81/9a/819a891e0733489ef43950fb9d5e9b0f71782095_dev/openstack-tripleo-heat-templates-10.4.1-0.20190415153215.819a891.el7.src.rpm
2019-04-15 15:33:03.962959 | primary |
201

DLRN logs are linked below:

http://logs.openstack.org/10/651910/2/gate/tripleo-ci-centos-7-standalone/ac51ec1/logs/delorean_logs/89/1f/891f628aca21800f928c322414f1ba4645e3608b_dev/build.log.txt.gz

The error is:

cp: cannot stat 'docker': No such file or directory
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.eItdbt (%install)
    Bad exit status from /var/tmp/rpm-tmp.eItdbt (%install)
Child return code was: 1
EXCEPTION: [Error()]
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace
    result = func(*args, **kw)
  File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do
    raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode)
Error: Command failed. See logs for output.
 # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/openstack-tripleo-heat-templates.spec

Tags: alert ci
Ronelle Landy (rlandy)
tags: added: alert ci
Ronelle Landy (rlandy)
Changed in tripleo:
milestone: none → stein-rc1
importance: Undecided → Critical
status: New → Triaged
Revision history for this message
Ronelle Landy (rlandy) wrote :
Revision history for this message
Alex Schultz (alex-schultz) wrote :
Changed in tripleo:
assignee: nobody → Alex Schultz (alex-schultz)
status: Triaged → In Progress
Changed in tripleo:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.