From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/110699 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Lukas/ConTeXt" Newsgroups: gmane.comp.tex.context Subject: Warning: "nodes: unable to store reference from lua in tex" Date: Fri, 26 Feb 2021 18:01:28 +0100 (CET) Message-ID: Reply-To: mailing list for ConTeXt users Mime-Version: 1.0 (szn-mime-2.1.11) Content-Type: multipart/mixed; boundary="=_6647eb705312c6876086be3d=6e1ed393-bec0-5916-bffe-7feea402d49e_=" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8303"; mail-complaints-to="usenet@ciao.gmane.io" To: Original-X-From: ntg-context-bounces@ntg.nl Fri Feb 26 18:04:44 2021 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane-mx.org Original-Received: from zapf.boekplan.nl ([5.39.185.232] helo=zapf.ntg.nl) by ciao.gmane.io with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lFgXj-00020V-Rm for gctc-ntg-context-518@m.gmane-mx.org; Fri, 26 Feb 2021 18:04:43 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id 0D958280CE4; Fri, 26 Feb 2021 18:04:20 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BuB4Tggg1h0c; Fri, 26 Feb 2021 18:04:18 +0100 (CET) Original-Received: from zapf.ntg.nl (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id E3EF3280FD0; Fri, 26 Feb 2021 18:04:18 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zapf.ntg.nl (Postfix) with ESMTP id E594F280FCE for ; Fri, 26 Feb 2021 18:04:17 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at zapf.boekplan.nl Original-Received: from zapf.ntg.nl ([127.0.0.1]) by localhost (zapf.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IpJApFcwXatq for ; Fri, 26 Feb 2021 18:04:17 +0100 (CET) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=77.75.78.210; helo=mxd1.seznam.cz; envelope-from=lpr.context@email.cz; receiver= X-Greylist: delayed 166 seconds by postgrey-1.36 at zapf.ntg.nl; Fri, 26 Feb 2021 18:04:17 CET Original-Received: from mxd1.seznam.cz (mxd1.seznam.cz [77.75.78.210]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by zapf.ntg.nl (Postfix) with ESMTPS id 0CECE280CE4 for ; Fri, 26 Feb 2021 18:04:16 +0100 (CET) Original-Received: from email.seznam.cz by email-smtpc6a.ko.seznam.cz (email-smtpc6a.ko.seznam.cz [10.53.10.165]) id 6ee6810857e01c2a68cdb267; Fri, 26 Feb 2021 18:04:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=email.cz; s=beta; t=1614359056; bh=FrFK+rGakQtlARnHH4bEdbwBcc3x+WqRRoCcO4GgCCU=; h=Received:From:To:Subject:Date:Message-Id:Mime-Version:X-Mailer: Content-Type; b=ELbhgJmQyRu0TflDi0SlHJbugdB7KlKAnRKRYXV2eZDgmwVnxmDhVcLeVLk1TuSYR m5Pl/G1Ck55tCFWq4exvbM1kJI0JtSyjpRjReVkj8iTVepFnppbzhjcubI7aE7PF1O WpVkpW90WyhnFdtVjd24bCwDb2Jd/yHDiwXns2cw= Original-Received: from unknown ([::ffff:185.228.166.98]) by email.seznam.cz (szn-ebox-5.0.57) with HTTP; Fri, 26 Feb 2021 18:01:28 +0100 (CET) X-Mailer: szn-ebox-5.0.57 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.26 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: "ntg-context" Xref: news.gmane.io gmane.comp.tex.context:110699 Archived-At: --=_6647eb705312c6876086be3d=6e1ed393-bec0-5916-bffe-7feea402d49e_= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, after I renewed ConTeXt MkIV, I started to get the following warning: " ... luatex warning > nodes: unable to store reference from lua in tex ... (repeated more times) " This happens when I try to typeset a looo...ong table (by \start/\stop-tab= ulate) over several pages. It used to work OK with a Ctx version several months (or half year) ago.= Is there a simple way to overtake the problem? MWE: ---- \starttext \startluacode context[[ \starttabulate[|Tr|] \HL \NC AABBCC \NC\AR \HL[3] ]] for i =3D 1, 4000 do context.NC(i) context.NC() context.AR() end context[[ \HL \stoptabulate ]] \stopluacode \stoptext ---- Best regards, Lukas --=_6647eb705312c6876086be3d=6e1ed393-bec0-5916-bffe-7feea402d49e_= Content-Type: text/plain; charset=utf-8; name=t.log Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; size=14211; filename=t.log open source > level 1, order 1, name 'd:/Ctx-Beta/tex/texmf-context/te= x/context/base/mkiv/cont-yes.mkiv'=0A= system > =0A= system > ConTeXt ver: 2021.02.01 13:17 MKIV fmt: 2021.2.3 int:= english/english=0A= system > =0A= system > 'cont-new.mkiv' loaded=0A= open source > level 2, order 2, name 'd:/Ctx-Beta/tex/texmf-context/te= x/context/base/mkiv/cont-new.mkiv'=0A= system > beware: some patches loaded from cont-new.mkiv=0A= close source > level 2, order 2, name 'd:/Ctx-Beta/tex/texmf-context/te= x/context/base/mkiv/cont-new.mkiv'=0A= =0A= system > jobfiles > using path: d:/Lukas/ConTeXt/Styles=0A= system > files > jobname 't', input 'D:/Lukas/Jobs/Chrastany-D5.4= -RDS/SO_201/t.mkiv', result 't'=0A= fonts > latin modern fonts are not preloaded=0A= languages > language 'en' is active=0A= open source > level 2, order 3, name 'D:/Lukas/Jobs/Chrastany-D5.4-RDS= /SO_201/t.mkiv'=0A= fonts > preloading latin modern fonts (second stage)=0A= fonts > 'fallback modern-designsize rm 12pt' is loaded=0A= luatex warning > nodes: unable to store reference from lua in tex=0A= luatex warning > nodes: unable to store reference from lua in tex=0A= luatex warning > nodes: unable to store reference from lua in tex=0A= luatex warning > nodes: unable to store reference from lua in tex=0A= backend > xmp > using file 'd:/Ctx-Beta/tex/texmf-context/tex/cont= ext/base/mkiv/lpdf-pdx.xml'=0A= pages > flushing realpage 1, userpage 1, subpage 1=0A= pages > flushing realpage 2, userpage 2, subpage 2=0A= pages > flushing realpage 3, userpage 3, subpage 3=0A= pages > flushing realpage 4, userpage 4, subpage 4=0A= pages > flushing realpage 5, userpage 5, subpage 5=0A= pages > flushing realpage 6, userpage 6, subpage 6=0A= pages > flushing realpage 7, userpage 7, subpage 7=0A= pages > flushing realpage 8, userpage 8, subpage 8=0A= pages > flushing realpage 9, userpage 9, subpage 9=0A= pages > flushing realpage 10, userpage 10, subpage 10=0A= pages > flushing realpage 11, userpage 11, subpage 11=0A= pages > flushing realpage 12, userpage 12, subpage 12=0A= pages > flushing realpage 13, userpage 13, subpage 13=0A= pages > flushing realpage 14, userpage 14, subpage 14=0A= pages > flushing realpage 15, userpage 15, subpage 15=0A= pages > flushing realpage 16, userpage 16, subpage 16=0A= pages > flushing realpage 17, userpage 17, subpage 17=0A= pages > flushing realpage 18, userpage 18, subpage 18=0A= pages > flushing realpage 19, userpage 19, subpage 19=0A= pages > flushing realpage 20, userpage 20, subpage 20=0A= pages > flushing realpage 21, userpage 21, subpage 21=0A= pages > flushing realpage 22, userpage 22, subpage 22=0A= pages > flushing realpage 23, userpage 23, subpage 23=0A= pages > flushing realpage 24, userpage 24, subpage 24=0A= pages > flushing realpage 25, userpage 25, subpage 25=0A= pages > flushing realpage 26, userpage 26, subpage 26=0A= pages > flushing realpage 27, userpage 27, subpage 27=0A= pages > flushing realpage 28, userpage 28, subpage 28=0A= pages > flushing realpage 29, userpage 29, subpage 29=0A= pages > flushing realpage 30, userpage 30, subpage 30=0A= pages > flushing realpage 31, userpage 31, subpage 31=0A= pages > flushing realpage 32, userpage 32, subpage 32=0A= pages > flushing realpage 33, userpage 33, subpage 33=0A= pages > flushing realpage 34, userpage 34, subpage 34=0A= pages > flushing realpage 35, userpage 35, subpage 35=0A= pages > flushing realpage 36, userpage 36, subpage 36=0A= pages > flushing realpage 37, userpage 37, subpage 37=0A= pages > flushing realpage 38, userpage 38, subpage 38=0A= pages > flushing realpage 39, userpage 39, subpage 39=0A= pages > flushing realpage 40, userpage 40, subpage 40=0A= pages > flushing realpage 41, userpage 41, subpage 41=0A= pages > flushing realpage 42, userpage 42, subpage 42=0A= pages > flushing realpage 43, userpage 43, subpage 43=0A= pages > flushing realpage 44, userpage 44, subpage 44=0A= pages > flushing realpage 45, userpage 45, subpage 45=0A= pages > flushing realpage 46, userpage 46, subpage 46=0A= pages > flushing realpage 47, userpage 47, subpage 47=0A= pages > flushing realpage 48, userpage 48, subpage 48=0A= pages > flushing realpage 49, userpage 49, subpage 49=0A= pages > flushing realpage 50, userpage 50, subpage 50=0A= pages > flushing realpage 51, userpage 51, subpage 51=0A= pages > flushing realpage 52, userpage 52, subpage 52=0A= pages > flushing realpage 53, userpage 53, subpage 53=0A= pages > flushing realpage 54, userpage 54, subpage 54=0A= pages > flushing realpage 55, userpage 55, subpage 55=0A= pages > flushing realpage 56, userpage 56, subpage 56=0A= pages > flushing realpage 57, userpage 57, subpage 57=0A= pages > flushing realpage 58, userpage 58, subpage 58=0A= pages > flushing realpage 59, userpage 59, subpage 59=0A= pages > flushing realpage 60, userpage 60, subpage 60=0A= pages > flushing realpage 61, userpage 61, subpage 61=0A= pages > flushing realpage 62, userpage 62, subpage 62=0A= pages > flushing realpage 63, userpage 63, subpage 63=0A= pages > flushing realpage 64, userpage 64, subpage 64=0A= pages > flushing realpage 65, userpage 65, subpage 65=0A= pages > flushing realpage 66, userpage 66, subpage 66=0A= pages > flushing realpage 67, userpage 67, subpage 67=0A= pages > flushing realpage 68, userpage 68, subpage 68=0A= pages > flushing realpage 69, userpage 69, subpage 69=0A= pages > flushing realpage 70, userpage 70, subpage 70=0A= pages > flushing realpage 71, userpage 71, subpage 71=0A= pages > flushing realpage 72, userpage 72, subpage 72=0A= pages > flushing realpage 73, userpage 73, subpage 73=0A= pages > flushing realpage 74, userpage 74, subpage 74=0A= pages > flushing realpage 75, userpage 75, subpage 75=0A= pages > flushing realpage 76, userpage 76, subpage 76=0A= pages > flushing realpage 77, userpage 77, subpage 77=0A= pages > flushing realpage 78, userpage 78, subpage 78=0A= pages > flushing realpage 79, userpage 79, subpage 79=0A= pages > flushing realpage 80, userpage 80, subpage 80=0A= pages > flushing realpage 81, userpage 81, subpage 81=0A= pages > flushing realpage 82, userpage 82, subpage 82=0A= pages > flushing realpage 83, userpage 83, subpage 83=0A= pages > flushing realpage 84, userpage 84, subpage 84=0A= pages > flushing realpage 85, userpage 85, subpage 85=0A= pages > flushing realpage 86, userpage 86, subpage 86=0A= pages > flushing realpage 87, userpage 87, subpage 87=0A= pages > flushing realpage 88, userpage 88, subpage 88=0A= pages > flushing realpage 89, userpage 89, subpage 89=0A= pages > flushing realpage 90, userpage 90, subpage 90=0A= pages > flushing realpage 91, userpage 91, subpage 91=0A= pages > flushing realpage 92, userpage 92, subpage 92=0A= pages > flushing realpage 93, userpage 93, subpage 93=0A= pages > flushing realpage 94, userpage 94, subpage 94=0A= pages > flushing realpage 95, userpage 95, subpage 95=0A= pages > flushing realpage 96, userpage 96, subpage 96=0A= pages > flushing realpage 97, userpage 97, subpage 97=0A= pages > flushing realpage 98, userpage 98, subpage 98=0A= close source > level 2, order 3, name 'D:/Lukas/Jobs/Chrastany-D5.4-RDS= /SO_201/t.mkiv'=0A= close source > level 1, order 3, name 'd:/Ctx-Beta/tex/texmf-context/te= x/context/base/mkiv/cont-yes.mkiv'=0A= =0A= system > start used files=0A= =0A= system > text: t=0A= =0A= system > stop used files=0A= =0A= =0A= system > start used files=0A= =0A= system > 1: filename=3Dchar-prv.lua filetype=3Dtex format=3Dte= x foundname=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/char-prv= .lua fullname=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/char-p= rv.lua usedmethod=3Ddatabase=0A= system > 2: filename=3Dcont-yes.mkiv filetype=3Dtex foundname= =3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv fulln= ame=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv us= edmethod=3Ddatabase=0A= system > 3: filename=3Dpubl-imp-default.lua filetype=3Dscripts= foundname=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/publ-imp-= default.lua fullname=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv= /publ-imp-default.lua usedmethod=3Ddatabase=0A= system > 4: filename=3Dcont-new.mkiv filetype=3Dtex foundname= =3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv fulln= ame=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv us= edmethod=3Ddatabase=0A= system > 5: filename=3Dlang-exc.lua filetype=3Dscripts foundna= me=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lang-exc.lua full= name=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lang-exc.lua us= edmethod=3Ddatabase=0A= system > 6: filename=3Dlang-us.lua filetype=3Dscripts foundnam= e=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/patterns/mkiv/lang-us.lua fu= llname=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/patterns/mkiv/lang-us.l= ua usedmethod=3Ddatabase=0A= system > 7: filename=3DD:/Lukas/Jobs/Chrastany-D5.4-RDS/SO_201= /t.mkiv foundname=3DD:/Lukas/Jobs/Chrastany-D5.4-RDS/SO_201/t.mkiv fullnam= e=3DD:/Lukas/Jobs/Chrastany-D5.4-RDS/SO_201/t.mkiv usedmethod=3Ddirect= =0A= system > 8: filename=3Dlm.lfg filetype=3Dtex foundname=3Dd:/Ct= x-Beta/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg fullname=3Dd:/Ctx-B= eta/tex/texmf-context/tex/context/fonts/mkiv/lm.lfg usedmethod=3Ddatabase= =0A= system > 9: filename=3Dlmroman12-regular filetype=3Dotf format= =3Dotf foundname=3Dd:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmroman1= 2-regular.otf fullname=3Dd:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lm= roman12-regular.otf usedmethod=3Ddatabase=0A= system > 10: filename=3Dlatinmodern-math.otf filetype=3Dopentyp= efonts foundname=3Dd:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm-math/lat= inmodern-math.otf fullname=3Dd:/Ctx-Beta/tex/texmf/fonts/opentype/public/l= m-math/latinmodern-math.otf usedmethod=3Ddatabase=0A= system > 11: filename=3Dlmmono12-regular filetype=3Dotf format= =3Dotf foundname=3Dd:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmmono12= -regular.otf fullname=3Dd:/Ctx-Beta/tex/texmf/fonts/opentype/public/lm/lmm= ono12-regular.otf usedmethod=3Ddatabase=0A= system > 12: filename=3Dpdftex.map filetype=3Dmap format=3Dmap = foundname=3Dd:/Ctx-Beta/tex/texmf/fonts/map/pdftex/plain/pdftex.map fullna= me=3Dd:/Ctx-Beta/tex/texmf/fonts/map/pdftex/plain/pdftex.map usedmethod=3D= database=0A= system > 13: filename=3Dlpdf-pdx.xml filetype=3Dtex foundname= =3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml fullna= me=3Dd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/lpdf-pdx.xml used= method=3Ddatabase=0A= =0A= system > stop used files=0A= =0A= =0A= system > start commandline options=0A= =0A= system > currentrun=3D"1"=0A= system > fulljobname=3D"D:/Lukas/Jobs/Chrastany-D5.4-RDS/SO_201/t= .mkiv"=0A= system > input=3D"D:/Lukas/Jobs/Chrastany-D5.4-RDS/SO_201/t.mkiv"= =0A= system > kindofrun=3D"1"=0A= system > maxnofruns=3D"9"=0A= system > nonstopmode=3D"true"=0A= system > path=3D"d:/Lukas/ConTeXt/Styles"=0A= system > texmfbinpath=3D"d:/Ctx-Beta/tex/texmf-mswin/bin"=0A= =0A= system > stop commandline options=0A= =0A= =0A= system > start commandline files=0A= =0A= system > 1: D:/Lukas/Jobs/Chrastany-D5.4-RDS/SO_201/t.mkiv= =0A= =0A= system > stop commandline files=0A= =0A= =0A= modules > start used modules=0A= =0A= =0A= modules > stop used modules=0A= =0A= =0A= mkiv lua stats > used config file: selfautoparent:/texmf/web2c/texmfcnf.l= ua=0A= mkiv lua stats > used cache path: d:/Ctx-Beta/tex/texmf-cache/luatex-cach= e/context/5fe67e0bfe781ce0dde776fb1556f32e=0A= mkiv lua stats > resource resolver: loadtime 0.008 seconds, 0 scans with = scantime 0.000 seconds, 0 shared scans, 13 found files, scanned paths: =0A= mkiv lua stats > stored bytecode data: 454 modules (0.230 sec), 95 tables= (0.013 sec), 549 chunks (0.243 sec)=0A= mkiv lua stats > traced context: maxstack: 1420, freed: 0, unreachable: 1= 420=0A= mkiv lua stats > cleaned up reserved nodes: 57 nodes, 9 lists of 442= =0A= mkiv lua stats > node memory usage: 24 attribute, 8 attribute_list, 1 glu= e, 51 glue_spec, 3 kern, 3 penalty, 4 rule, 2 temp, 2 user_defined=0A= mkiv lua stats > node list callback tasks: 8 unique task lists, 6 instanc= es (re)created, 10949 calls=0A= mkiv lua stats > h-node processing time: 0.027 seconds including kernel= =0A= mkiv lua stats > attribute processing time: 0.059 seconds front- and back= end=0A= mkiv lua stats > driver time: 0.066 seconds =0A= mkiv lua stats > used backend: pdf (backend for directly generating pdf o= utput)=0A= mkiv lua stats > jobdata time: 0.004 seconds saving, 0.001 seconds loadin= g=0A= mkiv lua stats > callbacks: internal: 55815, file: 82, direct: 3, late: 0= , function 6072, total: 61972 (632 per page)=0A= mkiv lua stats > randomizer: resumed with value 0.30966186523438=0A= mkiv lua stats > v-node processing time: 0.366 seconds =0A= mkiv lua stats > result saved in file: t.pdf, compresslevel 3, objectcomp= resslevel 1=0A= mkiv lua stats > loaded patterns: en::1, load time: 0.000=0A= mkiv lua stats > loaded fonts: 3 files: latinmodern-math.otf, lmmono12-re= gular.otf, lmroman12-regular.otf=0A= mkiv lua stats > font engine: otf 3.113, afm 1.513, tfm 1.000, 8 instance= s, 3 shared in backend, 3 common vectors, 0 common hashes, load time 0.196= seconds =0A= mkiv lua stats > used platform: mswin, type: windows, binary subtree: tex= mf-mswin=0A= mkiv lua stats > used engine: luatex version: 1.13, functionality level: = 7403, banner: this is luatex, version 1.13.0 (tex live 2020/w32tex)=0A= mkiv lua stats > used hash slots: 46070 of 65536 + 200000=0A= mkiv lua stats > lua properties: engine: lua 5.3, used memory: 77 MB, ctx= : 76 MB, max: unknown MB, hash chars: min(32,40), symbol mask: utf (=CF=84= =CE=B5=CF=87)=0A= mkiv lua stats > runtime: 1.643 seconds, 98 processed pages, 98 shipped p= ages, 59.647 pages/second=0A= =0A= --=_6647eb705312c6876086be3d=6e1ed393-bec0-5916-bffe-7feea402d49e_= Content-Type: text/plain; charset=us-ascii; name=t.mkiv Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; size=314; filename=t.mkiv \starttext \startluacode context[[ \starttabulate[|Tr|] \HL \NC AABBCC \NC\AR \HL[3] ]] for i =3D 1, 4000 do context.NC(i) context.NC() context.AR() end context[[ \HL \stoptabulate ]] \stopluacode \stoptext --=_6647eb705312c6876086be3d=6e1ed393-bec0-5916-bffe-7feea402d49e_= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX18KSWYgeW91ciBxdWVzdGlvbiBpcyBvZiBpbnRlcmVz dCB0byBvdGhlcnMgYXMgd2VsbCwgcGxlYXNlIGFkZCBhbiBlbnRyeSB0byB0aGUgV2lraSEKCm1h aWxsaXN0IDogbnRnLWNvbnRleHRAbnRnLm5sIC8gaHR0cDovL3d3dy5udGcubmwvbWFpbG1hbi9s aXN0aW5mby9udGctY29udGV4dAp3ZWJwYWdlICA6IGh0dHA6Ly93d3cucHJhZ21hLWFkZS5ubCAv IGh0dHA6Ly9jb250ZXh0LmFhbmhldC5uZXQKYXJjaGl2ZSAgOiBodHRwczovL2JpdGJ1Y2tldC5v cmcvcGhnL2NvbnRleHQtbWlycm9yL2NvbW1pdHMvCndpa2kgICAgIDogaHR0cDovL2NvbnRleHRn YXJkZW4ubmV0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCg== --=_6647eb705312c6876086be3d=6e1ed393-bec0-5916-bffe-7feea402d49e_=--