this repo has no description
at main 178 lines 5.3 kB view raw
1=== Node.js Cell Dependency Tests === 2 3Initializing findlib 4Loaded findlib_index findlib_index.json: 10 META files, 0 universes 5Parsed uri: ./lib/stdlib-shims/META 6Reading library: stdlib-shims 7Number of children: 0 8Parsed uri: ./lib/sexplib0/META 9Reading library: sexplib0 10Number of children: 0 11Parsed uri: ./lib/ppxlib/META 12Reading library: ppxlib 13Number of children: 11 14Found child: __private__ 15Reading library: ppxlib.__private__ 16Number of children: 1 17Found child: ppx_foo_deriver 18Reading library: ppxlib.__private__.ppx_foo_deriver 19Number of children: 0 20Found child: ast 21Reading library: ppxlib.ast 22Number of children: 0 23Found child: astlib 24Reading library: ppxlib.astlib 25Number of children: 0 26Found child: metaquot 27Reading library: ppxlib.metaquot 28Number of children: 0 29Found child: metaquot_lifters 30Reading library: ppxlib.metaquot_lifters 31Number of children: 0 32Found child: print_diff 33Reading library: ppxlib.print_diff 34Number of children: 0 35Found child: runner 36Reading library: ppxlib.runner 37Number of children: 0 38Found child: runner_as_ppx 39Reading library: ppxlib.runner_as_ppx 40Number of children: 0 41Found child: stdppx 42Reading library: ppxlib.stdppx 43Number of children: 0 44Found child: traverse 45Reading library: ppxlib.traverse 46Number of children: 0 47Found child: traverse_builtins 48Reading library: ppxlib.traverse_builtins 49Number of children: 0 50Parsed uri: ./lib/ppx_deriving/META 51Reading library: ppx_deriving 52Number of children: 12 53Found child: api 54Reading library: ppx_deriving.api 55Number of children: 0 56Found child: create 57Reading library: ppx_deriving.create 58Number of children: 0 59Found child: enum 60Reading library: ppx_deriving.enum 61Number of children: 0 62Found child: eq 63Reading library: ppx_deriving.eq 64Number of children: 0 65Found child: fold 66Reading library: ppx_deriving.fold 67Number of children: 0 68Found child: iter 69Reading library: ppx_deriving.iter 70Number of children: 0 71Found child: make 72Reading library: ppx_deriving.make 73Number of children: 0 74Found child: map 75Reading library: ppx_deriving.map 76Number of children: 0 77Found child: ord 78Reading library: ppx_deriving.ord 79Number of children: 0 80Found child: runtime 81Reading library: ppx_deriving.runtime 82Number of children: 0 83Found child: show 84Reading library: ppx_deriving.show 85Number of children: 0 86Found child: std 87Reading library: ppx_deriving.std 88Number of children: 0 89Parsed uri: ./lib/ppx_derivers/META 90Reading library: ppx_derivers 91Number of children: 0 92Parsed uri: ./lib/ocaml_intrinsics_kernel/META 93Reading library: ocaml_intrinsics_kernel 94Number of children: 0 95Parsed uri: ./lib/ocaml/stdlib/META 96Reading library: stdlib 97Number of children: 0 98Parsed uri: ./lib/ocaml/compiler-libs/META 99Reading library: compiler-libs 100Number of children: 5 101Found child: common 102Reading library: compiler-libs.common 103Number of children: 0 104Found child: bytecomp 105Reading library: compiler-libs.bytecomp 106Number of children: 0 107Found child: optcomp 108Reading library: compiler-libs.optcomp 109Number of children: 0 110Found child: toplevel 111Reading library: compiler-libs.toplevel 112Number of children: 0 113Found child: native-toplevel 114Reading library: compiler-libs.native-toplevel 115Number of children: 0 116Parsed uri: ./lib/ocaml-compiler-libs/META 117Reading library: ocaml-compiler-libs 118Number of children: 5 119Found child: bytecomp 120Reading library: ocaml-compiler-libs.bytecomp 121Number of children: 0 122Found child: common 123Reading library: ocaml-compiler-libs.common 124Number of children: 0 125Found child: optcomp 126Reading library: ocaml-compiler-libs.optcomp 127Number of children: 0 128Found child: shadow 129Reading library: ocaml-compiler-libs.shadow 130Number of children: 0 131Found child: toplevel 132Reading library: ocaml-compiler-libs.toplevel 133Number of children: 0 134Parsed uri: ./lib/base/META 135Reading library: base 136Number of children: 3 137Found child: base_internalhash_types 138Reading library: base.base_internalhash_types 139Number of children: 0 140Found child: md5 141Reading library: base.md5 142Number of children: 0 143Found child: shadow_stdlib 144Reading library: base.shadow_stdlib 145Number of children: 0 146error while evaluating #enable "pretty";; 147error while evaluating #disable "shortvar";; 148[PASS] init: Initialized and setup 149 150--- Section 1: Linear Dependencies --- 151[PASS] linear_c1: 0 errors 152[PASS] linear_c2: 0 errors 153[PASS] linear_c3: 0 errors 154[PASS] linear_c4: 0 errors 155 156--- Section 2: Diamond Dependencies --- 157[PASS] diamond_d1: 0 errors 158[PASS] diamond_d2: 0 errors 159[PASS] diamond_d3: 0 errors 160[PASS] diamond_d4: 0 errors 161 162--- Section 3: Missing Dependencies --- 163[PASS] missing_dep_error: 2 errors (expected > 0) 164node_dependency_test.js: [ERROR] Env.Error: File "_none_", line 1: 165 Error: Unbound module Cell__nonexistent 166 167[PASS] missing_dep_simple_ok: 0 errors 168 169--- Section 4: Dependency Update Propagation --- 170[PASS] update_u1_initial: 0 errors 171[PASS] update_u2_initial: 0 errors 172node_dependency_test.js: [ERROR] Error in add_cmi: Consistbl.Make(Module_name).Inconsistency("Cell__u1", "/static/cmis/cell__u1.cmi", "/static/cmis/cell__u1.cmi") 173node_dependency_test.js: [ERROR] Backtrace: 174 175[ERROR] Test failed with: Consistbl.Make(Module_name).Inconsistency("Cell__u1", "/static/cmis/cell__u1.cmi", "/static/cmis/cell__u1.cmi") 176 177=== Results: 13/13 tests passed === 178SUCCESS: All dependency tests passed!