[INFO] fetching crate libborneo 0.1.0...
[INFO] testing libborneo-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate libborneo 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate libborneo 0.1.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate libborneo 0.1.0
[INFO] tweaked toml for crates.io crate libborneo 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libborneo 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate libborneo 0.1.0 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3ef8331505ae1b4269cbaba4df2756e59091fb6d4e7d094681d42a569209c72
[INFO] running `Command { std: "docker" "start" "-a" "d3ef8331505ae1b4269cbaba4df2756e59091fb6d4e7d094681d42a569209c72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3ef8331505ae1b4269cbaba4df2756e59091fb6d4e7d094681d42a569209c72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3ef8331505ae1b4269cbaba4df2756e59091fb6d4e7d094681d42a569209c72", kill_on_drop: false }`
[INFO] [stdout] d3ef8331505ae1b4269cbaba4df2756e59091fb6d4e7d094681d42a569209c72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 78ab23a4ce1d67a83ca376e83b9b53519f78db890256182dee41e8a83fa52a56
[INFO] running `Command { std: "docker" "start" "-a" "78ab23a4ce1d67a83ca376e83b9b53519f78db890256182dee41e8a83fa52a56", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.87
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling value-bag v1.9.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.17
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling futures-lite v2.3.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling unsigned-varint v0.7.2
[INFO] [stderr]    Compiling event-listener-strategy v0.5.2
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling cc v1.1.30
[INFO] [stderr]    Compiling async-lock v3.4.0
[INFO] [stderr]    Compiling bs58 v0.5.1
[INFO] [stderr]    Compiling multihash v0.19.1
[INFO] [stderr]    Compiling async-channel v2.3.1
[INFO] [stderr]    Compiling quick-protobuf v0.8.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling base-x v0.2.11
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling piper v0.2.4
[INFO] [stderr]    Compiling unsigned-varint v0.8.0
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling async-executor v1.13.1
[INFO] [stderr]    Compiling blocking v1.6.1
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling data-encoding-macro-internal v0.1.13
[INFO] [stderr]    Compiling kv-log-macro v1.0.7
[INFO] [stderr]    Compiling async-io v1.13.0
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling data-encoding-macro v0.1.15
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling multibase v0.9.1
[INFO] [stderr]    Compiling async-lock v2.8.0
[INFO] [stderr]    Compiling ipnet v2.10.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling pqcrypto-internals v0.2.5
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling rustls v0.23.15
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling cpuid-bool v0.2.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling snow v0.9.6
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling pqcrypto-dilithium v0.5.0
[INFO] [stderr]    Compiling pqcrypto-falcon v0.3.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling blake3 v1.5.4
[INFO] [stderr]    Compiling pqc_kyber v0.7.1
[INFO] [stderr]    Compiling pqcrypto-traits v0.3.5
[INFO] [stderr]    Compiling fiat-crypto v0.1.20
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling blake2-rfc v0.2.18
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling thiserror v2.0.1
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling base32 v0.5.1
[INFO] [stderr]    Compiling blake2b-pow v0.1.1
[INFO] [stderr]    Compiling base58 v0.2.0
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.6
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling libp2p-swarm-derive v0.35.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling pin-project v1.1.6
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling merlin v3.0.0
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling netlink-packet-utils v0.5.2
[INFO] [stderr]    Compiling asn1-rs v0.6.2
[INFO] [stderr]    Compiling polling v3.7.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling async-io v2.3.4
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling cipher v0.2.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling netlink-packet-core v0.4.2
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rustls-webpki v0.102.8
[INFO] [stderr]    Compiling universal-hash v0.4.0
[INFO] [stderr]    Compiling netlink-packet-route v0.12.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling polyval v0.4.5
[INFO] [stderr]    Compiling async-global-executor v2.4.1
[INFO] [stderr]    Compiling async-signal v0.2.10
[INFO] [stderr]    Compiling async-process v2.3.0
[INFO] [stderr]    Compiling aes-soft v0.6.4
[INFO] [stderr]    Compiling ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling async-std v1.13.0
[INFO] [stderr]    Compiling libp2p-identity v0.2.9
[INFO] [stderr]    Compiling crypto-mac v0.10.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling hmac v0.10.1
[INFO] [stderr]    Compiling aes v0.6.0
[INFO] [stderr]    Compiling ghash v0.3.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling hickory-proto v0.24.1
[INFO] [stderr]    Compiling der-parser v9.0.0
[INFO] [stderr]    Compiling ctr v0.6.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.3.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling aes-gcm v0.8.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rw-stream-sink v0.4.0
[INFO] [stderr]    Compiling multistream-select v0.13.0
[INFO] [stderr]    Compiling netlink-sys v0.8.6
[INFO] [stderr]    Compiling yamux v0.13.3
[INFO] [stderr]    Compiling yamux v0.12.1
[INFO] [stderr]    Compiling x509-parser v0.16.0
[INFO] [stderr]    Compiling soketto v0.8.0
[INFO] [stderr]    Compiling asynchronous-codec v0.7.0
[INFO] [stderr]    Compiling hkdf v0.10.0
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling ed448-goldilocks v0.7.2
[INFO] [stderr]    Compiling getrandom_or_panic v0.0.3
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling rcgen v0.11.3
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling x448 v0.6.0
[INFO] [stderr]    Compiling rsa v0.9.6
[INFO] [stderr]    Compiling ecies-ed25519 v0.5.1
[INFO] [stderr]    Compiling futures-rustls v0.26.0
[INFO] [stderr]    Compiling multiaddr v0.18.2
[INFO] [stderr]    Compiling serdect v0.2.0
[INFO] [stderr]    Compiling serde_bytes v0.11.15
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling schnorrkel v0.11.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling hickory-resolver v0.24.1
[INFO] [stderr]    Compiling libp2p-core v0.42.0
[INFO] [stderr]    Compiling netlink-proto v0.10.0
[INFO] [stderr]    Compiling rtnetlink v0.10.1
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling libp2p-swarm v0.45.1
[INFO] [stderr]    Compiling async-std-resolver v0.24.1
[INFO] [stderr]    Compiling libp2p-tls v0.5.0
[INFO] [stderr]    Compiling libp2p-websocket v0.44.0
[INFO] [stderr]    Compiling ed448-goldilocks-plus v0.11.2
[INFO] [stderr]    Compiling libp2p-noise v0.45.0
[INFO] [stderr]    Compiling libp2p-yamux v0.46.0
[INFO] [stderr]    Compiling libp2p-dns v0.42.0
[INFO] [stderr]    Compiling if-watch v3.2.0
[INFO] [stderr]    Compiling libp2p-connection-limits v0.4.0
[INFO] [stderr]    Compiling libp2p-ping v0.45.0
[INFO] [stderr]    Compiling libp2p-allow-block-list v0.4.0
[INFO] [stderr]    Compiling libp2p-tcp v0.42.0
[INFO] [stderr]    Compiling libp2p v0.54.1
[INFO] [stderr]    Compiling libsumatracrypt-rs v0.5.0
[INFO] [stderr]    Compiling libborneo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr;
[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: `crate::internals::crypto::hash::blake3`
[INFO] [stdout]  --> src/ecosystem/lattice/block.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::internals::crypto::hash::blake3;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce_hash`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let nonce_hash = nonce.digest();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx_type`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:41
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tx_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:63
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:84
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `contents`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let contents = block.contents;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let nonce = block.nonce;
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `footer`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let footer = block.footer;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_footer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]    --> src/ecosystem/lattice/almac_root/almac.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let nonce = BorneoNonce::from(0);
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/ecosystem/lattice/borsys/block.rs:237:22
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stdout]     |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `threshold`
[INFO] [stdout]    --> src/ecosystem/lattice/borsys/block.rs:237:46
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stdout]     |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_threshold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/internals/crypto/hash/borneodigest.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct BorneoDigest(String);
[INFO] [stdout]   |            ------------ ^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `PublicKey` is never read
[INFO] [stdout]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Block {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 2 |     PublicKey: String,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `Accounts`, `Accounts_Map`, `Delegates`, and `Delegates_Map` are never read
[INFO] [stdout]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct BorneoLatticeFullInit {    
[INFO] [stdout]   |            --------------------- fields in this struct
[INFO] [stdout] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `num_of_chains` is never read
[INFO] [stdout]   --> src/ecosystem/app/app.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SumatraPivotChainsFullInit {
[INFO] [stdout]    |            -------------------------- field in this struct
[INFO] [stdout] 12 |     num_of_chains: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `Blocks` is never read
[INFO] [stdout]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SumatraPublicChainFullInit<T> {
[INFO] [stdout]    |            -------------------------- field in this struct
[INFO] [stdout] 21 |     Blocks: Vec<T>
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AilisCPU` is never constructed
[INFO] [stdout]  --> src/ecosystem/avm/cpu.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct AilisCPU {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ecosystem/avm/cpu.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct OPCODE(u16);
[INFO] [stdout]    |            ------ ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `boretotalsupplies` should have an upper case name
[INFO] [stdout]  --> src/ecosystem/lattice/borsys/payment.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const boretotalsupplies: u64 = 23_625_225_000_000_000u64;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BORETOTALSUPPLIES`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `boreblockreward` should have an upper case name
[INFO] [stdout]  --> src/ecosystem/lattice/borsys/payment.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const boreblockreward: u64 = 50_000_000_000u64;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BOREBLOCKREWARD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PublicKey` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     PublicKey: String,
[INFO] [stdout]   |     ^^^^^^^^^ help: convert the identifier to snake case: `public_key`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Accounts` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to snake case: `accounts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Accounts_Map` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `accounts_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Delegates` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^ help: convert the identifier to snake case: `delegates`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Delegates_Map` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `delegates_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Blocks` should have a snake case name
[INFO] [stdout]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Blocks: Vec<T>
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to snake case: `blocks`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Encoding` should have a snake case name
[INFO] [stdout]  --> src/errors/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Encoding: EncodingTypesErrors,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `encoding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Context` should have a snake case name
[INFO] [stdout]  --> src/errors/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Context: ContextTypeErrors,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Message` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Message: String, 
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Serde` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         Serde: SerializationTypeErrors,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Context` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Context: ContextTypeErrors,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Message` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         Message: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "78ab23a4ce1d67a83ca376e83b9b53519f78db890256182dee41e8a83fa52a56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78ab23a4ce1d67a83ca376e83b9b53519f78db890256182dee41e8a83fa52a56", kill_on_drop: false }`
[INFO] [stdout] 78ab23a4ce1d67a83ca376e83b9b53519f78db890256182dee41e8a83fa52a56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 38d08d690667bc9f8a9fa6fc95c6cfd583f97ccf0bd2587c2de14197230285ac
[INFO] running `Command { std: "docker" "start" "-a" "38d08d690667bc9f8a9fa6fc95c6cfd583f97ccf0bd2587c2de14197230285ac", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr;
[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: `crate::internals::crypto::hash::blake3`
[INFO] [stdout]  --> src/ecosystem/lattice/block.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::internals::crypto::hash::blake3;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce_hash`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let nonce_hash = nonce.digest();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx_type`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:41
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tx_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:63
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:84
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `contents`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let contents = block.contents;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let nonce = block.nonce;
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling libborneo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `footer`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let footer = block.footer;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_footer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]    --> src/ecosystem/lattice/almac_root/almac.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let nonce = BorneoNonce::from(0);
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/ecosystem/lattice/borsys/block.rs:237:22
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stdout]     |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `threshold`
[INFO] [stdout]    --> src/ecosystem/lattice/borsys/block.rs:237:46
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stdout]     |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_threshold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/internals/crypto/hash/borneodigest.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct BorneoDigest(String);
[INFO] [stdout]   |            ------------ ^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `PublicKey` is never read
[INFO] [stdout]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Block {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 2 |     PublicKey: String,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `Accounts`, `Accounts_Map`, `Delegates`, and `Delegates_Map` are never read
[INFO] [stdout]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct BorneoLatticeFullInit {    
[INFO] [stdout]   |            --------------------- fields in this struct
[INFO] [stdout] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `num_of_chains` is never read
[INFO] [stdout]   --> src/ecosystem/app/app.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SumatraPivotChainsFullInit {
[INFO] [stdout]    |            -------------------------- field in this struct
[INFO] [stdout] 12 |     num_of_chains: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `Blocks` is never read
[INFO] [stdout]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SumatraPublicChainFullInit<T> {
[INFO] [stdout]    |            -------------------------- field in this struct
[INFO] [stdout] 21 |     Blocks: Vec<T>
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AilisCPU` is never constructed
[INFO] [stdout]  --> src/ecosystem/avm/cpu.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct AilisCPU {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ecosystem/avm/cpu.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct OPCODE(u16);
[INFO] [stdout]    |            ------ ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `boretotalsupplies` should have an upper case name
[INFO] [stdout]  --> src/ecosystem/lattice/borsys/payment.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const boretotalsupplies: u64 = 23_625_225_000_000_000u64;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BORETOTALSUPPLIES`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `boreblockreward` should have an upper case name
[INFO] [stdout]  --> src/ecosystem/lattice/borsys/payment.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const boreblockreward: u64 = 50_000_000_000u64;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BOREBLOCKREWARD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PublicKey` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     PublicKey: String,
[INFO] [stdout]   |     ^^^^^^^^^ help: convert the identifier to snake case: `public_key`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Accounts` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to snake case: `accounts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Accounts_Map` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `accounts_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Delegates` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^ help: convert the identifier to snake case: `delegates`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Delegates_Map` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `delegates_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Blocks` should have a snake case name
[INFO] [stdout]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Blocks: Vec<T>
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to snake case: `blocks`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Encoding` should have a snake case name
[INFO] [stdout]  --> src/errors/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Encoding: EncodingTypesErrors,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `encoding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Context` should have a snake case name
[INFO] [stdout]  --> src/errors/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Context: ContextTypeErrors,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Message` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Message: String, 
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Serde` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         Serde: SerializationTypeErrors,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Context` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Context: ContextTypeErrors,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Message` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         Message: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `libborneo::ecosystem::lattice::almac_root::almac::*`
[INFO] [stdout]  --> tests/almac.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use libborneo::ecosystem::lattice::almac_root::almac::*;
[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 variable: `pk`
[INFO] [stdout]   --> examples/mod.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let (sk,pk) = GenerateKeypair::new();
[INFO] [stdout]    |             ^^ help: if this is intentional, prefix it with an underscore: `_pk`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `libborneo::ecosystem::lattice::almac_root::almac::*`
[INFO] [stdout]  --> tests/almac.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use libborneo::ecosystem::lattice::almac_root::almac::*;
[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: `libborneo::ecosystem::lattice::borsys::*`
[INFO] [stdout]  --> tests/borsys/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use libborneo::ecosystem::lattice::borsys::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr;
[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: `crate::internals::crypto::hash::blake3`
[INFO] [stdout]  --> src/ecosystem/lattice/block.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::internals::crypto::hash::blake3;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce_hash`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |         let nonce_hash = nonce.digest();
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce_hash`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:22
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx_type`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:41
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tx_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `action`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:63
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `to`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:63:84
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stdout]    |                                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `contents`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let contents = block.contents;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:67:13
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let nonce = block.nonce;
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `footer`
[INFO] [stdout]   --> src/ecosystem/lattice/almac_root/almac.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let footer = block.footer;
[INFO] [stdout]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_footer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `nonce`
[INFO] [stdout]    --> src/ecosystem/lattice/almac_root/almac.rs:171:13
[INFO] [stdout]     |
[INFO] [stdout] 171 |         let nonce = BorneoNonce::from(0);
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pk`
[INFO] [stdout]    --> src/ecosystem/lattice/almac_root/almac.rs:266:13
[INFO] [stdout]     |
[INFO] [stdout] 266 |     let (sk,pk) = GenerateKeypair::new();
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_pk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]    --> src/ecosystem/lattice/borsys/block.rs:237:22
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stdout]     |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `threshold`
[INFO] [stdout]    --> src/ecosystem/lattice/borsys/block.rs:237:46
[INFO] [stdout]     |
[INFO] [stdout] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stdout]     |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_threshold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]  --> src/internals/crypto/hash/borneodigest.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct BorneoDigest(String);
[INFO] [stdout]   |            ------------ ^^^^^^
[INFO] [stdout]   |            |
[INFO] [stdout]   |            field in this struct
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider removing this field
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `PublicKey` is never read
[INFO] [stdout]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Block {
[INFO] [stdout]   |            ----- field in this struct
[INFO] [stdout] 2 |     PublicKey: String,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `Accounts`, `Accounts_Map`, `Delegates`, and `Delegates_Map` are never read
[INFO] [stdout]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct BorneoLatticeFullInit {    
[INFO] [stdout]   |            --------------------- fields in this struct
[INFO] [stdout] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `num_of_chains` is never read
[INFO] [stdout]   --> src/ecosystem/app/app.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SumatraPivotChainsFullInit {
[INFO] [stdout]    |            -------------------------- field in this struct
[INFO] [stdout] 12 |     num_of_chains: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `Blocks` is never read
[INFO] [stdout]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct SumatraPublicChainFullInit<T> {
[INFO] [stdout]    |            -------------------------- field in this struct
[INFO] [stdout] 21 |     Blocks: Vec<T>
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AilisCPU` is never constructed
[INFO] [stdout]  --> src/ecosystem/avm/cpu.rs:4:8
[INFO] [stdout]   |
[INFO] [stdout] 4 | struct AilisCPU {
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/ecosystem/avm/cpu.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct OPCODE(u16);
[INFO] [stdout]    |            ------ ^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            field in this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider removing this field
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `boretotalsupplies` should have an upper case name
[INFO] [stdout]  --> src/ecosystem/lattice/borsys/payment.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const boretotalsupplies: u64 = 23_625_225_000_000_000u64;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BORETOTALSUPPLIES`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `boreblockreward` should have an upper case name
[INFO] [stdout]  --> src/ecosystem/lattice/borsys/payment.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const boreblockreward: u64 = 50_000_000_000u64;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BOREBLOCKREWARD`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PublicKey` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     PublicKey: String,
[INFO] [stdout]   |     ^^^^^^^^^ help: convert the identifier to snake case: `public_key`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Accounts` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^ help: convert the identifier to snake case: `accounts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Accounts_Map` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `accounts_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Delegates` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^ help: convert the identifier to snake case: `delegates`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Delegates_Map` should have a snake case name
[INFO] [stdout]  --> src/ecosystem/app/app.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stdout]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `delegates_map`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Blocks` should have a snake case name
[INFO] [stdout]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Blocks: Vec<T>
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to snake case: `blocks`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Encoding` should have a snake case name
[INFO] [stdout]  --> src/errors/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         Encoding: EncodingTypesErrors,
[INFO] [stdout]   |         ^^^^^^^^ help: convert the identifier to snake case: `encoding`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Context` should have a snake case name
[INFO] [stdout]  --> src/errors/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         Context: ContextTypeErrors,
[INFO] [stdout]   |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Message` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         Message: String, 
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Serde` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |         Serde: SerializationTypeErrors,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `serde`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Context` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         Context: ContextTypeErrors,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Message` should have a snake case name
[INFO] [stdout]   --> src/errors/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         Message: String,
[INFO] [stdout]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "38d08d690667bc9f8a9fa6fc95c6cfd583f97ccf0bd2587c2de14197230285ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38d08d690667bc9f8a9fa6fc95c6cfd583f97ccf0bd2587c2de14197230285ac", kill_on_drop: false }`
[INFO] [stdout] 38d08d690667bc9f8a9fa6fc95c6cfd583f97ccf0bd2587c2de14197230285ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] ef34cd4b72ad6da0a070970d63c635c78b572c8bb6a9ba1752408894e5573f97
[INFO] running `Command { std: "docker" "start" "-a" "ef34cd4b72ad6da0a070970d63c635c78b572c8bb6a9ba1752408894e5573f97", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use crate::ecosystem::lattice::borsys::almac::talkaddress::TalkAddr;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::internals::crypto::hash::blake3`
[INFO] [stderr]  --> src/ecosystem/lattice/block.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::internals::crypto::hash::blake3;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nonce_hash`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:47:13
[INFO] [stderr]    |
[INFO] [stderr] 47 |         let nonce_hash = nonce.digest();
[INFO] [stderr]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce_hash`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `block`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:63:22
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stderr]    |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_block`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tx_type`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:63:41
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stderr]    |                                         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tx_type`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `action`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:63:63
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stderr]    |                                                               ^^^^^^ help: if this is intentional, prefix it with an underscore: `_action`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `to`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:63:84
[INFO] [stderr]    |
[INFO] [stderr] 63 |     pub fn add_block(block: AlmacBlock, tx_type: AlmacTxType, action: AlmacAction, to: BorneoAccount) {
[INFO] [stderr]    |                                                                                    ^^ help: if this is intentional, prefix it with an underscore: `_to`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `contents`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:66:13
[INFO] [stderr]    |
[INFO] [stderr] 66 |         let contents = block.contents;
[INFO] [stderr]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_contents`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nonce`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:67:13
[INFO] [stderr]    |
[INFO] [stderr] 67 |         let nonce = block.nonce;
[INFO] [stderr]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `footer`
[INFO] [stderr]   --> src/ecosystem/lattice/almac_root/almac.rs:68:13
[INFO] [stderr]    |
[INFO] [stderr] 68 |         let footer = block.footer;
[INFO] [stderr]    |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_footer`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `nonce`
[INFO] [stderr]    --> src/ecosystem/lattice/almac_root/almac.rs:171:13
[INFO] [stderr]     |
[INFO] [stderr] 171 |         let nonce = BorneoNonce::from(0);
[INFO] [stderr]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_nonce`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `input`
[INFO] [stderr]    --> src/ecosystem/lattice/borsys/block.rs:237:22
[INFO] [stderr]     |
[INFO] [stderr] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stderr]     |                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `threshold`
[INFO] [stderr]    --> src/ecosystem/lattice/borsys/block.rs:237:46
[INFO] [stderr]     |
[INFO] [stderr] 237 |     pub fn calculate(input: BorneoBlockHash, threshold: u64) -> Self {
[INFO] [stderr]     |                                              ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_threshold`
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]  --> src/internals/crypto/hash/borneodigest.rs:1:25
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct BorneoDigest(String);
[INFO] [stderr]   |            ------------ ^^^^^^
[INFO] [stderr]   |            |
[INFO] [stderr]   |            field in this struct
[INFO] [stderr]   |
[INFO] [stderr]   = help: consider removing this field
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `PublicKey` is never read
[INFO] [stderr]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct Block {
[INFO] [stderr]   |            ----- field in this struct
[INFO] [stderr] 2 |     PublicKey: String,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `Accounts`, `Accounts_Map`, `Delegates`, and `Delegates_Map` are never read
[INFO] [stderr]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct BorneoLatticeFullInit {    
[INFO] [stderr]   |            --------------------- fields in this struct
[INFO] [stderr] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^
[INFO] [stderr] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `num_of_chains` is never read
[INFO] [stderr]   --> src/ecosystem/app/app.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct SumatraPivotChainsFullInit {
[INFO] [stderr]    |            -------------------------- field in this struct
[INFO] [stderr] 12 |     num_of_chains: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `Blocks` is never read
[INFO] [stderr]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub struct SumatraPublicChainFullInit<T> {
[INFO] [stderr]    |            -------------------------- field in this struct
[INFO] [stderr] 21 |     Blocks: Vec<T>
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AilisCPU` is never constructed
[INFO] [stderr]  --> src/ecosystem/avm/cpu.rs:4:8
[INFO] [stderr]   |
[INFO] [stderr] 4 | struct AilisCPU {
[INFO] [stderr]   |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/ecosystem/avm/cpu.rs:10:19
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct OPCODE(u16);
[INFO] [stderr]    |            ------ ^^^
[INFO] [stderr]    |            |
[INFO] [stderr]    |            field in this struct
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider removing this field
[INFO] [stderr] 
[INFO] [stderr] warning: constant `boretotalsupplies` should have an upper case name
[INFO] [stderr]  --> src/ecosystem/lattice/borsys/payment.rs:4:11
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub const boretotalsupplies: u64 = 23_625_225_000_000_000u64;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BORETOTALSUPPLIES`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `boreblockreward` should have an upper case name
[INFO] [stderr]  --> src/ecosystem/lattice/borsys/payment.rs:5:11
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub const boreblockreward: u64 = 50_000_000_000u64;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `BOREBLOCKREWARD`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `PublicKey` should have a snake case name
[INFO] [stderr]  --> src/ecosystem/sumatra/mod.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 |     PublicKey: String,
[INFO] [stderr]   |     ^^^^^^^^^ help: convert the identifier to snake case: `public_key`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Accounts` should have a snake case name
[INFO] [stderr]  --> src/ecosystem/app/app.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     Accounts: Vec<BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^ help: convert the identifier to snake case: `accounts`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Accounts_Map` should have a snake case name
[INFO] [stderr]  --> src/ecosystem/app/app.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     Accounts_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^^^^^ help: convert the identifier to snake case: `accounts_map`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Delegates` should have a snake case name
[INFO] [stderr]  --> src/ecosystem/app/app.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     Delegates: Vec<BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^^ help: convert the identifier to snake case: `delegates`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Delegates_Map` should have a snake case name
[INFO] [stderr]  --> src/ecosystem/app/app.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 |     Delegates_Map: HashMap<BorneoAccount,BorneoAccount>,
[INFO] [stderr]   |     ^^^^^^^^^^^^^ help: convert the identifier to snake case: `delegates_map`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Blocks` should have a snake case name
[INFO] [stderr]   --> src/ecosystem/app/app.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 21 |     Blocks: Vec<T>
[INFO] [stderr]    |     ^^^^^^ help: convert the identifier to snake case: `blocks`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Encoding` should have a snake case name
[INFO] [stderr]  --> src/errors/mod.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 |         Encoding: EncodingTypesErrors,
[INFO] [stderr]   |         ^^^^^^^^ help: convert the identifier to snake case: `encoding`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Context` should have a snake case name
[INFO] [stderr]  --> src/errors/mod.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 |         Context: ContextTypeErrors,
[INFO] [stderr]   |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Message` should have a snake case name
[INFO] [stderr]   --> src/errors/mod.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |         Message: String, 
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Serde` should have a snake case name
[INFO] [stderr]   --> src/errors/mod.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |         Serde: SerializationTypeErrors,
[INFO] [stderr]    |         ^^^^^ help: convert the identifier to snake case (notice the capitalization): `serde`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Context` should have a snake case name
[INFO] [stderr]   --> src/errors/mod.rs:17:9
[INFO] [stderr]    |
[INFO] [stderr] 17 |         Context: ContextTypeErrors,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `context`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `Message` should have a snake case name
[INFO] [stderr]   --> src/errors/mod.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 18 |         Message: String,
[INFO] [stderr]    |         ^^^^^^^ help: convert the identifier to snake case: `message`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `pk`
[INFO] [stderr]    --> src/ecosystem/lattice/almac_root/almac.rs:266:13
[INFO] [stderr]     |
[INFO] [stderr] 266 |     let (sk,pk) = GenerateKeypair::new();
[INFO] [stderr]     |             ^^ help: if this is intentional, prefix it with an underscore: `_pk`
[INFO] [stderr] 
[INFO] [stderr] warning: `libborneo` (lib) generated 34 warnings (run `cargo fix --lib -p libborneo` to apply 13 suggestions)
[INFO] [stderr] warning: `libborneo` (lib test) generated 35 warnings (34 duplicates) (run `cargo fix --lib -p libborneo --tests` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `libborneo::ecosystem::lattice::almac_root::almac::*`
[INFO] [stderr]  --> tests/almac.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libborneo::ecosystem::lattice::almac_root::almac::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `pk`
[INFO] [stderr]   --> examples/mod.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let (sk,pk) = GenerateKeypair::new();
[INFO] [stderr]    |             ^^ help: if this is intentional, prefix it with an underscore: `_pk`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `libborneo::ecosystem::lattice::borsys::*`
[INFO] [stderr]  --> tests/borsys/mod.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use libborneo::ecosystem::lattice::borsys::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `libborneo` (test "almac") generated 1 warning (run `cargo fix --test "almac" -p libborneo` to apply 1 suggestion)
[INFO] [stderr] warning: `libborneo` (example "mod") generated 1 warning (run `cargo fix --example "mod" -p libborneo` to apply 1 suggestion)
[INFO] [stderr] warning: `libborneo` (test "mod") generated 2 warnings (1 duplicate) (run `cargo fix --test "mod" -p libborneo` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/libborneo/0285c4a6449712c0/deps/libborneo-0285c4a6449712c0)
[INFO] [stdout] test ecosystem::lattice::borsys::almac::talkaddress::init ... ok
[INFO] [stdout] test ecosystem::lattice::almac_root::almac::nonce ... ok
[INFO] [stdout] test ecosystem::lattice::almac_root::almac::creation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/almac.rs (/opt/rustwide/target/debug/build/libborneo/13d15b39f0ec602e/deps/almac-13d15b39f0ec602e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test run ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/build/libborneo/4886440117c1e98c/deps/mod-4886440117c1e98c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test almac::run ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests libborneo
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/ecosystem/lattice/borsys/block.rs - ecosystem::lattice::borsys::block::BlockID (line 23) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ef34cd4b72ad6da0a070970d63c635c78b572c8bb6a9ba1752408894e5573f97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef34cd4b72ad6da0a070970d63c635c78b572c8bb6a9ba1752408894e5573f97", kill_on_drop: false }`
[INFO] [stdout] ef34cd4b72ad6da0a070970d63c635c78b572c8bb6a9ba1752408894e5573f97
