Created
May 21, 2024 18:46
-
-
Save bobmcwhirter/b74928ad39bd8c0427a66d0fadab4e02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warning: external crate `async_std` unused in `migration`: remove the dependency or add `use async_std as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: `trustify-migration` (lib) generated 1 warning | |
warning: external crate `thiserror` unused in `trustify_cvss`: remove the dependency or add `use thiserror as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: `trustify-cvss` (lib) generated 1 warning | |
warning: external crate `humantime` unused in `trustify_common`: remove the dependency or add `use humantime as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `serde_json` unused in `trustify_common`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `trustify_cvss` unused in `trustify_common`: remove the dependency or add `use trustify_cvss as _;` | |
warning: `trustify-common` (lib) generated 3 warnings | |
warning: external crate `chrono` unused in `trustify_entity`: remove the dependency or add `use chrono as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `tokio` unused in `trustify_entity`: remove the dependency or add `use tokio as _;` | |
warning: external crate `uuid` unused in `trustify_entity`: remove the dependency or add `use uuid as _;` | |
warning: `trustify-entity` (lib) generated 3 warnings | |
warning: external crate `actix_web_extras` unused in `trustify_auth`: remove the dependency or add `use actix_web_extras as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: `trustify-auth` (lib) generated 1 warning | |
warning: external crate `chrono` unused in `trustify_model`: remove the dependency or add `use chrono as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: `trustify-model` (lib) generated 1 warning | |
warning: external crate `actix_web` unused in `trustify_service_storage`: remove the dependency or add `use actix_web as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `chrono` unused in `trustify_service_storage`: remove the dependency or add `use chrono as _;` | |
warning: external crate `csaf` unused in `trustify_service_storage`: remove the dependency or add `use csaf as _;` | |
warning: external crate `humantime` unused in `trustify_service_storage`: remove the dependency or add `use humantime as _;` | |
warning: external crate `log` unused in `trustify_service_storage`: remove the dependency or add `use log as _;` | |
warning: external crate `reqwest` unused in `trustify_service_storage`: remove the dependency or add `use reqwest as _;` | |
warning: external crate `ring` unused in `trustify_service_storage`: remove the dependency or add `use ring as _;` | |
warning: external crate `sea_orm` unused in `trustify_service_storage`: remove the dependency or add `use sea_orm as _;` | |
warning: external crate `serde` unused in `trustify_service_storage`: remove the dependency or add `use serde as _;` | |
warning: external crate `serde_json` unused in `trustify_service_storage`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `trustify_common` unused in `trustify_service_storage`: remove the dependency or add `use trustify_common as _;` | |
warning: external crate `trustify_entity` unused in `trustify_service_storage`: remove the dependency or add `use trustify_entity as _;` | |
warning: external crate `utoipa` unused in `trustify_service_storage`: remove the dependency or add `use utoipa as _;` | |
warning: `trustify-service-storage` (lib) generated 13 warnings | |
warning: external crate `bytesize` unused in `trustify_service_ingestor`: remove the dependency or add `use bytesize as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `chrono` unused in `trustify_service_ingestor`: remove the dependency or add `use chrono as _;` | |
warning: external crate `itertools` unused in `trustify_service_ingestor`: remove the dependency or add `use itertools as _;` | |
warning: external crate `postgresql_embedded` unused in `trustify_service_ingestor`: remove the dependency or add `use postgresql_embedded as _;` | |
warning: external crate `reqwest` unused in `trustify_service_ingestor`: remove the dependency or add `use reqwest as _;` | |
warning: external crate `sbom_walker` unused in `trustify_service_ingestor`: remove the dependency or add `use sbom_walker as _;` | |
warning: external crate `sea_orm_migration` unused in `trustify_service_ingestor`: remove the dependency or add `use sea_orm_migration as _;` | |
warning: external crate `sha2` unused in `trustify_service_ingestor`: remove the dependency or add `use sha2 as _;` | |
warning: external crate `tempfile` unused in `trustify_service_ingestor`: remove the dependency or add `use tempfile as _;` | |
warning: external crate `tokio` unused in `trustify_service_ingestor`: remove the dependency or add `use tokio as _;` | |
warning: external crate `tokio_util` unused in `trustify_service_ingestor`: remove the dependency or add `use tokio_util as _;` | |
warning: external crate `utoipa` unused in `trustify_service_ingestor`: remove the dependency or add `use utoipa as _;` | |
warning: `trustify-service-ingestor` (lib) generated 12 warnings | |
warning: external crate `async_trait` unused in `trustify_module_sbom`: remove the dependency or add `use async_trait as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `cpe` unused in `trustify_module_sbom`: remove the dependency or add `use cpe as _;` | |
warning: external crate `csaf` unused in `trustify_module_sbom`: remove the dependency or add `use csaf as _;` | |
warning: external crate `human_date_parser` unused in `trustify_module_sbom`: remove the dependency or add `use human_date_parser as _;` | |
warning: external crate `lenient_semver` unused in `trustify_module_sbom`: remove the dependency or add `use lenient_semver as _;` | |
warning: external crate `migration` unused in `trustify_module_sbom`: remove the dependency or add `use migration as _;` | |
warning: external crate `packageurl` unused in `trustify_module_sbom`: remove the dependency or add `use packageurl as _;` | |
warning: external crate `postgresql_embedded` unused in `trustify_module_sbom`: remove the dependency or add `use postgresql_embedded as _;` | |
warning: external crate `regex` unused in `trustify_module_sbom`: remove the dependency or add `use regex as _;` | |
warning: external crate `sea_orm_migration` unused in `trustify_module_sbom`: remove the dependency or add `use sea_orm_migration as _;` | |
warning: external crate `spdx_expression` unused in `trustify_module_sbom`: remove the dependency or add `use spdx_expression as _;` | |
warning: external crate `spdx_rs` unused in `trustify_module_sbom`: remove the dependency or add `use spdx_rs as _;` | |
warning: external crate `tempfile` unused in `trustify_module_sbom`: remove the dependency or add `use tempfile as _;` | |
warning: external crate `time` unused in `trustify_module_sbom`: remove the dependency or add `use time as _;` | |
warning: external crate `tokio` unused in `trustify_module_sbom`: remove the dependency or add `use tokio as _;` | |
warning: external crate `trustify_cvss` unused in `trustify_module_sbom`: remove the dependency or add `use trustify_cvss as _;` | |
warning: external crate `async_trait` unused in `trustify_module_advisory`: remove the dependency or add `use async_trait as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `cpe` unused in `trustify_module_advisory`: remove the dependency or add `use cpe as _;` | |
warning: external crate `csaf` unused in `trustify_module_advisory`: remove the dependency or add `use csaf as _;` | |
warning: external crate `human_date_parser` unused in `trustify_module_advisory`: remove the dependency or add `use human_date_parser as _;` | |
warning: external crate `lenient_semver` unused in `trustify_module_advisory`: remove the dependency or add `use lenient_semver as _;` | |
warning: external crate `log` unused in `trustify_module_advisory`: remove the dependency or add `use log as _;` | |
warning: external crate `migration` unused in `trustify_module_advisory`: remove the dependency or add `use migration as _;` | |
warning: external crate `packageurl` unused in `trustify_module_advisory`: remove the dependency or add `use packageurl as _;` | |
warning: external crate `postgresql_embedded` unused in `trustify_module_advisory`: remove the dependency or add `use postgresql_embedded as _;` | |
warning: external crate `regex` unused in `trustify_module_advisory`: remove the dependency or add `use regex as _;` | |
warning: external crate `sea_orm_migration` unused in `trustify_module_advisory`: remove the dependency or add `use sea_orm_migration as _;` | |
warning: external crate `sea_query` unused in `trustify_module_advisory`: remove the dependency or add `use sea_query as _;` | |
warning: external crate `serde_json` unused in `trustify_module_advisory`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `spdx_expression` unused in `trustify_module_advisory`: remove the dependency or add `use spdx_expression as _;` | |
warning: external crate `spdx_rs` unused in `trustify_module_advisory`: remove the dependency or add `use spdx_rs as _;` | |
warning: external crate `tempfile` unused in `trustify_module_advisory`: remove the dependency or add `use tempfile as _;` | |
warning: external crate `time` unused in `trustify_module_advisory`: remove the dependency or add `use time as _;` | |
warning: external crate `tokio` unused in `trustify_module_advisory`: remove the dependency or add `use tokio as _;` | |
warning: external crate `tracing` unused in `trustify_module_advisory`: remove the dependency or add `use tracing as _;` | |
warning: external crate `trustify_auth` unused in `trustify_module_advisory`: remove the dependency or add `use trustify_auth as _;` | |
warning: external crate `trustify_cvss` unused in `trustify_module_advisory`: remove the dependency or add `use trustify_cvss as _;` | |
warning: external crate `async_trait` unused in `trustify_module_vulnerability`: remove the dependency or add `use async_trait as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `cpe` unused in `trustify_module_vulnerability`: remove the dependency or add `use cpe as _;` | |
warning: external crate `csaf` unused in `trustify_module_vulnerability`: remove the dependency or add `use csaf as _;` | |
warning: external crate `human_date_parser` unused in `trustify_module_vulnerability`: remove the dependency or add `use human_date_parser as _;` | |
warning: external crate `lenient_semver` unused in `trustify_module_vulnerability`: remove the dependency or add `use lenient_semver as _;` | |
warning: external crate `log` unused in `trustify_module_vulnerability`: remove the dependency or add `use log as _;` | |
warning: external crate `migration` unused in `trustify_module_vulnerability`: remove the dependency or add `use migration as _;` | |
warning: external crate `packageurl` unused in `trustify_module_vulnerability`: remove the dependency or add `use packageurl as _;` | |
warning: external crate `postgresql_embedded` unused in `trustify_module_vulnerability`: remove the dependency or add `use postgresql_embedded as _;` | |
warning: external crate `regex` unused in `trustify_module_vulnerability`: remove the dependency or add `use regex as _;` | |
warning: external crate `sea_orm_migration` unused in `trustify_module_vulnerability`: remove the dependency or add `use sea_orm_migration as _;` | |
warning: external crate `sea_query` unused in `trustify_module_vulnerability`: remove the dependency or add `use sea_query as _;` | |
warning: external crate `serde` unused in `trustify_module_vulnerability`: remove the dependency or add `use serde as _;` | |
warning: external crate `serde_json` unused in `trustify_module_vulnerability`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `spdx_expression` unused in `trustify_module_vulnerability`: remove the dependency or add `use spdx_expression as _;` | |
warning: external crate `spdx_rs` unused in `trustify_module_vulnerability`: remove the dependency or add `use spdx_rs as _;` | |
warning: external crate `tempfile` unused in `trustify_module_vulnerability`: remove the dependency or add `use tempfile as _;` | |
warning: external crate `time` unused in `trustify_module_vulnerability`: remove the dependency or add `use time as _;` | |
warning: external crate `tokio` unused in `trustify_module_vulnerability`: remove the dependency or add `use tokio as _;` | |
warning: external crate `tracing` unused in `trustify_module_vulnerability`: remove the dependency or add `use tracing as _;` | |
warning: external crate `trustify_auth` unused in `trustify_module_vulnerability`: remove the dependency or add `use trustify_auth as _;` | |
warning: external crate `trustify_cvss` unused in `trustify_module_vulnerability`: remove the dependency or add `use trustify_cvss as _;` | |
warning: external crate `async_trait` unused in `trustify_module_organization`: remove the dependency or add `use async_trait as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `log` unused in `trustify_module_organization`: remove the dependency or add `use log as _;` | |
warning: external crate `migration` unused in `trustify_module_organization`: remove the dependency or add `use migration as _;` | |
warning: external crate `sea_orm_migration` unused in `trustify_module_organization`: remove the dependency or add `use sea_orm_migration as _;` | |
warning: external crate `sea_query` unused in `trustify_module_organization`: remove the dependency or add `use sea_query as _;` | |
warning: external crate `serde` unused in `trustify_module_organization`: remove the dependency or add `use serde as _;` | |
warning: external crate `serde_json` unused in `trustify_module_organization`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `tracing` unused in `trustify_module_organization`: remove the dependency or add `use tracing as _;` | |
warning: external crate `trustify_auth` unused in `trustify_module_organization`: remove the dependency or add `use trustify_auth as _;` | |
warning: external crate `trustify_cvss` unused in `trustify_module_organization`: remove the dependency or add `use trustify_cvss as _;` | |
warning: `trustify-module-sbom` (lib) generated 16 warnings | |
warning: `trustify-module-advisory` (lib) generated 21 warnings | |
warning: `trustify-module-vulnerability` (lib) generated 22 warnings | |
warning: `trustify-module-organization` (lib) generated 10 warnings | |
warning: external crate `async_trait` unused in `trustify_infrastructure`: remove the dependency or add `use async_trait as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `sha2` unused in `trustify_module_importer`: remove the dependency or add `use sha2 as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `sqlx` unused in `trustify_module_importer`: remove the dependency or add `use sqlx as _;` | |
warning: external crate `walker_extras` unused in `trustify_module_importer`: remove the dependency or add `use walker_extras as _;` | |
warning: `trustify-infrastructure` (lib) generated 1 warning | |
warning: `trustify-module-importer` (lib) generated 3 warnings | |
warning: external crate `log` unused in `trustify_module_ui`: remove the dependency or add `use log as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: `trustify-module-ui` (lib) generated 1 warning | |
warning: external crate `csaf` unused in `trustify_server`: remove the dependency or add `use csaf as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `once_cell` unused in `trustify_server`: remove the dependency or add `use once_cell as _;` | |
warning: external crate `parking_lot` unused in `trustify_server`: remove the dependency or add `use parking_lot as _;` | |
warning: external crate `serde` unused in `trustify_server`: remove the dependency or add `use serde as _;` | |
warning: external crate `serde_json` unused in `trustify_server`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `sha2` unused in `trustify_server`: remove the dependency or add `use sha2 as _;` | |
warning: external crate `thiserror` unused in `trustify_server`: remove the dependency or add `use thiserror as _;` | |
warning: external crate `trustify_entity` unused in `trustify_server`: remove the dependency or add `use trustify_entity as _;` | |
warning: external crate `walker_common` unused in `trustify_server`: remove the dependency or add `use walker_common as _;` | |
warning: external crate `anyhow` unused in `trustify_integration_tests`: remove the dependency or add `use anyhow as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `cpe` unused in `trustify_integration_tests`: remove the dependency or add `use cpe as _;` | |
warning: external crate `humantime` unused in `trustify_integration_tests`: remove the dependency or add `use humantime as _;` | |
warning: external crate `log` unused in `trustify_integration_tests`: remove the dependency or add `use log as _;` | |
warning: external crate `lzma` unused in `trustify_integration_tests`: remove the dependency or add `use lzma as _;` | |
warning: external crate `serde_json` unused in `trustify_integration_tests`: remove the dependency or add `use serde_json as _;` | |
warning: external crate `tokio` unused in `trustify_integration_tests`: remove the dependency or add `use tokio as _;` | |
warning: external crate `tracing` unused in `trustify_integration_tests`: remove the dependency or add `use tracing as _;` | |
warning: external crate `trustify_auth` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_auth as _;` | |
warning: external crate `trustify_common` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_common as _;` | |
warning: external crate `trustify_entity` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_entity as _;` | |
warning: external crate `trustify_infrastructure` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_infrastructure as _;` | |
warning: external crate `trustify_module_importer` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_module_importer as _;` | |
warning: external crate `trustify_module_sbom` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_module_sbom as _;` | |
warning: external crate `trustify_service_ingestor` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_service_ingestor as _;` | |
warning: external crate `trustify_service_storage` unused in `trustify_integration_tests`: remove the dependency or add `use trustify_service_storage as _;` | |
warning: `trustify-server` (lib) generated 9 warnings | |
warning: `trustify-integration-tests` (lib) generated 16 warnings | |
warning: external crate `serde_json` unused in `trustd`: remove the dependency or add `use serde_json as _;` | |
| | |
= note: requested on the command line with `-W unused-crate-dependencies` | |
warning: external crate `thiserror` unused in `trustd`: remove the dependency or add `use thiserror as _;` | |
warning: external crate `trustify_auth` unused in `trustd`: remove the dependency or add `use trustify_auth as _;` | |
warning: `trustify-trustd` (bin "trustd") generated 3 warnings | |
Finished dev [unoptimized + debuginfo] target(s) in 0.68s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment