Time  Nick             Message
00:52 koha-jenkins     Project Koha_21.11_D11 build #137: STILL UNSTABLE in 1 hr 5 min: https://jenkins.koha-community.org/job/Koha_21.11_D11/137/
01:00 koha-jenkins     Project Koha_Master_D11_ES6 build #33: SUCCESS in 7 min 43 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/33/
01:15 koha-jenkins     Project Koha_Master_D11_ES7 build #35: SUCCESS in 7 min 41 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/35/
02:34 koha-jenkins     Project Koha_Master build #2121: UNSTABLE in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_Master/2121/
03:33 koha-jenkins     Project Koha_21.05_D11 build #230: SUCCESS in 58 min: https://jenkins.koha-community.org/job/Koha_21.05_D11/230/
03:33 koha-jenkins     ashimema: Bug 29504: (follow-up) Account for other blockers
03:33 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29504 major, P5 - low, ---, martin.renvoize, RESOLVED FIXED, Confirm item parts requires force_checkout permission (checkouts tab)
05:10 koha-jenkins     Yippee, build fixed!
05:10 koha-jenkins     Project Koha_21.11_D11 build #138: FIXED in 1 hr 5 min: https://jenkins.koha-community.org/job/Koha_21.11_D11/138/
05:10 wahanui          Congratulations!
05:18 koha-jenkins     Project Koha_Master_D11_ES6 build #34: SUCCESS in 7 min 52 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/34/
05:26 koha-jenkins     Project Koha_Master_D11_ES7 build #36: SUCCESS in 7 min 54 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/36/
06:19 dcook            Huh... when did we stop storing sessions in YAML..
06:25 dcook            I know Joubu wrote a bug report for this at some point..
06:26 liliputech       hi koha
06:26 Joubu            did we?
06:27 dcook            I thought you said something about how CGI::Session::Serializer::yamlxs doesn't work?
06:27 Joubu            "serializer:yamlxs" - looks like we didn't
06:27 dcook            Because it's not collocated with other CGI::Session::Serializer code does weird thigns
06:27 dcook            I'm thinking that YAMLXS serializer isn't being used in 21.11+
06:27 dcook            As the data in the sessions table looks to me like it's been serialized using CGI::Session::Serialize::default..
06:29 dcook            Although maybe I'm wrong about it being default..
06:30 dcook            The data looks like hexadecimal in any case
06:30 Joubu            what's default?
06:30 wahanui          default is, like, determined by the biblio record, no
06:30 reiveune         hello
06:30 wahanui          que tal, reiveune
06:30 Joubu            dcook: it's yaml on master
06:31 dcook            Joubu: default uses Data::Dumper::Dump but looks like it's not that
06:31 dcook            Joubu: Really?
06:31 wahanui          it has been said that Really is out of date on how our jenkins workflow all fits together these days
06:31 dcook            koha-testing-docker and my 21.11 Koha isn't showing YAML..
06:31 Joubu            https://paste.koha-community.org/11410
06:31 dcook            Huh...
06:31 Joubu            this is what I always saw
06:31 pastebot         Someone at 127.0.0.1 pasted "me" (17 lines) at https://paste.koha-community.org/11411
06:31 dcook            This is what I'm seeing
06:31 Joubu            outch
06:32 Joubu            that's ugly :D
06:32 dcook            Right? Haha
06:32 dcook            In theory that shoudl be a self-checkout session. Let's see..
06:32 Joubu            with default I see a Dump output
06:32 dcook            Yeah this output doesn't look like default after all
06:33 dcook            Ok so it is YAML
06:33 dcook            But it's show as hexadecimal...
06:33 dcook            Bizarre
06:34 dcook            Well I don't have the brain space for that today. Oh well haha
06:35 liliputech       hello, got a security bug to apply but my bugzilla account won't allow me to see this bug, whom shall I ask for permission?
06:35 dcook            Apparently the self-checkout spits out an anonymous session for AutoSelfCheck.. blerg
06:35 dcook            liliputech: You should be able to see it if you submit it
06:35 dcook            Oh wait I see what you mean
06:35 dcook            Errr... rangi?
06:36 liliputech       I'm not the submitter, only have to download the patch
06:37 liliputech       (and eventually apply to 21.11.x today before release)
06:37 Joubu            liliputech: I am adding you
06:37 liliputech       great, thx joubu!
06:37 Joubu            done
06:40 Joubu            Do you know what the security workflow is?
06:41 liliputech       Joubu: reading it atm
06:42 dcook            I'm looking at a forked branch anyway so maybe that's why the self-checkout is looking weird.
06:42 liliputech       what is foo in "git push HEAD:new/security-release-foo" ?
06:43 liliputech       I guess version number, but what format? 21.11.10? 21-11-10? 211110?
06:44 dcook            Ahh it's because the self-checkout doesn't return a CGISESSID cookie. My browser is re-using old ones..
06:44 koha-jenkins     Project Koha_Master build #2122: STILL UNSTABLE in 1 hr 10 min: https://jenkins.koha-community.org/job/Koha_Master/2122/
06:46 paulderscheid[m] Good morning #koha
06:47 liliputech       morgen paulderscheid[m] :)
06:48 liliputech       tuxayo around?
06:48 paulderscheid[m] Salut liliputech
06:53 Joubu            git branch -a, and stick to the pattern that exists
06:53 tuxayo           liliputech: not much arround
07:00 liliputech       tuxayo: salut :) sent you a pm
07:02 paulderscheid[m] @later tell tcohen I made another comment on bug 25870. What do you think?
07:02 huginn           paulderscheid[m]: The operation succeeded.
07:03 dcook            bug 25870
07:03 huginn           Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25870 enhancement, P5 - low, ---, nick, NEW , Add a q_ccl query parameter to /biblios
07:03 dcook            Interesting...
07:03 dcook            Bah how is it 5pm already..
07:04 dcook            Joubu: check this out
07:04 dcook            mysql> \s
07:04 dcook            Binary data as:         Hexadecimal
07:05 dcook            Guessing that you've got your mysql client configured differently
07:05 * dcook          waves to cait1
07:05 dcook            Ahhh I have to leeeave haha
07:05 dcook            Have a good day everyone
07:05 liliputech       goood evening dcook
07:05 dcook            :D
07:05 dcook            merci ^_^
07:05 dcook            a+
07:06 * cait1          waves
07:21 * ashimema       is baking bread in the rain, from a tent in the Scottish Highlands
07:27 cait1            ... and still hanging out here where it's nice and warm?
07:33 paulderscheid[m] I'd happily trade places right now ashimema
07:33 paulderscheid[m] I can't take the heat any more -_-
07:34 cait1            same
07:35 ashimema         Haha
07:35 ashimema         Yeah, we headed north for some cooler weather
07:37 paulderscheid[m] I hope you'll enjoy that rain, knowing that cait and I are melting away ^^
07:37 paulderscheid[m] But seriously have a good time
07:38 cait1            yep, feel at least a bit sorry for us ;)
07:42 koha-jenkins     Project Koha_21.05_D11 build #231: UNSTABLE in 58 min: https://jenkins.koha-community.org/job/Koha_21.05_D11/231/
07:44 ashimema         :)
07:45 marcelr          o/
09:10 liliputech       hello rmaints, tcohen tuxayo lukeg , i'm pushing the tarballs for 21.11.10, including bz30969, as of now
09:11 liliputech       will be announcing the new release very soon, i've not pushed to the public branch yet (should the security bug be pushed to the public branch? if yes, after everyone has release I guess?)
09:21 cait1            maybe wait for tcohen or ask the other rmaints?
09:21 cait1            there are also notes on the wiki abotu security releases
09:25 liliputech       cait1: yup, followed the workflow stepbystep
09:25 liliputech       many thanks to wiki contributors :)
09:26 liliputech       post on public website ready, draft status
09:29 SamHe            Anyone here
09:30 cait1            yes
09:47 liliputech       hi SamHe
09:48 SamHe            The weather is too hot, are you Okay?
09:57 cait1            hiding inside helps, but we are also scattered around the globe, so weather will be different
09:57 SamHe            Yes, you are right.
09:57 liliputech       today is windy where i leave. brings some freshness
11:00 oleonard         Hi #koha
11:03 tcohen           hola #koha
11:04 tcohen           liliputech: it's ok
11:05 tcohen           lucas will be around later today, but it is ok
11:05 liliputech       tcohen: rrrrrelease the krrraken!
11:19 tcohen           hahaha
11:24 mtj              hi folks, im about for a bit
11:25 huginn           News from kohagit: Bug 30878: Avoid resetting waiting reserves tab <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=30235d31884c6c24edf692a9f69170b25a645e05>
11:29 paulderscheid[m] Thanks for the update tcohen
11:30 paulderscheid[m] The implementation for marc-in-json is almost done
11:33 liliputech       nice work paulderscheid[m] :)
11:34 liliputech       wunderbar!
11:34 paulderscheid[m] Thanks
11:43 koha-jenkins     Project Koha_21.11_D10 build #127: SUCCESS in 34 min: https://jenkins.koha-community.org/job/Koha_21.11_D10/127/
11:45 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🥮🧀🥟
11:53 koha-jenkins     Project Koha_21.11_U22 build #47: SUCCESS in 44 min: https://jenkins.koha-community.org/job/Koha_21.11_U22/47/
11:58 koha-jenkins     Project Koha_21.11_D10_ES6 build #19: SUCCESS in 8 min 20 sec: https://jenkins.koha-community.org/job/Koha_21.11_D10_ES6/19/
12:00 alohabot         🎁 🐹 Koha '21.11.x' packages pushed to 'koha-staging' repo  🍙🌮🍿
12:02 mtj              hi liliputech, can you push a 'v21.11.10' tag?, thanxx
12:05 koha-jenkins     Project Koha_21.11_U20 build #111: SUCCESS in 52 min: https://jenkins.koha-community.org/job/Koha_21.11_U20/111/
12:06 liliputech       mtj: oh, just pushed, it doesn't push the tag. will fix this
12:07 liliputech       done :)
12:10 koha-jenkins     Project Koha_21.11_U18 build #120: SUCCESS in 1 hr 1 min: https://jenkins.koha-community.org/job/Koha_21.11_U18/120/
12:19 koha-jenkins     Project Koha_21.11_D12 build #101: SUCCESS in 35 min: https://jenkins.koha-community.org/job/Koha_21.11_D12/101/
12:38 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1029: STILL UNSTABLE in 45 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1029/
12:45 tcohen           Joubu++
12:50 Joubu            tcohen: have a look at the last patch on 29697
12:50 Joubu            something is smelly
12:51 tcohen           searchResults smells by its own
12:58 koha-jenkins     Project Koha_Master_U20 build #507: STILL UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_U20/507/
13:03 koha-jenkins     Project Koha_Master_D11_My8 build #936: STILL UNSTABLE in 57 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/936/
13:04 koha-jenkins     Project Koha_21.11_D11 build #139: SUCCESS in 1 hr 5 min: https://jenkins.koha-community.org/job/Koha_21.11_D11/139/
13:17 koha-jenkins     Project Koha_Master_U22 build #152: STILL UNSTABLE in 1 hr 6 min: https://jenkins.koha-community.org/job/Koha_Master_U22/152/
13:20 koha-jenkins     Project Koha_Master_D11_ES7 build #37: SUCCESS in 8 min 18 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/37/
13:21 wajasu           tochen: did you see that I couldn't adda gitlab account since that don't like my email address. it would be quicker for you are some other rmaint to checking the edit to the views/show_entries.tt I updated
13:25 pastebot         "wajasu" at 127.0.0.1 pasted "views/show_entries.tt for the koha dashboard" (1199 lines) at https://paste.koha-community.org/11428
13:28 huginn           News from kohagit: Bug 29697: Fix t/db_dependent/Search.t <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=24b7675dac561ae34bf4bbf0295fbf7d008c3e8a>
13:28 huginn           News from kohagit: Bug 29697: tracklinks should not explode on invalid marc record <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=64176acbc903f049c7d1508745961b72c0cc1c52>
13:28 huginn           News from kohagit: Bug 29697: Fix t/Search.t <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=1201d39cd6ef0ad2b0a722ae01b94d164ae38a95>
13:28 huginn           News from kohagit: Bug 29697: Reintroduce wrongly removed import <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=16eb8ffe60c1d34f88a3ad0faa76b698335fa1f6>
13:28 huginn           News from kohagit: Bug 29697: Fix t/db_dependent/Exporter/Record.t <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=336951673cb5c0700f2408dabc8c87b2cc9ea051>
13:28 huginn           News from kohagit: Bug 29697: Replace some missing occurrences <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=f275de1f4f170c6abf7e44c59134e8ca10ec0637>
13:28 cait1            hi tcohen :)
13:37 koha-jenkins     Project Koha_Master_D10 build #758: STILL UNSTABLE in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D10/758/
13:37 koha-jenkins     Project Koha_Master_D11_ES6 build #35: SUCCESS in 8 min 48 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/35/
13:46 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🌭🌯🥑
14:10 koha-jenkins     Project Koha_21.11_D10_ES6 build #20: SUCCESS in 7 min 51 sec: https://jenkins.koha-community.org/job/Koha_21.11_D10_ES6/20/
14:15 koha-jenkins     Yippee, build fixed!
14:15 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1030: FIXED in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1030/
14:15 wahanui          Congratulations!
14:16 koha-jenkins     Project Koha_21.11_D12 build #102: ABORTED in 59 min: https://jenkins.koha-community.org/job/Koha_21.11_D12/102/
14:17 koha-jenkins     Project Koha_Master_D12 build #217: STILL UNSTABLE in 49 min: https://jenkins.koha-community.org/job/Koha_Master_D12/217/
14:20 huginn           News from kohagit: Bug 30969: Cross site scripting (XSS) attack in OPAC authority search ( opac-authorit... <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=866d10d416fd23129895c2e9282489de6b9cebff>
14:21 koha-jenkins     Yippee, build fixed!
14:21 koha-jenkins     Project Koha_Master_D11_My8 build #937: FIXED in 58 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/937/
14:21 wahanui          Congratulations!
14:24 tcohen           mtj[m]: what are the chances you backport libdatetime-perl
14:24 tcohen           to the 18.04 releases?
14:25 tcohen           i.e. bionic
14:34 huginn           News from kohagit: Bug 31191: Specify FacetLabelTruncationLength is only for Zebra <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=4624879e53f4c4755de1b94032e026d2391d8e26>
14:34 huginn           News from kohagit: Bug 26549: Show value of global system preferences on subscription form <https://git.koha-community.org/gitweb/?p=koha.git;a=commitdiff;h=e478118dc5855be4d8e660cbd21023e3de757c64>
14:41 lukeg            good morning #koha
14:44 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🥧🥐🍍
14:44 liliputech       morning lukeg , good luck with your release :)
14:54 koha-jenkins     Yippee, build fixed!
14:54 koha-jenkins     Project Koha_Master_U20 build #508: FIXED in 38 min: https://jenkins.koha-community.org/job/Koha_Master_U20/508/
14:54 wahanui          Congratulations!
14:58 alohabot         🎁 🐵 Koha '22.05.x' packages pushed to 'koha-staging' repo  🍙🍭🥝
15:05 reiveune         bye
15:15 alohabot         🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  🥦🥒🧀
15:15 koha-jenkins     Yippee, build fixed!
15:15 koha-jenkins     Project Koha_Master_D10 build #759: FIXED in 54 min: https://jenkins.koha-community.org/job/Koha_Master_D10/759/
15:15 wahanui          Congratulations!
15:19 koha-jenkins     Project Koha_22.05_U18 build #38: FAILURE in 3 min 23 sec: https://jenkins.koha-community.org/job/Koha_22.05_U18/38/
15:24 koha-jenkins     Yippee, build fixed!
15:24 koha-jenkins     Project Koha_Master_U22 build #153: FIXED in 1 hr 7 min: https://jenkins.koha-community.org/job/Koha_Master_U22/153/
15:24 wahanui          Congratulations!
15:27 koha-jenkins     Project Koha_Master build #2123: STILL UNSTABLE in 1 hr 17 min: https://jenkins.koha-community.org/job/Koha_Master/2123/
15:28 alohabot         🎁 🐻 Koha '22.05.x' packages pushed to 'koha-staging' repo  🍤🥝🥧
15:33 koha-jenkins     Yippee, build fixed!
15:33 koha-jenkins     Project Koha_Master_D12 build #218: FIXED in 38 min: https://jenkins.koha-community.org/job/Koha_Master_D12/218/
15:33 wahanui          Congratulations!
15:35 koha-jenkins     Project Koha_Master_D11_ES7 build #38: SUCCESS in 8 min 5 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/38/
15:36 koha-jenkins     Project Koha_22.05_U22 build #32: FAILURE in 3 min 27 sec: https://jenkins.koha-community.org/job/Koha_22.05_U22/32/
15:37 paulderscheid[m] @seen tcohen
15:37 huginn           paulderscheid[m]: tcohen was last seen in #koha 1 hour, 12 minutes, and 5 seconds ago: <tcohen> i.e. bionic
15:37 paulderscheid[m] tcohen: around?
15:43 tcohen           paulderscheid[m]: school drop time
15:43 tcohen           can we talk later
15:43 paulderscheid[m] Of course
15:46 tcohen           bbl y'all
15:46 tcohen           !
15:55 koha-jenkins     Project Koha_Master_U22 build #154: UNSTABLE in 49 min: https://jenkins.koha-community.org/job/Koha_Master_U22/154/
16:05 koha-jenkins     Project Koha_Master_D11_ES6 build #36: SUCCESS in 8 min 7 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/36/
16:16 koha-jenkins     Project Koha_Master_D11_My8 build #938: SUCCESS in 57 min: https://jenkins.koha-community.org/job/Koha_Master_D11_My8/938/
16:20 koha-jenkins     Project Koha_Master_U20 build #509: SUCCESS in 39 min: https://jenkins.koha-community.org/job/Koha_Master_U20/509/
16:20 koha-jenkins     Project Koha_22.05_U20 build #37: FAILURE in 3 min 23 sec: https://jenkins.koha-community.org/job/Koha_22.05_U20/37/
16:20 wajasu           whooo. debugging db auto increment. i have 2 borrowers in deletedborrowers that are really different people hmmm. :)
16:23 koha-jenkins     Project Koha_22.05_U18 build #39: STILL FAILING in 3 min 23 sec: https://jenkins.koha-community.org/job/Koha_22.05_U18/39/
16:27 koha-jenkins     Project Koha_22.05_U20 build #38: STILL FAILING in 3 min 30 sec: https://jenkins.koha-community.org/job/Koha_22.05_U20/38/
16:29 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1031: SUCCESS in 1 hr 4 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1031/
16:35 koha-jenkins     Project Koha_22.05_D11 build #42: FAILURE in 6 min 1 sec: https://jenkins.koha-community.org/job/Koha_22.05_D11/42/
16:44 fridolin         yellow
16:46 alohabot         🎁 🐸 Koha '22.05.x' packages pushed to 'koha-staging' repo  🍈🍋🍞
17:03 koha-jenkins     Project Koha_Master_D10 build #760: UNSTABLE in 43 min: https://jenkins.koha-community.org/job/Koha_Master_D10/760/
17:22 koha-jenkins     Project Koha_22.05_U22 build #33: STILL FAILING in 4 min 44 sec: https://jenkins.koha-community.org/job/Koha_22.05_U22/33/
17:36 koha-jenkins     Yippee, build fixed!
17:36 koha-jenkins     Project Koha_Master_U22 build #155: FIXED in 1 hr 7 min: https://jenkins.koha-community.org/job/Koha_Master_U22/155/
17:36 wahanui          Congratulations!
17:44 koha-jenkins     Project Koha_Master_D12 build #219: SUCCESS in 40 min: https://jenkins.koha-community.org/job/Koha_Master_D12/219/
17:44 koha-jenkins     Project Koha_22.05_U22 build #34: STILL FAILING in 3 min 49 sec: https://jenkins.koha-community.org/job/Koha_22.05_U22/34/
17:54 koha-jenkins     Project Koha_Master build #2124: STILL UNSTABLE in 1 hr 12 min: https://jenkins.koha-community.org/job/Koha_Master/2124/
18:02 koha-jenkins     Project Koha_Master_D11_ES7 build #39: SUCCESS in 8 min 9 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES7/39/
18:20 koha-jenkins     Project Koha_Master_D11_MDB_Latest build #1032: SUCCESS in 53 min: https://jenkins.koha-community.org/job/Koha_Master_D11_MDB_Latest/1032/
18:31 koha-jenkins     Project Koha_Master_D11_ES6 build #37: SUCCESS in 7 min 58 sec: https://jenkins.koha-community.org/job/Koha_Master_D11_ES6/37/
20:00 keiths           After upgrading to latest (22.05.02.000), I am getting 500 errors when a search should return a biblio entry. This happens on the OPAC and when I do a search under the cataloging section. I am able to search for patrons with no  apparent problem.(I did have quite a bit of trouble updating my database)
20:10 keiths           cd
20:12 koha-jenkins     Project Koha_Master build #2125: STILL UNSTABLE in 1 hr 11 min: https://jenkins.koha-community.org/job/Koha_Master/2125/