|
| 1 | +https://github.com/open-telemetry/opentelemetry-cpp/issues/3176 |
| 2 | + |
| 3 | +# Download bazelisk, and do this from this folder |
| 4 | + |
| 5 | +bazel test try |
| 6 | + |
| 7 | +``` |
| 8 | +F:\p\m\opentelemetry-cpp\x\rsomla1>bazel test try |
| 9 | +INFO: Invocation ID: a572e4c9-8838-433a-ac10-ba19b92e41a4 |
| 10 | +WARNING: Streamed test output requested. All tests will be run locally, without sharding, one at a time |
| 11 | +INFO: Analyzed target //rsomla1:try (1 packages loaded, 4 targets configured). |
| 12 | +INFO: From Linking rsomla1/try.exe: |
| 13 | +lld-link: warning: bazel-out/x64_windows-fastbuild/bin/rsomla1/_objs/try/try.obj: locally defined symbol imported: foo (defined in bazel-out/x64_windows-fastbuild/bin/rsomla1/_objs/try/lib.obj) [LNK4217] |
| 14 | +foo DONE! |
| 15 | +{ |
| 16 | + name : foo |
| 17 | + trace_id : 9a881c06d445a258a4e51401909f7422 |
| 18 | + span_id : 40bd1aac2e435d33 |
| 19 | + tracestate : |
| 20 | + parent_span_id: 987e069eea5c9aa2 |
| 21 | + start : 1733110404114213500 |
| 22 | + duration : 58700 |
| 23 | + description : |
| 24 | + span kind : Internal |
| 25 | + status : Unset |
| 26 | + attributes : |
| 27 | + events : |
| 28 | + links : |
| 29 | + resources : |
| 30 | + telemetry.sdk.language: cpp |
| 31 | + telemetry.sdk.name: opentelemetry |
| 32 | + telemetry.sdk.version: 1.18.0 |
| 33 | + service.name: unknown_service |
| 34 | + instr-lib : lib-0.0.1 |
| 35 | +} |
| 36 | +Done! |
| 37 | +{ |
| 38 | + name : main |
| 39 | + trace_id : 9a881c06d445a258a4e51401909f7422 |
| 40 | + span_id : 987e069eea5c9aa2 |
| 41 | + tracestate : |
| 42 | + parent_span_id: 0000000000000000 |
| 43 | + start : 1733110404114169800 |
| 44 | + duration : 240400 |
| 45 | + description : |
| 46 | + span kind : Internal |
| 47 | + status : Unset |
| 48 | + attributes : |
| 49 | + events : |
| 50 | + links : |
| 51 | + resources : |
| 52 | + telemetry.sdk.language: cpp |
| 53 | + telemetry.sdk.name: opentelemetry |
| 54 | + telemetry.sdk.version: 1.18.0 |
| 55 | + service.name: unknown_service |
| 56 | + instr-lib : try-0.0.1 |
| 57 | +} |
| 58 | +INFO: Found 1 test target... |
| 59 | +Target //rsomla1:try up-to-date: |
| 60 | + Q:/b/u/67x23agz/execroot/_main/bazel-out/x64_windows-fastbuild/bin/rsomla1/try.exe |
| 61 | +INFO: Elapsed time: 11.789s, Critical Path: 9.35s |
| 62 | +INFO: 5 processes: 1 internal, 4 local. |
| 63 | +INFO: Build completed successfully, 5 total actions |
| 64 | +``` |
0 commit comments