Skip to content

Updated to non path dependency for bp3d-logger #19

Updated to non path dependency for bp3d-logger

Updated to non path dependency for bp3d-logger #19

GitHub Actions / cargo test (windows-2019) succeeded Mar 27, 2024 in 6s

cargo test (windows-2019)

There are 0 failures, 4 warnings, and 0 notice.

Details

Results

Compile result

Type Count
error: internal compiler error 0
error 0
warning 4
failure-note 0
note 0
help 0

Test result

Name Status
src\lib.rs:116 setup ok

Annotations

Check warning on line 29 in src\profiler\thread\store.rs

See this annotation in the file changed.

@github-actions github-actions / cargo test (windows-2019)

unused import: `bytesutil::WriteExt`

warning: unused import: `bytesutil::WriteExt`
  --> src\profiler\thread\store.rs:29:5
   |
29 | use bytesutil::WriteExt;
   |     ^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

Raw output
[
  {
    "children": [],
    "code": null,
    "level": "note",
    "message": "`#[warn(unused_imports)]` on by default",
    "rendered": null,
    "spans": []
  },
  {
    "children": [],
    "code": null,
    "level": "help",
    "message": "remove the whole `use` item",
    "rendered": null,
    "spans": [
      {
        "byte_end": 1648,
        "byte_start": 1624,
        "column_end": 25,
        "column_start": 1,
        "expansion": null,
        "file_name": "src\\profiler\\thread\\store.rs",
        "is_primary": true,
        "label": null,
        "line_end": 29,
        "line_start": 29,
        "suggested_replacement": "",
        "suggestion_applicability": "MachineApplicable",
        "text": [
          {
            "highlight_end": 25,
            "highlight_start": 1,
            "text": "use bytesutil::WriteExt;"
          }
        ]
      }
    ]
  }
]

Check warning on line 88 in src\util.rs

See this annotation in the file changed.

@github-actions github-actions / cargo test (windows-2019)

methods `into_u64` and `get_id_instance` are never used

warning: methods `into_u64` and `get_id_instance` are never used
  --> src\util.rs:88:12
   |
83 | impl SpanId {
   | ----------- methods in this implementation
...
88 |     pub fn into_u64(self) -> u64 {
   |            ^^^^^^^^
...
92 |     pub fn get_id_instance(&self) -> (NonZeroU32, u32) {
   |            ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

Raw output
[
  {
    "children": [],
    "code": null,
    "level": "note",
    "message": "`#[warn(dead_code)]` on by default",
    "rendered": null,
    "spans": []
  }
]

Check warning on line 29 in src\profiler\thread\store.rs

See this annotation in the file changed.

@github-actions github-actions / cargo test (windows-2019)

unused import: `bytesutil::WriteExt`

warning: unused import: `bytesutil::WriteExt`
  --> src\profiler\thread\store.rs:29:5
   |
29 | use bytesutil::WriteExt;
   |     ^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

Raw output
[
  {
    "children": [],
    "code": null,
    "level": "note",
    "message": "`#[warn(unused_imports)]` on by default",
    "rendered": null,
    "spans": []
  },
  {
    "children": [],
    "code": null,
    "level": "help",
    "message": "remove the whole `use` item",
    "rendered": null,
    "spans": [
      {
        "byte_end": 1648,
        "byte_start": 1624,
        "column_end": 25,
        "column_start": 1,
        "expansion": null,
        "file_name": "src\\profiler\\thread\\store.rs",
        "is_primary": true,
        "label": null,
        "line_end": 29,
        "line_start": 29,
        "suggested_replacement": "",
        "suggestion_applicability": "MachineApplicable",
        "text": [
          {
            "highlight_end": 25,
            "highlight_start": 1,
            "text": "use bytesutil::WriteExt;"
          }
        ]
      }
    ]
  }
]

Check warning on line 88 in src\util.rs

See this annotation in the file changed.

@github-actions github-actions / cargo test (windows-2019)

methods `into_u64` and `get_id_instance` are never used

warning: methods `into_u64` and `get_id_instance` are never used
  --> src\util.rs:88:12
   |
83 | impl SpanId {
   | ----------- methods in this implementation
...
88 |     pub fn into_u64(self) -> u64 {
   |            ^^^^^^^^
...
92 |     pub fn get_id_instance(&self) -> (NonZeroU32, u32) {
   |            ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

Raw output
[
  {
    "children": [],
    "code": null,
    "level": "note",
    "message": "`#[warn(dead_code)]` on by default",
    "rendered": null,
    "spans": []
  }
]