[INFO] fetching crate duniter-documents 0.7.1... [INFO] testing duniter-documents-0.7.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate duniter-documents 0.7.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate duniter-documents 0.7.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate duniter-documents 0.7.1 [INFO] finished tweaking crates.io crate duniter-documents 0.7.1 [INFO] tweaked toml for crates.io crate duniter-documents 0.7.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded duniter-crypto v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a4264d135f96da74e16b2c1bafbd27188824b45a26549908e7c354e3107fc01 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7a4264d135f96da74e16b2c1bafbd27188824b45a26549908e7c354e3107fc01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a4264d135f96da74e16b2c1bafbd27188824b45a26549908e7c354e3107fc01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a4264d135f96da74e16b2c1bafbd27188824b45a26549908e7c354e3107fc01", kill_on_drop: false }` [INFO] [stdout] 7a4264d135f96da74e16b2c1bafbd27188824b45a26549908e7c354e3107fc01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d72e707b62c6e17257e69b5d97753496704666e76e396aebd733f754e22027b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8d72e707b62c6e17257e69b5d97753496704666e76e396aebd733f754e22027b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling base58 v0.1.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling duniter-crypto v0.1.2 [INFO] [stderr] Compiling duniter-documents v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `identity_blockstamp` [INFO] [stdout] --> blockchain/v10/documents/certification.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | identity_blockstamp: Blockstamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_sig` [INFO] [stdout] --> blockchain/v10/documents/certification.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | identity_sig: ed25519::Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_blockstamp` [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | identity_blockstamp: Blockstamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_sig` [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | identity_sig: ed25519::Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nonce` [INFO] [stdout] --> blockchain/v10/documents/block.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | nonce: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `monetary_mass` [INFO] [stdout] --> blockchain/v10/documents/block.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | monetary_mass: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `hash` [INFO] [stdout] --> blockchain/v10/documents/block.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | hash: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parameters` [INFO] [stdout] --> blockchain/v10/documents/block.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | parameters: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dividend` [INFO] [stdout] --> blockchain/v10/documents/block.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | dividend: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.80s [INFO] running `Command { std: "docker" "inspect" "8d72e707b62c6e17257e69b5d97753496704666e76e396aebd733f754e22027b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d72e707b62c6e17257e69b5d97753496704666e76e396aebd733f754e22027b", kill_on_drop: false }` [INFO] [stdout] 8d72e707b62c6e17257e69b5d97753496704666e76e396aebd733f754e22027b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e87f5638b51bd3723fbfbe5ad9d1f839648c9deef6e58c30f3e6742f51e0a958 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e87f5638b51bd3723fbfbe5ad9d1f839648c9deef6e58c30f3e6742f51e0a958", kill_on_drop: false }` [INFO] [stderr] Compiling duniter-documents v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `identity_blockstamp` [INFO] [stdout] --> blockchain/v10/documents/certification.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | identity_blockstamp: Blockstamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_sig` [INFO] [stdout] --> blockchain/v10/documents/certification.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | identity_sig: ed25519::Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_blockstamp` [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | identity_blockstamp: Blockstamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_sig` [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | identity_sig: ed25519::Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `nonce` [INFO] [stdout] --> blockchain/v10/documents/block.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | nonce: u64, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `monetary_mass` [INFO] [stdout] --> blockchain/v10/documents/block.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | monetary_mass: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `hash` [INFO] [stdout] --> blockchain/v10/documents/block.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | hash: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parameters` [INFO] [stdout] --> blockchain/v10/documents/block.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | parameters: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dividend` [INFO] [stdout] --> blockchain/v10/documents/block.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | dividend: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_blockstamp` [INFO] [stdout] --> blockchain/v10/documents/certification.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | identity_blockstamp: Blockstamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_sig` [INFO] [stdout] --> blockchain/v10/documents/certification.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | identity_sig: ed25519::Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_blockstamp` [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | identity_blockstamp: Blockstamp, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `identity_sig` [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | identity_sig: ed25519::Signature, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `monetary_mass` [INFO] [stdout] --> blockchain/v10/documents/block.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | monetary_mass: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parameters` [INFO] [stdout] --> blockchain/v10/documents/block.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | parameters: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dividend` [INFO] [stdout] --> blockchain/v10/documents/block.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | dividend: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stdout] | [INFO] [stdout] 81 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.07s [INFO] running `Command { std: "docker" "inspect" "e87f5638b51bd3723fbfbe5ad9d1f839648c9deef6e58c30f3e6742f51e0a958", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e87f5638b51bd3723fbfbe5ad9d1f839648c9deef6e58c30f3e6742f51e0a958", kill_on_drop: false }` [INFO] [stdout] e87f5638b51bd3723fbfbe5ad9d1f839648c9deef6e58c30f3e6742f51e0a958 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", 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] a02cb9a2406c42563d62df6ff0e283de4df8904e697ff0228898e2f96e155416 [INFO] running `Command { std: "docker" "start" "-a" "a02cb9a2406c42563d62df6ff0e283de4df8904e697ff0228898e2f96e155416", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `identity_blockstamp` [INFO] [stderr] --> blockchain/v10/documents/certification.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | identity_blockstamp: Blockstamp, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `identity_sig` [INFO] [stderr] --> blockchain/v10/documents/certification.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | identity_sig: ed25519::Signature, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CertificationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/certification.rs:40:10 [INFO] [stderr] | [INFO] [stderr] 40 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `identity_blockstamp` [INFO] [stderr] --> blockchain/v10/documents/revocation.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | identity_blockstamp: Blockstamp, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `identity_sig` [INFO] [stderr] --> blockchain/v10/documents/revocation.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | identity_sig: ed25519::Signature, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `RevocationDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/revocation.rs:38:10 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `nonce` [INFO] [stderr] --> blockchain/v10/documents/block.rs:84:5 [INFO] [stderr] | [INFO] [stderr] 84 | nonce: u64, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `monetary_mass` [INFO] [stderr] --> blockchain/v10/documents/block.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | monetary_mass: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `hash` [INFO] [stderr] --> blockchain/v10/documents/block.rs:113:5 [INFO] [stderr] | [INFO] [stderr] 113 | hash: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `parameters` [INFO] [stderr] --> blockchain/v10/documents/block.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | parameters: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `dividend` [INFO] [stderr] --> blockchain/v10/documents/block.rs:123:5 [INFO] [stderr] | [INFO] [stderr] 123 | dividend: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `BlockDocument` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> blockchain/v10/documents/block.rs:81:10 [INFO] [stderr] | [INFO] [stderr] 81 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `duniter-documents` (lib) generated 9 warnings [INFO] [stderr] warning: `duniter-documents` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/duniter_documents-d1ed143daa62bc47) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test blockchain::tests::verify_signatures ... ok [INFO] [stdout] test blockchain::v10::documents::block::tests::generate_and_verify_empty_block ... ok [INFO] [stdout] test blockchain::v10::documents::certification::tests::generate_real_document ... ok [INFO] [stdout] test blockchain::v10::documents::tests::document_regex ... ok [INFO] [stdout] test blockchain::v10::documents::identity::tests::generate_real_document ... ok [INFO] [stdout] test blockchain::v10::documents::revocation::tests::generate_real_document ... ok [INFO] [stdout] test blockchain::v10::documents::membership::tests::generate_real_document ... ok [INFO] [stdout] test blockchain::v10::documents::revocation::tests::revocation_document ... ok [INFO] [stdout] test blockchain::v10::documents::tests::parse_membership_document ... ok [INFO] [stdout] test blockchain::v10::documents::membership::tests::membership_identity_document ... ok [INFO] [stdout] test blockchain::v10::documents::membership::tests::membership_standard_regex ... ok [INFO] [stdout] test blockchain::v10::documents::tests::signatures_regex ... ok [INFO] [stdout] test blockchain::v10::documents::identity::tests::parse_identity_document ... ok [INFO] [stdout] test blockchain::v10::documents::identity::tests::identity_standard_regex ... ok [INFO] [stdout] test blockchain::v10::documents::revocation::tests::revocation_standard_regex ... ok [INFO] [stdout] test blockchain::v10::documents::tests::parse_revocation_document ... ok [INFO] [stdout] test blockchain::v10::documents::tests::parse_certification_document ... ok [INFO] [stdout] test blockchain::v10::documents::tests::parse_identity_document ... ok [INFO] [stdout] test blockchain::v10::documents::certification::tests::certification_document ... ok [INFO] [stdout] test blockchain::v10::documents::certification::tests::certification_standard_regex ... ok [INFO] [stdout] test blockchain::v10::documents::transaction::tests::generate_real_document ... ok [INFO] [stdout] test blockchain::v10::documents::transaction::tests::transaction_standard_regex ... ok [INFO] [stdout] test blockchain::v10::documents::transaction::tests::parse_transaction_document ... ok [INFO] [stdout] test blockchain::v10::documents::tests::parse_transaction_document ... ok [INFO] [stdout] test blockchain::v10::documents::block::tests::generate_and_verify_block ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.79s [INFO] [stdout] [INFO] [stderr] Doc-tests duniter-documents [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" "a02cb9a2406c42563d62df6ff0e283de4df8904e697ff0228898e2f96e155416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a02cb9a2406c42563d62df6ff0e283de4df8904e697ff0228898e2f96e155416", kill_on_drop: false }` [INFO] [stdout] a02cb9a2406c42563d62df6ff0e283de4df8904e697ff0228898e2f96e155416