Refinery problem fetching console data - no such file or directory

Bug #1441690 reported by Larry Michel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Doberman
New
Undecided
Unassigned

Bug Description

Darren had asked me to open a bug for this.

Refinery runs into this when fetching console data:

2015-04-06 13:06:43,120 [INFO] doberman.analysis: Problem fetching console data for pl 2969ea14-c635-4bf3-9e61-76383e3248c4 (bug unfiled-0bb51f6c-15c5-4ddb-abbe-30b167bf862d). [Errno 2] No such file or directory
2015-04-06 13:06:45,949 [INFO] doberman.analysis: Problem fetching console data for pl 5e3b2c9b-75a1-45a6-ba4f-96cda0337773 (bug unfiled-d700323a-062b-409c-a91a-eab8eb621ab4). [Errno 2] No such file or directory
2015-04-06 13:06:49,100 [INFO] doberman.analysis: Problem fetching console data for pl 6a4f773a-b266-4ebd-8cee-bde245027b15 (bug unfiled-d43b3ed8-5a33-4386-9b15-25018713ae21). [Errno 2] No such file or directory
2015-04-06 13:06:52,497 [INFO] doberman.analysis: Problem fetching console data for pl 3344b623-d1db-4f0a-a482-a82e5c629107 (bug unfiled-f99cc806-fb6a-4900-92ce-326a84a5c0c6). [Errno 2] No such file or directory
2015-04-06 13:06:55,940 [INFO] doberman.analysis: Problem fetching console data for pl 00ad5330-52ec-4353-b8fb-2448a1bce9ad (bug unfiled-e7aee09b-edbb-486f-9d18-75341ad0de9c). [Errno 2] No such file or directory
2015-04-06 13:06:59,469 [INFO] doberman.analysis: Problem fetching console data for pl b7971c54-369e-497a-acc8-594aa038f5bb (bug unfiled-745f2569-7149-429b-aefc-b37ff061e5c1). [Errno 2] No such file or directory
2015-04-06 13:07:02,552 [INFO] doberman.analysis: Problem fetching console data for pl 2fc0879a-13ec-4e95-aaf0-89da16fc9812 (bug unfiled-6e4e5048-54b1-4cea-aa77-82762da00d49). [Errno 2] No such file or directory
2015-04-06 13:07:05,789 [INFO] doberman.analysis: Problem fetching console data for pl a2dd4c84-97dd-4074-a85f-09f2f4120d2b (bug unfiled-e016f3c7-0dc7-4a94-946d-a81a9c41f933). [Errno 2] No such file or directory
2015-04-06 13:07:09,140 [INFO] doberman.analysis: Problem fetching console data for pl f37cee7b-da3f-4dbd-a0f6-bbc3b6a43535 (bug unfiled-9ba3724d-0c15-4f18-9a2a-839428187337). [Errno 2] No such file or directory

This is what I think the problem is:

In unify():

  ==> rename = "{}_console.txt".format(job)

  Which is getting passed to:

    def download_specific_file(self, job, pipeline_id, build_num, marker,
                               outdir, rename=False):

  A boolean is expected but a string is passed
  ==> self.download_specific_file(*params)
     where params = (job, pipeline_id, build, 'console.txt', op_dir, rename)

Also, in download_specific_file(),

 ==> if rename:

  should be --> if rename == True:

Tags: oil
Larry Michel (lmic)
tags: added: oil
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.