sclorg / s2i-nodejs-container

NodeJS images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running NodeJS applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
165 stars 287 forks source link

test suite 'clients' pino failed #302

Closed phracek closed 2 years ago

phracek commented 2 years ago

The tests suite 'pino' clients failed:

------------------|---------|----------|---------|---------|-------------------
File              | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------------|---------|----------|---------|---------|-------------------
All files         |    99.1 |    98.71 |    98.4 |   99.17 |
 src              |     100 |      100 |     100 |     100 |
  browser.js      |     100 |      100 |     100 |     100 |
  file.js         |     100 |      100 |     100 |     100 |
  pino.js         |     100 |      100 |     100 |     100 |
 src/lib          |   98.75 |    98.15 |   97.82 |   98.86 |
  deprecations.js |     100 |      100 |     100 |     100 |
  levels.js       |     100 |      100 |     100 |     100 |
  meta.js         |     100 |      100 |     100 |     100 |
  multistream.js  |     100 |      100 |     100 |     100 |
  proto.js        |     100 |      100 |     100 |     100 |
  redaction.js    |     100 |      100 |     100 |     100 |
  symbols.js      |     100 |      100 |     100 |     100 |
  time.js         |     100 |      100 |     100 |     100 |
  tools.js        |   97.71 |    98.39 |   92.85 |   98.02 | 382-390
  transport.js    |   95.55 |    87.87 |     100 |   95.55 | 12,63
------------------|---------|----------|---------|---------|-------------------
PASS test/jest/basic.spec.js
  ✓ transport should work in jest (11 ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   0 total
Time:        1.973 s
Ran all test suites matching /test\/jest/i.

> pino@7.5.0 test-types /opt/app-root/src
> tsc && tsd && ts-node test/types/pino.ts

node_modules/@types/jsdom/base.d.ts(24,40): error TS2304: Cannot find name 'DocumentFragment'.
node_modules/@types/jsdom/base.d.ts(41,28): error TS2304: Cannot find name 'Node'.
node_modules/@types/jsdom/base.d.ts(172,19): error TS2304: Cannot find name 'HTMLScriptElement'.
node_modules/@types/jsdom/base.d.ts(172,39): error TS2304: Cannot find name 'HTMLLinkElement'.
node_modules/@types/jsdom/base.d.ts(172,57): error TS2304: Cannot find name 'HTMLIFrameElement'.
node_modules/@types/jsdom/base.d.ts(172,77): error TS2304: Cannot find name 'HTMLImageElement'.
node_modules/@types/jsdom/base.d.ts(181,38): error TS2304: Cannot find name 'Window'.
node_modules/@types/jsdom/base.d.ts(185,24): error TS2304: Cannot find name 'Window'.
node_modules/@types/jsdom/base.d.ts(250,29): error TS2304: Cannot find name 'WebAssembly'.
node_modules/@types/jsdom/base.d.ts(253,30): error TS2304: Cannot find name 'DOMException'.
node_modules/@types/jsdom/base.d.ts(255,21): error TS2304: Cannot find name 'URL'.
node_modules/@types/jsdom/base.d.ts(256,33): error TS2304: Cannot find name 'URLSearchParams'.
node_modules/@types/jsdom/base.d.ts(258,29): error TS2304: Cannot find name 'EventTarget'.
node_modules/@types/jsdom/base.d.ts(260,30): error TS2304: Cannot find name 'NamedNodeMap'.
node_modules/@types/jsdom/base.d.ts(261,22): error TS2304: Cannot find name 'Node'.
node_modules/@types/jsdom/base.d.ts(262,22): error TS2304: Cannot find name 'Attr'.
node_modules/@types/jsdom/base.d.ts(263,25): error TS2304: Cannot find name 'Element'.
node_modules/@types/jsdom/base.d.ts(264,34): error TS2304: Cannot find name 'DocumentFragment'.
node_modules/@types/jsdom/base.d.ts(265,35): error TS2304: Cannot find name 'DOMImplementation'.
node_modules/@types/jsdom/base.d.ts(266,26): error TS2304: Cannot find name 'Document'.
node_modules/@types/jsdom/base.d.ts(267,30): error TS2304: Cannot find name 'HTMLDocument'.
node_modules/@types/jsdom/base.d.ts(268,29): error TS2304: Cannot find name 'XMLDocument'.
node_modules/@types/jsdom/base.d.ts(269,31): error TS2304: Cannot find name 'CharacterData'.
node_modules/@types/jsdom/base.d.ts(270,22): error TS2304: Cannot find name 'Text'.
node_modules/@types/jsdom/base.d.ts(271,30): error TS2304: Cannot find name 'CDATASection'.
node_modules/@types/jsdom/base.d.ts(272,39): error TS2304: Cannot find name 'ProcessingInstruction'.
node_modules/@types/jsdom/base.d.ts(273,25): error TS2304: Cannot find name 'Comment'.
node_modules/@types/jsdom/base.d.ts(274,30): error TS2304: Cannot find name 'DocumentType'.
node_modules/@types/jsdom/base.d.ts(275,26): error TS2304: Cannot find name 'NodeList'.
node_modules/@types/jsdom/base.d.ts(276,32): error TS2304: Cannot find name 'HTMLCollection'.
node_modules/@types/jsdom/base.d.ts(277,39): error TS2304: Cannot find name 'HTMLOptionsCollection'.
node_modules/@types/jsdom/base.d.ts(278,30): error TS2304: Cannot find name 'DOMStringMap'.
node_modules/@types/jsdom/base.d.ts(279,30): error TS2304: Cannot find name 'DOMTokenList'.
node_modules/@types/jsdom/base.d.ts(281,32): error TS2304: Cannot find name 'StyleSheetList'.
node_modules/@types/jsdom/base.d.ts(283,29): error TS2304: Cannot find name 'HTMLElement'.
node_modules/@types/jsdom/base.d.ts(284,33): error TS2304: Cannot find name 'HTMLHeadElement'.
node_modules/@types/jsdom/base.d.ts(285,34): error TS2304: Cannot find name 'HTMLTitleElement'.
node_modules/@types/jsdom/base.d.ts(286,33): error TS2304: Cannot find name 'HTMLBaseElement'.
node_modules/@types/jsdom/base.d.ts(287,33): error TS2304: Cannot find name 'HTMLLinkElement'.
node_modules/@types/jsdom/base.d.ts(288,33): error TS2304: Cannot find name 'HTMLMetaElement'.
node_modules/@types/jsdom/base.d.ts(289,34): error TS2304: Cannot find name 'HTMLStyleElement'.
node_modules/@types/jsdom/base.d.ts(290,33): error TS2304: Cannot find name 'HTMLBodyElement'.
node_modules/@types/jsdom/base.d.ts(291,36): error TS2304: Cannot find name 'HTMLHeadingElement'.
node_modules/@types/jsdom/base.d.ts(292,38): error TS2304: Cannot find name 'HTMLParagraphElement'.
node_modules/@types/jsdom/base.d.ts(293,31): error TS2304: Cannot find name 'HTMLHRElement'.
node_modules/@types/jsdom/base.d.ts(294,32): error TS2304: Cannot find name 'HTMLPreElement'.
node_modules/@types/jsdom/base.d.ts(295,34): error TS2304: Cannot find name 'HTMLUListElement'.
node_modules/@types/jsdom/base.d.ts(296,34): error TS2304: Cannot find name 'HTMLOListElement'.
node_modules/@types/jsdom/base.d.ts(297,31): error TS2304: Cannot find name 'HTMLLIElement'.
node_modules/@types/jsdom/base.d.ts(298,33): error TS2304: Cannot find name 'HTMLMenuElement'.
node_modules/@types/jsdom/base.d.ts(299,34): error TS2304: Cannot find name 'HTMLDListElement'.
node_modules/@types/jsdom/base.d.ts(300,32): error TS2304: Cannot find name 'HTMLDivElement'.
node_modules/@types/jsdom/base.d.ts(301,35): error TS2304: Cannot find name 'HTMLAnchorElement'.
node_modules/@types/jsdom/base.d.ts(302,33): error TS2304: Cannot find name 'HTMLAreaElement'.
node_modules/@types/jsdom/base.d.ts(303,31): error TS2304: Cannot find name 'HTMLBRElement'.
node_modules/@types/jsdom/base.d.ts(304,35): error TS2304: Cannot find name 'HTMLButtonElement'.
node_modules/@types/jsdom/base.d.ts(305,35): error TS2304: Cannot find name 'HTMLCanvasElement'.
node_modules/@types/jsdom/base.d.ts(306,33): error TS2304: Cannot find name 'HTMLDataElement'.
node_modules/@types/jsdom/base.d.ts(307,37): error TS2304: Cannot find name 'HTMLDataListElement'.
node_modules/@types/jsdom/base.d.ts(308,36): error TS2304: Cannot find name 'HTMLDetailsElement'.
node_modules/@types/jsdom/base.d.ts(310,20): error TS2304: Cannot find name 'HTMLDialogElement'.
node_modules/@types/jsdom/base.d.ts(311,33): error TS2304: Cannot find name 'HTMLDialogElement'.
node_modules/@types/jsdom/base.d.ts(313,38): error TS2304: Cannot find name 'HTMLDirectoryElement'.
node_modules/@types/jsdom/base.d.ts(314,37): error TS2304: Cannot find name 'HTMLFieldSetElement'.
node_modules/@types/jsdom/base.d.ts(315,33): error TS2304: Cannot find name 'HTMLFontElement'.
node_modules/@types/jsdom/base.d.ts(316,33): error TS2304: Cannot find name 'HTMLFormElement'.
node_modules/@types/jsdom/base.d.ts(317,33): error TS2304: Cannot find name 'HTMLHtmlElement'.
node_modules/@types/jsdom/base.d.ts(318,34): error TS2304: Cannot find name 'HTMLImageElement'.
node_modules/@types/jsdom/base.d.ts(319,34): error TS2304: Cannot find name 'HTMLInputElement'.
node_modules/@types/jsdom/base.d.ts(320,34): error TS2304: Cannot find name 'HTMLLabelElement'.
node_modules/@types/jsdom/base.d.ts(321,35): error TS2304: Cannot find name 'HTMLLegendElement'.
node_modules/@types/jsdom/base.d.ts(322,32): error TS2304: Cannot find name 'HTMLMapElement'.
node_modules/@types/jsdom/base.d.ts(323,36): error TS2304: Cannot find name 'HTMLMarqueeElement'.
node_modules/@types/jsdom/base.d.ts(324,34): error TS2304: Cannot find name 'HTMLMediaElement'.
node_modules/@types/jsdom/base.d.ts(325,34): error TS2304: Cannot find name 'HTMLMeterElement'.
node_modules/@types/jsdom/base.d.ts(326,32): error TS2304: Cannot find name 'HTMLModElement'.
node_modules/@types/jsdom/base.d.ts(327,37): error TS2304: Cannot find name 'HTMLOptGroupElement'.
node_modules/@types/jsdom/base.d.ts(328,35): error TS2304: Cannot find name 'HTMLOptionElement'.
node_modules/@types/jsdom/base.d.ts(329,35): error TS2304: Cannot find name 'HTMLOutputElement'.
node_modules/@types/jsdom/base.d.ts(330,36): error TS2304: Cannot find name 'HTMLPictureElement'.
node_modules/@types/jsdom/base.d.ts(331,37): error TS2304: Cannot find name 'HTMLProgressElement'.
node_modules/@types/jsdom/base.d.ts(332,34): error TS2304: Cannot find name 'HTMLQuoteElement'.
node_modules/@types/jsdom/base.d.ts(333,35): error TS2304: Cannot find name 'HTMLScriptElement'.
node_modules/@types/jsdom/base.d.ts(334,35): error TS2304: Cannot find name 'HTMLSelectElement'.
node_modules/@types/jsdom/base.d.ts(335,33): error TS2304: Cannot find name 'HTMLSlotElement'.
node_modules/@types/jsdom/base.d.ts(336,35): error TS2304: Cannot find name 'HTMLSourceElement'.
node_modules/@types/jsdom/base.d.ts(337,33): error TS2304: Cannot find name 'HTMLSpanElement'.
node_modules/@types/jsdom/base.d.ts(338,41): error TS2304: Cannot find name 'HTMLTableCaptionElement'.
node_modules/@types/jsdom/base.d.ts(339,38): error TS2304: Cannot find name 'HTMLTableCellElement'.
node_modules/@types/jsdom/base.d.ts(340,37): error TS2304: Cannot find name 'HTMLTableColElement'.
node_modules/@types/jsdom/base.d.ts(341,34): error TS2304: Cannot find name 'HTMLTableElement'.
node_modules/@types/jsdom/base.d.ts(342,33): error TS2304: Cannot find name 'HTMLTimeElement'.
node_modules/@types/jsdom/base.d.ts(343,37): error TS2304: Cannot find name 'HTMLTableRowElement'.
node_modules/@types/jsdom/base.d.ts(344,41): error TS2304: Cannot find name 'HTMLTableSectionElement'.
node_modules/@types/jsdom/base.d.ts(345,37): error TS2304: Cannot find name 'HTMLTemplateElement'.
node_modules/@types/jsdom/base.d.ts(346,37): error TS2304: Cannot find name 'HTMLTextAreaElement'.
node_modules/@types/jsdom/base.d.ts(347,36): error TS2304: Cannot find name 'HTMLUnknownElement'.
node_modules/@types/jsdom/base.d.ts(348,34): error TS2304: Cannot find name 'HTMLFrameElement'.
node_modules/@types/jsdom/base.d.ts(349,37): error TS2304: Cannot find name 'HTMLFrameSetElement'.
node_modules/@types/jsdom/base.d.ts(350,35): error TS2304: Cannot find name 'HTMLIFrameElement'.
node_modules/@types/jsdom/base.d.ts(351,34): error TS2304: Cannot find name 'HTMLEmbedElement'.
node_modules/@types/jsdom/base.d.ts(352,35): error TS2304: Cannot find name 'HTMLObjectElement'.
node_modules/@types/jsdom/base.d.ts(353,34): error TS2304: Cannot find name 'HTMLParamElement'.
node_modules/@types/jsdom/base.d.ts(354,34): error TS2304: Cannot find name 'HTMLVideoElement'.
node_modules/@types/jsdom/base.d.ts(355,34): error TS2304: Cannot find name 'HTMLAudioElement'.
node_modules/@types/jsdom/base.d.ts(356,34): error TS2304: Cannot find name 'HTMLTrackElement'.
node_modules/@types/jsdom/base.d.ts(358,28): error TS2304: Cannot find name 'SVGElement'.
node_modules/@types/jsdom/base.d.ts(359,36): error TS2304: Cannot find name 'SVGGraphicsElement'.
node_modules/@types/jsdom/base.d.ts(360,31): error TS2304: Cannot find name 'SVGSVGElement'.
node_modules/@types/jsdom/base.d.ts(361,33): error TS2304: Cannot find name 'SVGTitleElement'.
node_modules/@types/jsdom/base.d.ts(362,35): error TS2304: Cannot find name 'SVGAnimatedString'.
node_modules/@types/jsdom/base.d.ts(363,27): error TS2304: Cannot find name 'SVGNumber'.
node_modules/@types/jsdom/base.d.ts(364,31): error TS2304: Cannot find name 'SVGStringList'.
node_modules/@types/jsdom/base.d.ts(366,23): error TS2304: Cannot find name 'Event'.
node_modules/@types/jsdom/base.d.ts(367,28): error TS2304: Cannot find name 'CloseEvent'.
node_modules/@types/jsdom/base.d.ts(368,29): error TS2304: Cannot find name 'CustomEvent'.
node_modules/@types/jsdom/base.d.ts(369,30): error TS2304: Cannot find name 'MessageEvent'.
node_modules/@types/jsdom/base.d.ts(370,28): error TS2304: Cannot find name 'ErrorEvent'.
node_modules/@types/jsdom/base.d.ts(371,33): error TS2304: Cannot find name 'HashChangeEvent'.
node_modules/@types/jsdom/base.d.ts(372,31): error TS2304: Cannot find name 'PopStateEvent'.
node_modules/@types/jsdom/base.d.ts(373,30): error TS2304: Cannot find name 'StorageEvent'.
node_modules/@types/jsdom/base.d.ts(374,31): error TS2304: Cannot find name 'ProgressEvent'.
node_modules/@types/jsdom/base.d.ts(375,37): error TS2304: Cannot find name 'PageTransitionEvent'.
node_modules/@types/jsdom/base.d.ts(377,25): error TS2304: Cannot find name 'UIEvent'.
node_modules/@types/jsdom/base.d.ts(378,28): error TS2304: Cannot find name 'FocusEvent'.
node_modules/@types/jsdom/base.d.ts(379,28): error TS2304: Cannot find name 'MouseEvent'.
node_modules/@types/jsdom/base.d.ts(380,31): error TS2304: Cannot find name 'KeyboardEvent'.
node_modules/@types/jsdom/base.d.ts(381,28): error TS2304: Cannot find name 'TouchEvent'.
node_modules/@types/jsdom/base.d.ts(382,34): error TS2304: Cannot find name 'CompositionEvent'.
node_modules/@types/jsdom/base.d.ts(383,28): error TS2304: Cannot find name 'WheelEvent'.
node_modules/@types/jsdom/base.d.ts(385,25): error TS2304: Cannot find name 'BarProp'.
node_modules/@types/jsdom/base.d.ts(386,26): error TS2304: Cannot find name 'Location'.
node_modules/@types/jsdom/base.d.ts(387,25): error TS2304: Cannot find name 'History'.
node_modules/@types/jsdom/base.d.ts(388,24): error TS2304: Cannot find name 'Screen'.
node_modules/@types/jsdom/base.d.ts(389,29): error TS2304: Cannot find name 'Performance'.
node_modules/@types/jsdom/base.d.ts(390,27): error TS2304: Cannot find name 'Navigator'.
node_modules/@types/jsdom/base.d.ts(392,29): error TS2304: Cannot find name 'PluginArray'.
node_modules/@types/jsdom/base.d.ts(393,31): error TS2304: Cannot find name 'MimeTypeArray'.
node_modules/@types/jsdom/base.d.ts(394,24): error TS2304: Cannot find name 'Plugin'.
node_modules/@types/jsdom/base.d.ts(395,26): error TS2304: Cannot find name 'MimeType'.
node_modules/@types/jsdom/base.d.ts(397,28): error TS2304: Cannot find name 'FileReader'.
node_modules/@types/jsdom/base.d.ts(398,22): error TS2693: 'Blob' only refers to a type, but is being used as a value here.
node_modules/@types/jsdom/base.d.ts(399,22): error TS2304: Cannot find name 'File'.
node_modules/@types/jsdom/base.d.ts(400,26): error TS2304: Cannot find name 'FileList'.
node_modules/@types/jsdom/base.d.ts(401,31): error TS2304: Cannot find name 'ValidityState'.
node_modules/@types/jsdom/base.d.ts(403,27): error TS2304: Cannot find name 'DOMParser'.
node_modules/@types/jsdom/base.d.ts(404,31): error TS2304: Cannot find name 'XMLSerializer'.
node_modules/@types/jsdom/base.d.ts(406,26): error TS2304: Cannot find name 'FormData'.
node_modules/@types/jsdom/base.d.ts(407,43): error TS2304: Cannot find name 'XMLHttpRequestEventTarget'.
node_modules/@types/jsdom/base.d.ts(408,38): error TS2304: Cannot find name 'XMLHttpRequestUpload'.
node_modules/@types/jsdom/base.d.ts(409,32): error TS2304: Cannot find name 'XMLHttpRequest'.
node_modules/@types/jsdom/base.d.ts(410,27): error TS2304: Cannot find name 'WebSocket'.
node_modules/@types/jsdom/base.d.ts(412,28): error TS2304: Cannot find name 'NodeFilter'.
node_modules/@types/jsdom/base.d.ts(413,30): error TS2304: Cannot find name 'NodeIterator'.
node_modules/@types/jsdom/base.d.ts(414,28): error TS2304: Cannot find name 'TreeWalker'.
node_modules/@types/jsdom/base.d.ts(416,31): error TS2304: Cannot find name 'AbstractRange'.
node_modules/@types/jsdom/base.d.ts(417,23): error TS2304: Cannot find name 'Range'.
node_modules/@types/jsdom/base.d.ts(418,29): error TS2304: Cannot find name 'StaticRange'.
node_modules/@types/jsdom/base.d.ts(419,27): error TS2304: Cannot find name 'Selection'.
node_modules/@types/jsdom/base.d.ts(421,25): error TS2304: Cannot find name 'Storage'.
node_modules/@types/jsdom/base.d.ts(423,39): error TS2304: Cannot find name 'CustomElementRegistry'.
node_modules/@types/jsdom/base.d.ts(424,28): error TS2304: Cannot find name 'ShadowRoot'.
node_modules/@types/jsdom/base.d.ts(426,34): error TS2304: Cannot find name 'MutationObserver'.
node_modules/@types/jsdom/base.d.ts(427,32): error TS2304: Cannot find name 'MutationRecord'.
node_modules/@types/jsdom/base.d.ts(429,25): error TS2304: Cannot find name 'Headers'.
node_modules/@types/jsdom/base.d.ts(434,28): error TS2304: Cannot find name 'StyleSheet'.
node_modules/@types/jsdom/base.d.ts(435,27): error TS2304: Cannot find name 'MediaList'.
node_modules/@types/jsdom/base.d.ts(436,31): error TS2304: Cannot find name 'CSSStyleSheet'.
node_modules/@types/jsdom/base.d.ts(437,25): error TS2304: Cannot find name 'CSSRule'.
node_modules/@types/jsdom/base.d.ts(438,30): error TS2304: Cannot find name 'CSSStyleRule'.
node_modules/@types/jsdom/base.d.ts(439,30): error TS2304: Cannot find name 'CSSMediaRule'.
node_modules/@types/jsdom/base.d.ts(440,31): error TS2304: Cannot find name 'CSSImportRule'.
node_modules/@types/jsdom/base.d.ts(441,37): error TS2304: Cannot find name 'CSSStyleDeclaration'.
node_modules/@types/jsdom/base.d.ts(445,33): error TS2304: Cannot find name 'XPathExpression'.
node_modules/@types/jsdom/base.d.ts(446,29): error TS2304: Cannot find name 'XPathResult'.
node_modules/@types/jsdom/base.d.ts(447,32): error TS2304: Cannot find name 'XPathEvaluator'.
node_modules/@types/jsdom/ts4.0/index.d.ts(7,28): error TS2304: Cannot find name 'InputEvent'.
node_modules/@types/jsdom/ts4.0/index.d.ts(8,26): error TS2304: Cannot find name 'External'.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! pino@7.5.0 test-types: `tsc && tsd && ts-node test/types/pino.ts`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the pino@7.5.0 test-types script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /opt/app-root/src/.npm/_logs/2021-11-30T15_12_53_320Z-debug.log
npm ERR! Test failed.  See above for more details.
S2I image 'f32/nodejs:12' test FAILED (exit code: 1)
S2I image 'f32/nodejs:12' test FAILED (exit code: 1)

See the final result summary:

 [PASSED] for 'hw' test_build_express_webapp
 [PASSED] for 'clients' express
 [FAILED] for 'clients' pino
 [PASSED] for 'binary' test_run_binary_application
mhdawson commented 2 years ago

What container is it trying to run in so that I can try with IMAGE_NAME= ?

mhdawson commented 2 years ago

Is the base s2i image - f32/nodejs:12 ? and if so which registry is it in?

mhdawson commented 2 years ago

I looked here but I can't find anything that looks like a nodejs container - https://registry.fedoraproject.org/

I guess I don't understand the flow and how I can recreate for fedora? For RHEL and ubi I can just point to the published containers with IMAGE_NAME and then run/debug the tests. @phracek, @hhorak

frenzymadness commented 2 years ago

You can clone this repository and build your own container image via make tag TARGET=fedora VERSIONS=12. What I'm confused about is that the error message here is different from what I¨ve seen in PRs.

mhdawson commented 2 years ago

@frenzymadness thanks build container like that and then ran with:

export IMAGE_NAME=f32/nodejs ./run

[PASSED] for 'app' test_run_app_application [PASSED] for 'app' test_s2i_usage [PASSED] for 'app' test_scl_usage [PASSED] for 'app' test_connection [PASSED] for 'app' test_docker_run_usage [PASSED] for 'app' test_scl_variables_in_dockerfile [PASSED] for 'app' test_npm_functionality [PASSED] for 'app' test_check_build_using_dockerfile [PASSED] for 'app' test_nodemon_removed [PASSED] for 'app' test_npm_cache_cleared [PASSED] for 'app' test_npm_tmp_cleared [PASSED] for 'app' kill_test_application [PASSED] for 'app' test_dev_mode_true_development [PASSED] for 'app' test_dev_mode_false_production [PASSED] for 'node_env_development' test_run_app_application [PASSED] for 'node_env_development' test_connection [PASSED] for 'node_env_development' test_nodemon_present [PASSED] for 'node_env_development' test_npm_cache_exists [PASSED] for 'node_env_development' kill_test_application [PASSED] for 'node_env_development' test_dev_mode_true_development [PASSED] for 'node_env_development' test_dev_mode_false_development [PASSED] for 'dev_mode' test_run_app_application [PASSED] for 'dev_mode' test_connection [PASSED] for 'dev_mode' test_nodemon_present [PASSED] for 'dev_mode' test_npm_cache_exists [PASSED] for 'dev_mode' kill_test_application [PASSED] for 'dev_mode' test_dev_mode_true_development [PASSED] for 'dev_mode' test_dev_mode_false_production [PASSED] for 'hw' test_safe_logging [PASSED] for 'hw' test_run_hw_application [PASSED] for 'hw' test_incremental_build [PASSED] for 'hw' test_build_express_webapp [PASSED] for 'clients' express [FAILED] for 'clients' pino [PASSED] for 'clients' prom-client [PASSED] for 'binary' test_run_binary_application

So I do see the failure in fedora as well.

mhdawson commented 2 years ago

The failures seem to be occuring in the pino CI runs as well - https://github.com/pinojs/pino/runs/4371438895?check_suite_focus=true

mhdawson commented 2 years ago

I tried going back to previous pino versions and the tests still failed so I don't think it is related to the pino version/branch, maybe instead of the types module published externally.

mhdawson commented 2 years ago

I suggest we watch the pino issues to see if it is flagged/resolved there. I reached out to one of the maintainers I know to see if it is a known issue.

phracek commented 2 years ago

@mhdawson What about disabling this test in our container?

mhdawson commented 2 years ago

The test in question fixed.

phracek commented 2 years ago

Issue is fixed. Closing it.