Comment 3 for bug 1415297

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

The job [1] which copies images from pending to current fails with:

-----
Started by upstream project "vivid-server-amd64-smoke-default" build number 93
Building on master in workspace /var/lib/jenkins/jobs/mark-pending-current/workspace
[workspace] $ /bin/sh -xe /tmp/hudson5377606996504135430.sh
+ ssh -i /var/lib/jenkins/.ssh/cdimage <email address hidden> /srv/cdimage.ubuntu.com/bin/mark-current -p ubuntu -s vivid -t desktop -a amd64 20150131
Traceback (most recent call last):
  File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/tree.py", line 289, in mark_current_trigger
    publisher.mark_current(date, arches)
  File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/tree.py", line 2137, in mark_current
    date, ".marked_good"), "a+") as fd:
IOError: [Errno 2] No such file or directory: '/srv/cdimage.ubuntu.com/www/full/daily-live/20150131/.marked_good'
Traceback (most recent call last):
  File "/srv/cdimage.ubuntu.com/bin/mark-current", line 37, in <module>
    main()
  File "/srv/cdimage.ubuntu.com/bin/mark-current", line 33, in main
    Tree.mark_current_trigger(config, sys.argv[1:])
  File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/tree.py", line 289, in mark_current_trigger
    publisher.mark_current(date, arches)
  File "/srv/cdimage.ubuntu.com/bin/../lib/cdimage/tree.py", line 2137, in mark_current
    date, ".marked_good"), "a+") as fd:
IOError: [Errno 2] No such file or directory: '/srv/cdimage.ubuntu.com/www/full/daily-live/20150131/.marked_good'
Build step 'Execute shell' marked build as failure
Sending e-mails to: <email address hidden>
Finished: FAILURE
-----

[1] http://d-jenkins.ubuntu-ci:8080/job/mark-pending-current/