16:00:10 #startmeeting Fedora ELN SIG (2021-07-02) 16:00:10 Meeting started Fri Jul 2 16:00:10 2021 UTC. 16:00:10 This meeting is logged and archived in a public location. 16:00:10 The chair is sgallagh[m]. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:10 Useful Commands: #action #agreed #halp #info #idea #link #topic. 16:00:10 The meeting name has been set to 'fedora_eln_sig_(2021-07-02)' 16:00:10 #meetingname eln 16:00:10 The meeting name has been set to 'eln' 16:00:10 #chair sgallagh bookwar dcavalca 16:00:10 #topic init process 16:00:10 Current chairs: bookwar dcavalca sgallagh sgallagh[m] 16:00:28 .hello sgallagh 16:00:29 sgallagh[m]: sgallagh 'Stephen Gallagher' 16:00:38 .hello2 16:00:38 jforbes: jforbes 'Justin M. Forbes' 16:00:39 .hello churchyard 16:00:42 mhroncok: churchyard 'Miro HronĨok' 16:01:02 * mhroncok decided to show in case we'll discuss the build order proposal 16:01:12 *to show up 16:01:24 It's on the agenda, so yes we will discuss it :) 16:01:55 .hello ngompa 16:01:56 King_InuYasha: ngompa 'Neal Gompa' 16:02:31 Greetings, your majesty. 16:03:38 OK, let's get rolling 16:03:58 #topic ELN package rebuild strategy 16:04:06 #link https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/VYTDBTSCWUNS732XXVVWXL7S235AEZKG/ 16:04:11 argh 16:04:14 #undo 16:04:14 Removing item from minutes: 16:04:18 lol 16:04:22 you did it *again* :P 16:04:29 #link https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EKBW5DRRYGMJ5KOAHBGSXMOKGVSA3NPE/ 16:04:33 you really love nodejs :P 16:04:37 I copied it from my email :-P 16:04:48 nobody loves nodejs 16:05:34 :D 16:05:43 This proposal got a bit of chatter on the mailing list which seems to have died down. 16:06:19 Does anyone here want to raise any concerns about it? 16:06:39 mhroncok: I know you'd come up with an edge-case or two, if you want to get those on the record. 16:06:40 So, I am generally okay with this, it will do a lot for stability of ELN. My only concern (and this is happening now), is that ELN can pull in buildreqs from rawhide which should not/do not exist in ELN at all. That will become a problem later when things branch to CentOS stream or whatever 16:07:01 yeah, I'm personally a bit concerned about that as well 16:07:30 I know that was a goal to be able to use Rawhide as an outlay and the seed, but I wouldn't expect it to do that on an ongoing basis 16:07:42 "Should not" and "do not" are two different situations. 16:07:53 While that happens now, this proposal only makes it a bit worse in that major version bumps are the most likely to bring in new deps which may or may not be ELN targeted 16:08:19 jforbes: I don't unerstand how does thsi proposal make it worse 16:09:04 FWIW, I only noticed this because we had a line in the wrong place in the kernel, so it tried to bring in bpftools as a buildreq for i686, which doesn't exist in eln. It only failed because the rawhide version was built against a newer glibc than ELN had available 16:09:23 jforbes: I'm probably missing something, but I don't see the issue with this, other than that it means trimming will have to happen later if a dep really isn't desired in CentOS Stream 16:09:54 I can only see that it makes this works becasue things are more likely to build 16:10:00 and when things don't build, they don't change 16:10:01 mhroncok: it doesn't make it a lot worse. It is already hard to detect because a package build succeeds, but people analyze sidetags more than general builds 16:10:09 *makes this worse 16:10:30 it's too bad we can't just track side tags and make JIT clones of them 16:10:43 When the expectation is that rawhide buildreqs are normal, it just buries the problem a bit more 16:11:23 basically, as side-tags are being populated, the ELN bot could do the same 16:11:23 King_InuYasha: We *can*, but it turns out to be an incredible amount of effort for minimal gain over the proposed strategy. 16:11:41 And there are unsolvable race-conditions 16:12:03 of creating a side tag and populating it as one is pushed in for rawhide? 16:12:08 jforbes: using a rawhide build of a package as a BR in eln is normal... but "the machinery" should also pull that package into eln and rebuild it there, so any later rebuild happesn against the eln package 16:12:10 Overall, I am all for this proposal. Longer term, I would like to maybe see something that compares the depsolver to the package list in ELN and won't install from rawhide if the package is in eln already 16:12:21 that is, for each package submitted into a side-tag, another would go into the ELN clone side tag 16:12:29 and when the rawhide side tag is merged, the ELN one would be too 16:12:31 jforbes: and if that specific package is not desired to be in ELN, it should not be BRed from an ELn package 16:12:48 King_InuYasha: I can walk you through the details outside of the meeting, but it's a lot harder than it sounds. 16:12:54 sgallagh[m]: sure 16:13:13 King_InuYasha: the entire reason for this proposal is that nobody was able to figure that thing you describe out yet 16:13:19 mhroncok: unless the package is already in eln, and the subpackage does not exist on a specific arch 16:13:31 mhroncok: ehh? 16:13:45 it doesn't seem that difficult to do, but we can talk afterward about it 16:13:50 the thing as-is is fine 16:13:55 King_InuYasha: a request to do clone ELn side tags exists since the beginnign of ELN 16:14:03 As mhroncok says, that was how we were originally trying to approach the problem, but solving all the difficult edge-cases is proving impossible. 16:14:07 Maybe this is just a really weird corner case I happened to hit and it won't be something anyone else seems to hit. If that is the case, I am not too concerned, I already know to look for it now 16:14:23 Vs. the current proposal which is far less work and covers ~99% of the need. 16:14:50 sgallagh[m]: yes, in all instances, I think this solves a whole lot more problems than it creates 16:14:53 jforbes: I think that corner case is detectable via Content Resolver, so I'm not overly concerned. 16:15:04 CR will tell you what workload(s) pulls it in 16:15:35 well if a package has %if-eln ExcludeArch, this will indeed be problematic 16:16:01 becasue whether or not dependent packages can build will be basically a coin flip 16:16:02 My main concern, is we never would have known we had the bug or that this was happening had the eln buildroot not been broken for a day and the new glibc not been available in the depsolver 16:17:03 Anyway, minor concern for the record. Still in favor of the proposal 16:17:09 right. when the eln buildroot is outdated, it can help discover problems 16:17:30 True, but it causes more than it discovers. 16:17:36 let's do it then 16:17:46 I'm all for more problems in ELN :P 16:17:47 my edge case that I told sgallagh[m] about earlier over chat is... 16:17:52 (The continuous kernel integration team uses ELN and had been hounding me to get the composes fixed) 16:18:11 let's get a real example 16:18:22 King_InuYasha: I am too... more problems in ELN will lead to fewer in CentOS Stream/RHEL :-) 16:18:24 python3-docs does not build with python3-sphinx (yet) 16:18:57 when we update Python, I want to update the python3-docs package, but I cannot, as we are already at python3-sphinx 4 16:19:16 correction: python3-docs does not build with python3-sphinx *4* (yet) 16:19:29 so what I would normally do is to... 16:19:32 1) create a side tag 16:19:40 2) tag pytohn3-sphinx 3 into it 16:19:45 3) build python3-docs 16:19:52 4) untag pytohn3-sphinx 3 16:20:08 5) create a rawhide bodhi update from the side tag with just python3-docs 16:20:31 the proposed solution would tag that build of python3-docs into ELN 16:20:37 and attempted a rebuild of it 16:20:55 but it would still fail, becasue it has no information about builds tagged to the buildroot temporarily 16:21:03 The rebuild would fail, but the Rawhide version would still be there 16:21:08 correct 16:21:26 but no amount of automated rebuilds would ever make it suceed as a true ELN build 16:21:50 My response to mhroncok about this elsewhere was that I think this is probably something we can document as a known limitation and deal with on an individual basis. 16:22:02 a human operator would need to figure out what happens (e.g. by aksing me "how the hell did you manage to get it built in rawhide?") 16:22:04 Rather than attempt to engineer a solution that can cover it perfectly. 16:22:21 (Lots of alcohol) 16:22:35 and I agreed with sgallagh[m] abotu this, i just wanted to make sure it's a known thing 16:22:41 Yup, occasional (hopefully rare) corner cases are going to happen with anything we do 16:23:18 Thanks for summarizing, mhroncok 16:23:41 * mhroncok hopes that when this happens, the maintainers won't see 1000 failed ELN rebuild attempts a week, but would rather be approached by a person 16:24:21 Yeah, we'll make sure that doesn't happen 16:25:04 One thing I suggested elsewhere was that we should probably have a daily report from the compose which (among other things) lists any packages with a `.fcNN` release tag in it. 16:25:30 Because those will generally be things requiring investigation (though I hope most will just turn out to be test-flakes) 16:26:52 https://docs.fedoraproject.org/en-US/eln/status/ 16:27:02 this would basically change to... 16:27:30 "true ELN build" vs "inherited Fedora build" 16:27:48 Ack 16:28:04 I keep forgetting that page exists and I really need to make it part of my morning routine to read it 16:29:01 So yeah, we'll just tweak that a bit to make it easy to filter on that case. 16:29:46 Alright, to get the formalities out of the way: 16:29:46 Proposal: ELN rebuilds will adopt the mechanism proposed in https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EKBW5DRRYGMJ5KOAHBGSXMOKGVSA3NPE/ 16:29:49 +1 16:30:45 +1 16:30:49 +1 16:31:53 mhroncok was +1 upthread, so: 16:32:00 * mhroncok doesn't vote 16:32:05 not a sig member 16:33:00 #agreed ELN rebuilds will adopt the mechanism proposed in https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EKBW5DRRYGMJ5KOAHBGSXMOKGVSA3NPE/ (+3, 0, -0) 16:33:05 mhroncok: Do you want to be? :) 16:33:22 #topic Open Floor 16:33:34 sgallagh[m]: I have too many things to worry about already, thanks 16:33:38 That was the only topic I had on the agenda, but if anyone else wants to bring something up... 16:34:39 nothing else here 16:34:51 nothing here 16:35:03 Then have 25 minutes back 16:35:07 Thank you all for coming. 16:35:27 #endmeeting