https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/markups-4.1.0 fails tests. Discovered on: x86 (internal ref: tinderbox_x86) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 917122 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: ' .selector .bp { color: #008000 } /* Name.Builtin.Pseudo */ .selector .c { color: #3D7B7B; font-style: italic } /* Comment */ .selector .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */ .selector .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */ .selector .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */ .selector .cp { color: #9C6500 } /* Comment.Preproc */ .selector .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */ .selector .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */ .selector .dl { color: #BA2121 } /* Literal.String.Delimiter */ .selector .err { border: 1px solid #F00 } /* Error */ .selector .fm { color: #00F } /* Name.Function.Magic */ .selector .gd { color: #A00000 } /* Generic.Deleted */ .selector .ge { font-style: italic } /* Generic.Emph */ .selector .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ .selector .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .selector .gi { color: #008400 } /* Generic.Inserted */ .selector .go { color: #717171 } /* Generic.Output */ .selector .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ .selector .gr { color: #E40000 } /* Generic.Error */ .selector .gs { font-weight: bold } /* Generic.Strong */ .selector .gt { color: #04D } /* Generic.Traceback */ .selector .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ .selector .hll { background-color: #ffffcc } .selector .il { color: #666 } /* Literal.Number.Integer.Long */ .selector .k { color: #008000; font-weight: bold } /* Keyword */ .selector .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ .selector .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ .selector .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ .selector .kp { color: #008000 } /* Keyword.Pseudo */ .selector .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ .selector .kt { color: #B00040 } /* Keyword.Type */ .selector .m { color: #666 } /* Literal.Number */ .selector .mb { color: #666 } /* Literal.Number.Bin */ .selector .mf { color: #666 } /* Literal.Number.Float */ .selector .mh { color: #666 } /* Literal.Number.Hex */ .selector .mi { color: #666 } /* Literal.Number.Integer */ .selector .mo { color: #666 } /* Literal.Number.Oct */ .selector .na { color: #687822 } /* Name.Attribute */ .selector .nb { color: #008000 } /* Name.Builtin */ .selector .nc { color: #00F; font-weight: bold } /* Name.Class */ .selector .nd { color: #A2F } /* Name.Decorator */ .selector .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */ .selector .nf { color: #00F } /* Name.Function */ .selector .ni { color: #717171; font-weight: bold } /* Name.Entity */ .selector .nl { color: #767600 } /* Name.Label */ .selector .nn { color: #00F; font-weight: bold } /* Name.Namespace */ .selector .no { color: #800 } /* Name.Constant */ .selector .nt { color: #008000; font-weight: bold } /* Name.Tag */ .selector .nv { color: #19177C } /* Name.Variable */ .selector .o { color: #666 } /* Operator */ .selector .ow { color: #A2F; font-weight: bold } /* Operator.Word */ .selector .s { color: #BA2121 } /* Literal.String */ .selector .s1 { color: #BA2121 } /* Literal.String.Single */ .selector .s2 { color: #BA2121 } /* Literal.String.Double */ .selector .sa { color: #BA2121 } /* Literal.String.Affix */ .selector .sb { color: #BA2121 } /* Literal.String.Backtick */ .selector .sc { color: #BA2121 } /* Literal.String.Char */ .selector .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ .selector .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */ .selector .sh { color: #BA2121 } /* Literal.String.Heredoc */ .selector .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */ .selector .sr { color: #A45A77 } /* Literal.String.Regex */ .selector .ss { color: #19177C } /* Literal.String.Symbol */ .selector .sx { color: #008000 } /* Literal.String.Other */ .selector .vc { color: #19177C } /* Name.Variable.Class */ .selector .vg { color: #19177C } /* Name.Variable.Global */ .selector .vi { color: #19177C } /* Name.Variable.Instance */ .selector .vm { color: #19177C } /* Name.Variable.Magic */ .selector .w { color: #BBB } /* Text.Whitespace */ .selector { background: #f8f8f8; } AssertionError: '.selector .nf { color: #0000FF' not found in 'pre { line-height: 125%; } ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any FAIL: test_get_pygments_stylesheet (tests.test_public_api.APITest) FAILED (failures=1, skipped=3) span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
Looking in my build log, I see that the assertion is looking for ".selector .nf { color: #0000FF", and what the stylesheet contains is ".selector .nf { color: #00F " instead.