desk-terminal 0.0.0

The application platform for your cyberpunk desk
Build #666122 2022-11-08T06:43:53.820448+00:00
# rustc version
rustc 1.67.0-nightly (73c9eaf21 2022-11-07)# docs.rs version
docsrs 0.6.0 (261d912 2022-11-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/desk-terminal-0.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/desk-terminal-0.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221107-1.67.0-nightly-73c9eaf21\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 0460bb6aefe29c2c26d19c26b9ddc7d43941f5dd44a4add7ce9290e640d9e1fd
[INFO] running `Command { std: "docker" "start" "-a" "0460bb6aefe29c2c26d19c26b9ddc7d43941f5dd44a4add7ce9290e640d9e1fd", kill_on_drop: false }`
[INFO] [stderr]     Checking dworkspace-components v0.0.0
[INFO] [stderr]     Checking deskc-typeinfer v0.0.0
[INFO] [stderr]     Checking emath v0.19.0
[INFO] [stderr] error[E0432]: unresolved import `deskc_ids::NodeId`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/event.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use deskc_ids::NodeId;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `NodeId` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `deskc_ids::NodeId`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/flat_node.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use deskc_ids::NodeId;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `NodeId` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `deskc_ids::NodeId`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/node.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use deskc_ids::NodeId;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `NodeId` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `deskc_ids::NodeId`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/patch/mod.rs:2:27
[INFO] [stderr]   |
[INFO] [stderr] 2 | use deskc_ids::{LinkName, NodeId};
[INFO] [stderr]   |                           ^^^^^^ no `NodeId` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `deskc_ids::NodeId`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/snapshot.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use deskc_ids::NodeId;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^ no `NodeId` in the root
[INFO] [stderr] 
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr] error[E0277]: the trait bound `Expr: Eq` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/flat_node.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stderr]    |                                   -- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 20 |     pub attributes: Attributes,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Eq` is not implemented for `Expr`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `Eq` is implemented for `HashMap<K, V, S>`
[INFO] [stderr]    = note: required for `HashMap<deskc_types::Type, Expr>` to implement `Eq`
[INFO] [stderr] note: required by a bound in `AssertParamIsEq`
[INFO] [stderr]    = note: this error originates in the derive macro `Eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Expr: Eq` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/node.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 5  | #[derive(Clone, Debug, PartialEq, Eq)]
[INFO] [stderr]    |                                   -- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 10 |     pub attributes: Attributes,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Eq` is not implemented for `Expr`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `Eq` is implemented for `HashMap<K, V, S>`
[INFO] [stderr]    = note: required for `HashMap<deskc_types::Type, Expr>` to implement `Eq`
[INFO] [stderr] note: required by a bound in `AssertParamIsEq`
[INFO] [stderr]    = note: this error originates in the derive macro `Eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Expr: Eq` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/patch/mod.rs:40:25
[INFO] [stderr]    |
[INFO] [stderr] 38 | #[derive(Debug, Clone, PartialEq, Eq)]
[INFO] [stderr]    |                                   -- in this derive macro expansion
[INFO] [stderr] 39 | pub enum AttributePatch {
[INFO] [stderr] 40 |     Update { key: Type, value: Box<Expr> },
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^ the trait `Eq` is not implemented for `Expr`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `Eq` is implemented for `Box<T, A>`
[INFO] [stderr]    = note: required for `Box<Expr>` to implement `Eq`
[INFO] [stderr] note: required by a bound in `AssertParamIsEq`
[INFO] [stderr]    = note: this error originates in the derive macro `Eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Checking epaint v0.19.0
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/dworkspace-components-0.0.0/src/snapshot.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 9  | #[derive(Debug, Clone, PartialEq, Eq, Default)]
[INFO] [stderr]    |                                       ------- in this derive macro expansion
[INFO] [stderr] ...
[INFO] [stderr] 13 |     pub flat_nodes: HashMap<NodeId, FlatNode>,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: Default`
[INFO] [stderr]    = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0283, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `dworkspace-components` due to 9 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0460bb6aefe29c2c26d19c26b9ddc7d43941f5dd44a4add7ce9290e640d9e1fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0460bb6aefe29c2c26d19c26b9ddc7d43941f5dd44a4add7ce9290e640d9e1fd", kill_on_drop: false }`
[INFO] [stdout] 0460bb6aefe29c2c26d19c26b9ddc7d43941f5dd44a4add7ce9290e640d9e1fd