[INFO] cloning repository https://github.com/brunobbaraujo/psykan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/brunobbaraujo/psykan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunobbaraujo%2Fpsykan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunobbaraujo%2Fpsykan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 089cfa2272e1f1d4fe472076c1ed85512c9266d2 [INFO] testing brunobbaraujo/psykan against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbrunobbaraujo%2Fpsykan" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/brunobbaraujo/psykan [INFO] finished tweaking git repo https://github.com/brunobbaraujo/psykan [INFO] tweaked toml for git repo https://github.com/brunobbaraujo/psykan written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/brunobbaraujo/psykan on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/brunobbaraujo/psykan already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8325641f95bf7f5f42dfcc1bd44bdce32931706d1072df7e60a04510f7d00fc4 [INFO] running `Command { std: "docker" "start" "-a" "8325641f95bf7f5f42dfcc1bd44bdce32931706d1072df7e60a04510f7d00fc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8325641f95bf7f5f42dfcc1bd44bdce32931706d1072df7e60a04510f7d00fc4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8325641f95bf7f5f42dfcc1bd44bdce32931706d1072df7e60a04510f7d00fc4", kill_on_drop: false }` [INFO] [stdout] 8325641f95bf7f5f42dfcc1bd44bdce32931706d1072df7e60a04510f7d00fc4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 678d581cd46315fa3513d63dbdc486042dec681abaf521c9bed98bc5370ef804 [INFO] running `Command { std: "docker" "start" "-a" "678d581cd46315fa3513d63dbdc486042dec681abaf521c9bed98bc5370ef804", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling libc v0.2.173 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling target-lexicon v0.13.2 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling cc v1.2.27 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling pyo3-build-config v0.25.1 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling syn v2.0.103 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling bigdecimal v0.4.8 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling rust_decimal v1.37.2 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling crc v3.3.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling pyo3-macros-backend v0.25.1 [INFO] [stderr] Compiling pyo3-ffi v0.25.1 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling whoami v1.6.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling pyo3 v0.25.1 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling unindent v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.29 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling inherent v1.0.12 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling sea-bae v0.2.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling sea-orm-macros v1.1.12 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling ouroboros v0.18.5 [INFO] [stderr] Compiling pyo3-macros v0.25.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling sea-query v0.32.6 [INFO] [stderr] Compiling psykan v0.1.0 (/opt/rustwide/workdir/crates/psykan) [INFO] [stdout] warning: unused import: `rayon::prelude::*` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::asset::Asset` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::asset::Asset; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::graph::node::Node` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::graph::node::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ID_SEPARATOR` is never used [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | const ID_SEPARATOR: &str = "__"; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_vec` is never used [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl AssetKey { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | pub fn to_vec(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `name`, `key`, `description`, and `dependencies` are never read [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct Asset [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 31 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 32 | key: AssetKey, [INFO] [stdout] | ^^^ [INFO] [stdout] 33 | description: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 34 | dependencies: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `name`, `key`, `description`, and `dependencies` are never used [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 38 | / impl Asset [INFO] [stdout] 39 | | where [INFO] [stdout] 40 | | F: Fn() -> R, [INFO] [stdout] | |_________________- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn name(&self) -> &String { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub fn key(&self) -> &AssetKey { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub fn description(&self) -> &String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub fn dependencies(&self) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Job` is never constructed [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Job [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `name` and `graph` are never used [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 18 | / impl Job [INFO] [stdout] 19 | | where [INFO] [stdout] 20 | | T: NodeContent, [INFO] [stdout] | |___________________- methods in this implementation [INFO] [stdout] 21 | { [INFO] [stdout] 22 | pub fn name(&self) -> &String { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn graph(&self) -> &Graph { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Graph` is never constructed [INFO] [stdout] --> crates/psykan/src/graph/graph.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Graph { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `add_root_node`, `visitation_order`, and `nodes_by_key` are never used [INFO] [stdout] --> crates/psykan/src/graph/graph.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 13 | impl Graph { [INFO] [stdout] | ----------------------------- associated items in this implementation [INFO] [stdout] 14 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 22 | pub fn add_root_node(&self, node: Rc>) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub fn visitation_order(&self) -> Vec>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn nodes_by_key(&self) -> HashMap>> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Node` is never constructed [INFO] [stdout] --> crates/psykan/src/graph/node.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Node { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `add_child`, `remove_child`, `key`, `get_parent`, and `get_children` are never used [INFO] [stdout] --> crates/psykan/src/graph/node.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 20 | impl Node { [INFO] [stdout] | ---------------------------- associated items in this implementation [INFO] [stdout] 21 | pub fn new(key: String, content: Option) -> Rc { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn add_child(parent: &Rc>, child: Rc>) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | pub fn remove_child(parent: &Rc>, child_key: String) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn key(&self) -> &str { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn get_parent(&self) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub fn get_children(&self) -> Vec>> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Executable` is never used [INFO] [stdout] --> crates/psykan/src/traits.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait Executable { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `id` and `dependencies` are never used [INFO] [stdout] --> crates/psykan/src/traits.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait NodeContent { [INFO] [stdout] | ----------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 21 | fn id(&self) -> String; [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 24 | fn dependencies(&self) -> Vec; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling sea-query-binder v0.7.0 [INFO] [stderr] Compiling sea-orm v1.1.12 [INFO] [stderr] Compiling psykan-storage v0.1.0 (/opt/rustwide/workdir/crates/psykan-storage) [INFO] [stdout] warning: struct `Model` is never constructed [INFO] [stdout] --> crates/psykan-storage/src/models/run.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Model { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Relation` is never used [INFO] [stdout] --> crates/psykan-storage/src/models/run.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum Relation {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s [INFO] running `Command { std: "docker" "inspect" "678d581cd46315fa3513d63dbdc486042dec681abaf521c9bed98bc5370ef804", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "678d581cd46315fa3513d63dbdc486042dec681abaf521c9bed98bc5370ef804", kill_on_drop: false }` [INFO] [stdout] 678d581cd46315fa3513d63dbdc486042dec681abaf521c9bed98bc5370ef804 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c84adfdadb39f948244460d9ad6dd708721893d6981beb61ba664bbf84c632da [INFO] running `Command { std: "docker" "start" "-a" "c84adfdadb39f948244460d9ad6dd708721893d6981beb61ba664bbf84c632da", kill_on_drop: false }` [INFO] [stdout] warning: struct `Model` is never constructed [INFO] [stdout] --> crates/psykan-storage/src/models/run.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Model { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Relation` is never used [INFO] [stdout] --> crates/psykan-storage/src/models/run.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum Relation {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling psykan-storage v0.1.0 (/opt/rustwide/workdir/crates/psykan-storage) [INFO] [stderr] Compiling psykan v0.1.0 (/opt/rustwide/workdir/crates/psykan) [INFO] [stdout] warning: unused import: `rayon::prelude::*` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rayon::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::asset::Asset` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::asset::Asset; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::graph::node::Node` [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::graph::node::Node; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `ID_SEPARATOR` is never used [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | const ID_SEPARATOR: &str = "__"; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_vec` is never used [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl AssetKey { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 16 | pub fn to_vec(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `dependencies` is never read [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct Asset [INFO] [stdout] | ----- field in this struct [INFO] [stdout] ... [INFO] [stdout] 34 | dependencies: Vec, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `name`, `key`, `description`, and `dependencies` are never used [INFO] [stdout] --> crates/psykan/src/entities/asset.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 38 | / impl Asset [INFO] [stdout] 39 | | where [INFO] [stdout] 40 | | F: Fn() -> R, [INFO] [stdout] | |_________________- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn name(&self) -> &String { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub fn key(&self) -> &AssetKey { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | pub fn description(&self) -> &String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub fn dependencies(&self) -> &Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Job` is never constructed [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Job [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `name` and `graph` are never used [INFO] [stdout] --> crates/psykan/src/entities/jobs.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 18 | / impl Job [INFO] [stdout] 19 | | where [INFO] [stdout] 20 | | T: NodeContent, [INFO] [stdout] | |___________________- methods in this implementation [INFO] [stdout] 21 | { [INFO] [stdout] 22 | pub fn name(&self) -> &String { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 26 | pub fn graph(&self) -> &Graph { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `content` is never read [INFO] [stdout] --> crates/psykan/src/graph/node.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Node { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | content: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Executable` is never used [INFO] [stdout] --> crates/psykan/src/traits.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | pub trait Executable { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `id` and `dependencies` are never used [INFO] [stdout] --> crates/psykan/src/traits.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub trait NodeContent { [INFO] [stdout] | ----------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 21 | fn id(&self) -> String; [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 24 | fn dependencies(&self) -> Vec; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Model` is never constructed [INFO] [stdout] --> crates/psykan-storage/src/models/run.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Model { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Relation` is never used [INFO] [stdout] --> crates/psykan-storage/src/models/run.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum Relation {} [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `Command { std: "docker" "inspect" "c84adfdadb39f948244460d9ad6dd708721893d6981beb61ba664bbf84c632da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c84adfdadb39f948244460d9ad6dd708721893d6981beb61ba664bbf84c632da", kill_on_drop: false }` [INFO] [stdout] c84adfdadb39f948244460d9ad6dd708721893d6981beb61ba664bbf84c632da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b572e9bb8ff60662bae6a89c66b80f765ef698280d194b80374f3ec89ce22744 [INFO] running `Command { std: "docker" "start" "-a" "b572e9bb8ff60662bae6a89c66b80f765ef698280d194b80374f3ec89ce22744", kill_on_drop: false }` [INFO] [stderr] warning: struct `Model` is never constructed [INFO] [stderr] --> crates/psykan-storage/src/models/run.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct Model { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: enum `Relation` is never used [INFO] [stderr] --> crates/psykan-storage/src/models/run.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | pub enum Relation {} [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `psykan-storage` (lib) generated 2 warnings [INFO] [stderr] warning: `psykan-storage` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: unused import: `rayon::prelude::*` [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use rayon::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::rc::Rc` [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::rc::Rc; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::asset::Asset` [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::asset::Asset; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::graph::node::Node` [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use crate::graph::node::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `ID_SEPARATOR` is never used [INFO] [stderr] --> crates/psykan/src/entities/asset.rs:5:7 [INFO] [stderr] | [INFO] [stderr] 5 | const ID_SEPARATOR: &str = "__"; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: method `to_vec` is never used [INFO] [stderr] --> crates/psykan/src/entities/asset.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 11 | impl AssetKey { [INFO] [stderr] | ------------- method in this implementation [INFO] [stderr] ... [INFO] [stderr] 16 | pub fn to_vec(&self) -> Vec { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `dependencies` is never read [INFO] [stderr] --> crates/psykan/src/entities/asset.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 27 | pub struct Asset [INFO] [stderr] | ----- field in this struct [INFO] [stderr] ... [INFO] [stderr] 34 | dependencies: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `name`, `key`, `description`, and `dependencies` are never used [INFO] [stderr] --> crates/psykan/src/entities/asset.rs:58:12 [INFO] [stderr] | [INFO] [stderr] 38 | / impl Asset [INFO] [stderr] 39 | | where [INFO] [stderr] 40 | | F: Fn() -> R, [INFO] [stderr] | |_________________- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 58 | pub fn name(&self) -> &String { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 62 | pub fn key(&self) -> &AssetKey { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 66 | pub fn description(&self) -> &String { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 70 | pub fn dependencies(&self) -> &Vec { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `Job` is never constructed [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Job [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `name` and `graph` are never used [INFO] [stderr] --> crates/psykan/src/entities/jobs.rs:22:12 [INFO] [stderr] | [INFO] [stderr] 18 | / impl Job [INFO] [stderr] 19 | | where [INFO] [stderr] 20 | | T: NodeContent, [INFO] [stderr] | |___________________- methods in this implementation [INFO] [stderr] 21 | { [INFO] [stderr] 22 | pub fn name(&self) -> &String { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | pub fn graph(&self) -> &Graph { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `content` is never read [INFO] [stderr] --> crates/psykan/src/graph/node.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct Node { [INFO] [stderr] | ---- field in this struct [INFO] [stderr] ... [INFO] [stderr] 11 | content: Option, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Node` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: trait `Executable` is never used [INFO] [stderr] --> crates/psykan/src/traits.rs:7:11 [INFO] [stderr] | [INFO] [stderr] 7 | pub trait Executable { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `id` and `dependencies` are never used [INFO] [stderr] --> crates/psykan/src/traits.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub trait NodeContent { [INFO] [stderr] | ----------- methods in this trait [INFO] [stderr] ... [INFO] [stderr] 21 | fn id(&self) -> String; [INFO] [stderr] | ^^ [INFO] [stderr] ... [INFO] [stderr] 24 | fn dependencies(&self) -> Vec; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `psykan` (lib test) generated 14 warnings (run `cargo fix --lib -p psykan --tests` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/psykan-d91d4cb4f189d157) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test entities::asset::tests::test_asset_with_different_return_types ... ok [INFO] [stdout] test graph::graph::tests::test_add_root_node ... ok [INFO] [stdout] test graph::graph::tests::test_complex_visitation_order ... ok [INFO] [stdout] test graph::graph::tests::test_graph_creation ... ok [INFO] [stdout] test graph::graph::tests::test_visitation_order ... ok [INFO] [stdout] test graph::node::tests::test_add_child ... ok [INFO] [stdout] test graph::node::tests::test_node_creation ... ok [INFO] [stdout] test graph::node::tests::test_remove_child ... ok [INFO] [stdout] test entities::asset::tests::test_asset_execution ... ok [INFO] [stdout] test graph::graph::tests::test_nodes_by_key ... ok [INFO] [stdout] test entities::asset::tests::test_asset_creation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/psykan_storage-da8eed204929c9c4) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Doc-tests psykan_storage [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b572e9bb8ff60662bae6a89c66b80f765ef698280d194b80374f3ec89ce22744", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b572e9bb8ff60662bae6a89c66b80f765ef698280d194b80374f3ec89ce22744", kill_on_drop: false }` [INFO] [stdout] b572e9bb8ff60662bae6a89c66b80f765ef698280d194b80374f3ec89ce22744