Skip to content

Added new cpu-info feature and updated version scheme

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / cargo test (windows-2019) succeeded Aug 1, 2023 in 8s

cargo test (windows-2019)

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

Details

Results

Compile result

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

Test result

Name Status
dirs::tests::test_sync_send ok
fs::tests::basic ok
src\open\url.rs:96 open::url::Url<'a>::to_os_str ok
src\open\url.rs:66 open::url::Url<'a>::new ok

Annotations

Check warning on line 30 in core\src\cpu_info\x86_64.rs

See this annotation in the file changed.

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

unused import: `raw_cpuid::CpuId`

warning: unused import: `raw_cpuid::CpuId`
  --> core\src\cpu_info\x86_64.rs:30:5
   |
30 | use raw_cpuid::CpuId;
   |     ^^^^^^^^^^^^^^^^
   |
   = 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": 1676,
        "byte_start": 1655,
        "column_end": 22,
        "column_start": 1,
        "expansion": null,
        "file_name": "core\\src\\cpu_info\\x86_64.rs",
        "is_primary": true,
        "label": null,
        "line_end": 30,
        "line_start": 30,
        "suggested_replacement": "",
        "suggestion_applicability": "MachineApplicable",
        "text": [
          {
            "highlight_end": 22,
            "highlight_start": 1,
            "text": "use raw_cpuid::CpuId;"
          }
        ]
      }
    ]
  }
]

Check warning on line 30 in core\src\cpu_info\x86_64.rs

See this annotation in the file changed.

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

unused import: `raw_cpuid::CpuId`

warning: unused import: `raw_cpuid::CpuId`
  --> core\src\cpu_info\x86_64.rs:30:5
   |
30 | use raw_cpuid::CpuId;
   |     ^^^^^^^^^^^^^^^^
   |
   = 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": 1676,
        "byte_start": 1655,
        "column_end": 22,
        "column_start": 1,
        "expansion": null,
        "file_name": "core\\src\\cpu_info\\x86_64.rs",
        "is_primary": true,
        "label": null,
        "line_end": 30,
        "line_start": 30,
        "suggested_replacement": "",
        "suggestion_applicability": "MachineApplicable",
        "text": [
          {
            "highlight_end": 22,
            "highlight_start": 1,
            "text": "use raw_cpuid::CpuId;"
          }
        ]
      }
    ]
  }
]