218b36edc08e28d9e93f7ca2acd39f424297a430
[libreriscv.git] / HDL_workflow / libresoc_bug_process.mdwn
1 [[!toc ]]
2
3 ---
4
5 # LibreSOC Bug Process
6
7 * [Bug #1126](https://bugs.libre-soc.org/show_bug.cgi?id=1126)
8
9 * HDL workflow guide page: [[HDL_workflow]]
10
11 This page describes in detail how to raise new tasks (bugs) and how to approach
12 development within the project in order to get appropriate amount of funding
13 for the tasks completed.
14
15 # Why raise issues
16
17 * [Bug #1126](https://bugs.libre-soc.org/show_bug.cgi?id=1126)
18
19 If you have discovered a problem in Libre-SOC (software, hardware, etc.),
20 please raise a bug report!
21 Bug reports allow tracking of issues, both to make the developers lives easier,
22 as well as for tracking completed grant-funded work.
23
24 It is **extremely** important to link the new bug to previous ones. As Luke
25 mentioned on [this bug](https://bugs.libre-soc.org/show_bug.cgi?id=1139#c3),
26 "it is a mandatory project requirement that the graph from any bug
27 contain all other bugs (one "Group")".
28
29 The primary reason for this is to ensure bugs don't get buried and lost,
30 and will aid those tackling similar problems at a later time.
31
32 Also, for project management and financing purposes, it helps developers
33 to keep an up-to-date list of their tasks.
34
35 ##How to raise issues
36
37 1. Create a bug report.
38 2. Add in any links from the mailing list or IRC logs to the bug report for
39 back tracking (this is mandatory). Also fill in the URL field if there is a
40 relevant wiki page.
41 3. CC in relevant team members
42 4. Make absolutely sure to fill in "blocks", "depends on" or "see also" so
43 that the bug is not isolated (otherwise bugs are too hard to find if isolated
44 from everything else)
45 5. Ping on IRC to say a bug has been created
46 6. Unless you know exactly which milestone to use, leave blank initially. This
47 also applies when editing milestone, budget parent/child, toml fields. See
48 section [[HDL_workflow#Task management guidelines]] further down.
49 7. After setting the milestone, it is **absolutely required** to run
50 [budget-sync](https://git.libre-soc.org/?p=utils.git;a=blob;f=README.txt;hb=HEAD),
51 as it will point out any discrepancies. The budget allocations will be used for
52 accounting purposes and **MUST** be correct. *Note you can only get paid for
53 stuff done **after the nlnet grant is approved** (before the MOU is signed)*
54
55 If a developer ever needs to check which bugs are assigned to them, go to the
56 Libre-SOC bug tracker
57 [advanced search page](https://bugs.libre-soc.org/query.cgi?format=advanced),
58 and in the "Search by People" section, check "Bug Assignee" and "contains"
59
60 ## Additional info
61
62 - When mentioning other bugs in bug description or comment, use the
63 "bug #NNN" format, and not "#NNN". For example, writing `bug #1000` in
64 in the bugtracker comment section will create a link to
65 [bug #1000](https://bugs.libre-soc.org/show_bug.cgi?id=1000).
66 Following this syntax ensures the Bugzilla system converts
67 every bug reference into a hyperlink which makes things easier to track
68 (as you see the interdependencies between various tasks/bugs/milestones etc.).
69
70 # Adding sub-tasks to tasks under existing milestone
71
72 * notify Michiel and the relevant NNNN-NN@nlnet.nl team of
73 advance notice of intent to add new sub-tasks, cc'ing bob
74 goudriaan
75 - confirm with them that this is NOT a change in the AGREED
76 MILESTONE BUDGETs, because it is just sub-task allocation.
77 - confirm that they are happy to add the sub-tasks to the MoU
78 (this needs approval of bob goudriaan)
79 * *re-generate* the JSON file
80 * make a DIFF against the *PREVIOUS* JSON file
81 * create a MANUAL report/summary of "changes" that
82 NLnet may easily action
83 - "add the following task X to parent Y of amount W",
84 - and if any: "change parent Z available amount to V as a WRAPUP")
85 (this latter is because occasionally there are subtasks **not**
86 totalling the full parent amount, usually because a summary
87 report is needed. Michiel and I privately agreed to call
88 this "wrapup")
89 * obtain a confirmation that this has been actioned
90 * **double-check** that the RFP database correctly matches the new
91 bugzilla status.
92
93 PLEASE NOTE: YOU CANNOT ACTION THE ABOVE UNDER THE FOLLOWING CIRCUMSTANCES
94
95 1. to make a change to the actual budgetary amounts of the
96 Grant Milestones, without written authorization from Bob
97 and Michiel. a DIFFERENT PROCEDURE is needed.
98 this is because NLnet had to go through a 3rd party Verification
99 Process with the European Union: changing the amounts without
100 consent is therefore tantamount to fraud.
101
102 2. if there has been an RFP already submitted under a given Milestone,
103 it becomes NO LONGER POSSIBLE to change the JSON file in NLnet's
104 system because it is too complex.
105
106 there is one Grant in this complex situation: bug #690, the crypto
107 grant. it is made much more complex because it *pre-dates* NLnet's
108 current RFP system, where RFPs were submitted by EMAIL and there
109 are manual records not fully integrated into the database.
110
111 also note: as the addition of sub-tasks *requires a change to the MOU*
112 it should NOT be taken lightly, i.e. should not be arbitrarily done
113 one by one, but only in "batches".
114
115 considerable care therefore has to be taken to ensure that NLnet are
116 not overloaded, nor that the EU Auditor is given grounds to become
117 "suspicious" because of a dozen or more alterations to the MOU.
118 and write your nickname (i.e. andrey etc.).
119
120 # Budget Estimation
121
122 Working out a time taken (and budget) for a sub-tasks requires
123 guestimating. A small self-contained task should take
124 approximately **1/2 a day up to 8 days (+/- 40%)**.
125
126 The total for a group of sub-tasks should be approximately
127 **5-25 days**. If a single tasks looks like it might take
128 longer than 8 days, it is **required** to break it into
129 smaller subtasks. Big tasks can quickly get out of hand, so
130 if in doubt, splitting a task is the better option.
131
132 Assume *1 month is appx EUR 3000* (this is an average; the value
133 may be higher depending on circumstances) and back-calculate.
134
135 These numbers come from Luke's
136 [comment #8 on bug #1126](https://bugs.libre-soc.org/show_bug.cgi?id=1126#c8)
137
138 Statistically speaking using the +/- 40% variance for each task,
139 and adding up over 20+ tasks will give a time estimate
140 **that is accurate to +/- 10%**.
141
142 *(Any sources on this?)*
143
144 However it is very important to have a *clear idea of what is
145 actually needed*, and to *not leave anything out*.
146
147 For example, when determining the task of adding instructions:
148
149 - For each instruction perform a thought experiment:
150 "how many lines of HDL, how many unit tests?"
151 - Then from *- past experience -* estimate the total number
152 of days.
153 - Assume 1 month is appx EUR 3000 and back-calculate.
154 - Put that number for each instruction (or group)
155 into comment 0, add them up, and make that the total
156 for the task.
157
158 *(Luke has used this method for the last 5 years based on 20 years
159 of project management, and it is **expected for the team to familiarise
160 themselves with it**)*
161
162 Also, make sure not to forget including **documentation** in your
163 estimate. This ensures a portion of grant money is allocated
164 to actually documenting the work involved.
165
166 Without documentation, it is not only difficult to teach newcomers about
167 the code in question, it makes it difficult to come back to the code
168 6-12 months later for maintenance and/or improvement
169 (not a rare situation in LibreSOC).
170
171 Don't forget to ask fellow project for help, they might be able
172 to help determine the scope of the work involved.
173
174 # "I'm thinking of doing... procedure"
175
176 ## Preamble
177
178 Given the scale of this project and the critical reliance on certain parts
179 of it (such as devscripts, ISA csv files, ISACaller, etc.) on the work done
180 by the team, it is extremely important to raise any proposed changes and/or
181 improvements, and to wait for feedback *before* implementing said changes.
182
183 Going forward, we all need to keep this in mind when working on
184 critical parts of the codebase.
185
186 To make good use of available time and budget, the LibreSOC team should
187 focus on:
188
189 1. Completing tasks under grant budget
190 2. Make small, incremental changes which keep the overall codebase functional.
191 3. When coming up with fixes or improvements which are intrusive to the
192 *current* workflow (which may slow the team down from completing tasks
193 under grant budget), assign them to 'Future' milestone for grant
194 applications going forward.
195
196 Why these three points?
197
198 1. Work that cannot be related to grant sub-tasks (even if indirectly, by
199 bringing us closer to eventual completion), should be put aside *until
200 future funding is secured/confirmed*.
201 2. Small changes make it easier and quicker to find mistakes. That's one of
202 the reasons Luke has specified on [[/HDL_workflow]] to stick to small
203 commits. *(Andrey: I need to improve on this myself)*
204 3. Big changes are inherently risky. When LibreSOC was just a few people
205 (Luke and Jacob), it was easier to keep track of each other's progress.
206 5 years down the line, the situation has changed.
207 Keep in mind that changes to critical parts (whether big or small) will
208 now affect at minimum Luke, Dmitry, Jacob, Sadoon, myself
209 (perhaps also Cesar and Konstantinos, and so on).
210 By going through the process of documenting a change in a new bug report,
211 not only there's an opportunity to take a pause and think about
212 repercussions, it also adds to the list of work for future grant
213 applications (which will make it easier to draft focussed grants with
214 realistic timescales and budget).
215
216 ## Procedure
217
218 - If you discover a problem in code, raise a bug report, and use a
219 corresponding 'importance' setting depending on how serious you perceive the
220 issue to be. This will start a *discussion*.
221
222 **No work is to be started yet.**
223
224 - Based on generated discussion, determine if the issue is a *blocker to
225 current tasks under budget*. If it is a blocker , then the task 'importance'
226 to be set to 'major' or 'critical (or 'blocker').
227 *Andrey: need to clarify this*
228 If possible, a budget may be assigned after discussion and confirmation with
229 Luke and Andrey (depends on remaining budget/tasks).
230
231 - If the issue is *not a blocker*, but useful in future work, then the
232 'Future' milestone is to be assigned. The issue will be evaluated at a later
233 stage. At this point, no further time should be spent on this issue
234 (to prioritise outstanding tasks).
235
236 *(Andrey): Sometimes determining whether to use WONTFIX or INVALID is
237 difficult. Perhaps more examples would help?*
238
239 - If the issue is not a blocker, and the discussion shows that it is not
240 an issue at all, it is to be set to either of the following:
241 - `RESOLVED DUPLICATE` - If the issue raised already exists.
242 [Example, bug #962](https://bugs.libre-soc.org/show_bug.cgi?id=962)
243 - `RESOLVED WONTFIX` - If the issue requires too much time or budget.
244 [Example, bug #921](https://bugs.libre-soc.org/show_bug.cgi?id=921)
245 - `RESOLVED INVALID` - If the issue does not align with project goals or
246 methodology.
247 [Example, bug #76](https://bugs.libre-soc.org/show_bug.cgi?id=76)
248 - The final status will be confirmed after *at least two other people* (other
249 than the reporter) look at the bug report.
250 For cases considered to be `WONTFIX` or `INVALID`, 48h should be given
251 before the bug report is closed. This ensures the team has enough time to
252 see the discussion before the issue disappears.
253
254 - Once the issue has been discussed and determined to be critical to current
255 grant sub-task/s, and budget considered, *then* work can proceed in a separate
256 branch. Only after fixes have been confirmed to keep the CI tests passing,
257 can they be rebased (to keep commit history) into the master branch.
258
259 This procedure adds a time delay between the issue discovery and
260 start of work. This is important however because it allows for team members
261 to read bug updates without being overwhelmed and have time to add input.
262