[INFO] fetching crate rust-raknet 0.12.0... [INFO] building rust-raknet-0.12.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate rust-raknet 0.12.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate rust-raknet 0.12.0 [INFO] finished tweaking crates.io crate rust-raknet 0.12.0 [INFO] tweaked toml for crates.io crate rust-raknet 0.12.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rust-raknet 0.12.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 50 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9497385d482f4a73eae2cd563abdf691c6f985739302d1f183a91bcd1836da4d [INFO] running `Command { std: "docker" "start" "-a" "9497385d482f4a73eae2cd563abdf691c6f985739302d1f183a91bcd1836da4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9497385d482f4a73eae2cd563abdf691c6f985739302d1f183a91bcd1836da4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9497385d482f4a73eae2cd563abdf691c6f985739302d1f183a91bcd1836da4d", kill_on_drop: false }` [INFO] [stdout] 9497385d482f4a73eae2cd563abdf691c6f985739302d1f183a91bcd1836da4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44e4ec617671881af600b144afc10183b8e19f3e82c4b54b0c165298548faa70 [INFO] running `Command { std: "docker" "start" "-a" "44e4ec617671881af600b144afc10183b8e19f3e82c4b54b0c165298548faa70", kill_on_drop: false }` [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling rust-raknet v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/arq.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct FrameSetPacket { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 56 | pub id: u8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FrameSetPacket` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 106 | pub struct PacketUnconnectedPing { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 107 | pub time: i64, [INFO] [stdout] 108 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PacketUnconnectedPing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 113 | pub struct PacketUnconnectedPong { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 116 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PacketUnconnectedPong` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 127 | pub struct OpenConnectionRequest1 { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 128 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionRequest1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 134 | pub struct OpenConnectionRequest2 { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 135 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionRequest2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 142 | pub struct OpenConnectionReply1 { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 143 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionReply1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 150 | pub struct OpenConnectionReply2 { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 151 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionReply2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 181 | pub struct IncompatibleProtocolVersion { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 182 | pub server_protocol: u8, [INFO] [stdout] 183 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IncompatibleProtocolVersion` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 188 | pub struct AlreadyConnected { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 189 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlreadyConnected` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.79s [INFO] running `Command { std: "docker" "inspect" "44e4ec617671881af600b144afc10183b8e19f3e82c4b54b0c165298548faa70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44e4ec617671881af600b144afc10183b8e19f3e82c4b54b0c165298548faa70", kill_on_drop: false }` [INFO] [stdout] 44e4ec617671881af600b144afc10183b8e19f3e82c4b54b0c165298548faa70 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9c8969de3727abbe566d315fa450b73f71671ce971d2dd2ef93a881a1afacf1 [INFO] running `Command { std: "docker" "start" "-a" "c9c8969de3727abbe566d315fa450b73f71671ce971d2dd2ef93a881a1afacf1", kill_on_drop: false }` [INFO] [stdout] warning: field `id` is never read [INFO] [stdout] --> src/arq.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct FrameSetPacket { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 56 | pub id: u8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `FrameSetPacket` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 106 | pub struct PacketUnconnectedPing { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 107 | pub time: i64, [INFO] [stdout] 108 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PacketUnconnectedPing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 113 | pub struct PacketUnconnectedPong { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 116 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PacketUnconnectedPong` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 127 | pub struct OpenConnectionRequest1 { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 128 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionRequest1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 134 | pub struct OpenConnectionRequest2 { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 135 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionRequest2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 142 | pub struct OpenConnectionReply1 { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 143 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionReply1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust-raknet v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 150 | pub struct OpenConnectionReply2 { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 151 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionReply2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 181 | pub struct IncompatibleProtocolVersion { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 182 | pub server_protocol: u8, [INFO] [stdout] 183 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IncompatibleProtocolVersion` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 188 | pub struct AlreadyConnected { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 189 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlreadyConnected` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 106 | pub struct PacketUnconnectedPing { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] 107 | pub time: i64, [INFO] [stdout] 108 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PacketUnconnectedPing` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 113 | pub struct PacketUnconnectedPong { [INFO] [stdout] | --------------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 116 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PacketUnconnectedPong` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 127 | pub struct OpenConnectionRequest1 { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 128 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionRequest1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 134 | pub struct OpenConnectionRequest2 { [INFO] [stdout] | ---------------------- field in this struct [INFO] [stdout] 135 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionRequest2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 142 | pub struct OpenConnectionReply1 { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 143 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionReply1` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 150 | pub struct OpenConnectionReply2 { [INFO] [stdout] | -------------------- field in this struct [INFO] [stdout] 151 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `OpenConnectionReply2` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:183:9 [INFO] [stdout] | [INFO] [stdout] 181 | pub struct IncompatibleProtocolVersion { [INFO] [stdout] | --------------------------- field in this struct [INFO] [stdout] 182 | pub server_protocol: u8, [INFO] [stdout] 183 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `IncompatibleProtocolVersion` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `magic` is never read [INFO] [stdout] --> src/packet.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 188 | pub struct AlreadyConnected { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 189 | pub magic: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AlreadyConnected` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.43s [INFO] running `Command { std: "docker" "inspect" "c9c8969de3727abbe566d315fa450b73f71671ce971d2dd2ef93a881a1afacf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9c8969de3727abbe566d315fa450b73f71671ce971d2dd2ef93a881a1afacf1", kill_on_drop: false }` [INFO] [stdout] c9c8969de3727abbe566d315fa450b73f71671ce971d2dd2ef93a881a1afacf1