Build #472654 2021-12-05T01:22:51.517465+00:00
# rustc version
rustc 1.59.0-nightly (efec54529 2021-12-04)# docs.rs version
docsrs 0.6.0 (0607ed2 2021-12-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/serum-crank-0.4.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/serum-crank-0.4.7/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5df6ddad4a5b29fe213f677d7e2acfdb848e97b967f7cba3bf1fba1640344a16" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20211204-1.59.0-nightly-efec54529\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] b11c1592887d3e0152360957319b34069520ccc5e7000e5b32b94270b0544023
[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" "b11c1592887d3e0152360957319b34069520ccc5e7000e5b32b94270b0544023", kill_on_drop: false }`
[INFO] [stderr]  Documenting serum-crank v0.4.7 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `clap::Clap`
[INFO] [stderr]   --> src/lib.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use clap::Clap;
[INFO] [stderr]    |     ^^^^^^^^^^ no `Clap` in the root
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Clap`
[INFO] [stderr]   --> src/lib.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(Clap, Debug)]
[INFO] [stderr]    |          ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:68:7
[INFO] [stderr]    |
[INFO] [stderr] 68 |     #[clap(default_value = "mainnet")]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:70:7
[INFO] [stderr]    |
[INFO] [stderr] 70 |     #[clap(subcommand)]
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the derive macro `Clap`
[INFO] [stderr]   --> src/lib.rs:80:10
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[derive(Clap, Debug)]
[INFO] [stderr]    |          ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:83:11
[INFO] [stderr]    |
[INFO] [stderr] 83 |         #[clap(long, short)]
[INFO] [stderr]    |           ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:86:11
[INFO] [stderr]    |
[INFO] [stderr] 86 |         #[clap(long, short)]
[INFO] [stderr]    |           ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:89:11
[INFO] [stderr]    |
[INFO] [stderr] 89 |         #[clap(long, short)]
[INFO] [stderr]    |           ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:92:11
[INFO] [stderr]    |
[INFO] [stderr] 92 |         #[clap(long, short)]
[INFO] [stderr]    |           ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:96:11
[INFO] [stderr]    |
[INFO] [stderr] 96 |         #[clap(long, short)]
[INFO] [stderr]    |           ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]   --> src/lib.rs:99:11
[INFO] [stderr]    |
[INFO] [stderr] 99 |         #[clap(long, short)]
[INFO] [stderr]    |           ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:102:11
[INFO] [stderr]     |
[INFO] [stderr] 102 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:105:11
[INFO] [stderr]     |
[INFO] [stderr] 105 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:108:11
[INFO] [stderr]     |
[INFO] [stderr] 108 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:117:11
[INFO] [stderr]     |
[INFO] [stderr] 117 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:119:11
[INFO] [stderr]     |
[INFO] [stderr] 119 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:121:11
[INFO] [stderr]     |
[INFO] [stderr] 121 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:123:11
[INFO] [stderr]     |
[INFO] [stderr] 123 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:125:11
[INFO] [stderr]     |
[INFO] [stderr] 125 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:127:11
[INFO] [stderr]     |
[INFO] [stderr] 127 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:129:11
[INFO] [stderr]     |
[INFO] [stderr] 129 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:131:11
[INFO] [stderr]     |
[INFO] [stderr] 131 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:133:11
[INFO] [stderr]     |
[INFO] [stderr] 133 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:135:11
[INFO] [stderr]     |
[INFO] [stderr] 135 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:137:11
[INFO] [stderr]     |
[INFO] [stderr] 137 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:141:11
[INFO] [stderr]     |
[INFO] [stderr] 141 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:144:11
[INFO] [stderr]     |
[INFO] [stderr] 144 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:147:11
[INFO] [stderr]     |
[INFO] [stderr] 147 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:150:11
[INFO] [stderr]     |
[INFO] [stderr] 150 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:153:11
[INFO] [stderr]     |
[INFO] [stderr] 153 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:157:11
[INFO] [stderr]     |
[INFO] [stderr] 157 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:160:11
[INFO] [stderr]     |
[INFO] [stderr] 160 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:163:11
[INFO] [stderr]     |
[INFO] [stderr] 163 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:181:11
[INFO] [stderr]     |
[INFO] [stderr] 181 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:187:11
[INFO] [stderr]     |
[INFO] [stderr] 187 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:189:11
[INFO] [stderr]     |
[INFO] [stderr] 189 |         #[clap(long, short)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:191:11
[INFO] [stderr]     |
[INFO] [stderr] 191 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `clap` in this scope
[INFO] [stderr]    --> src/lib.rs:193:11
[INFO] [stderr]     |
[INFO] [stderr] 193 |         #[clap(long)]
[INFO] [stderr]     |           ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `clap` is in scope, but it is a crate, not an attribute
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `serum-crank`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name serum_crank src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi -C metadata=e496fc6e1de23f9c -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-2528fc7aa5c791e5.rmeta --extern clap=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libclap-039360712646d51b.rmeta --extern debug_print=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libdebug_print-1a0d55e1ce9a6fe6.rmeta --extern enumflags2=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libenumflags2-f571f4c4954744a7.rmeta --extern log=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog-cc1e23030d43aa0e.rmeta --extern rand=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librand-0a735d8e75761a05.rmeta --extern safe_transmute=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsafe_transmute-c61c3be18e69d99d.rmeta --extern serum_dex=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserum_dex-85c1c6f7b45a6e07.rmeta --extern serum_common=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserum_common-388edd6ca1b205c6.rmeta --extern slog_scope=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libslog_scope-65eccab82cb6e728.rmeta --extern slog_stdlog=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libslog_stdlog-32e2529ce93d39e5.rmeta --extern sloggers=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsloggers-7956629c0cfbf26c.rmeta --extern solana_client=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsolana_client-268bb11efedea159.rmeta --extern solana_sdk=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsolana_sdk-84c2660815424602.rmeta --extern spl_token=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libspl_token-72df335d7f0ce1c3.rmeta --extern threadpool=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libthreadpool-52f51933819a0e40.rmeta --extern tokio=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-83f0d919ec5f3f47.rmeta --extern warp=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libwarp-6de3008f46a47bda.rmeta --extern-html-root-url 'anyhow=https://docs.rs/anyhow/1.0.51/x86_64-unknown-linux-gnu' --extern-html-root-url 'clap=https://docs.rs/clap/3.0.0-beta.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'debug_print=https://docs.rs/debug_print/1.0.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'enumflags2=https://docs.rs/enumflags2/0.6.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.4.14/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand=https://docs.rs/rand/0.7.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'safe_transmute=https://docs.rs/safe-transmute/0.11.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'serum_dex=https://docs.rs/serum/0.4.7/x86_64-unknown-linux-gnu' --extern-html-root-url 'serum_common=https://docs.rs/serum-common/0.4.7/x86_64-unknown-linux-gnu' --extern-html-root-url 'slog_scope=https://docs.rs/slog-scope/4.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'slog_stdlog=https://docs.rs/slog-stdlog/4.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'sloggers=https://docs.rs/sloggers/1.0.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'solana_client=https://docs.rs/solana-client/1.8.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'solana_sdk=https://docs.rs/solana-sdk/1.8.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'spl_token=https://docs.rs/spl-token/3.2.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'threadpool=https://docs.rs/threadpool/1.8.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/0.2.25/x86_64-unknown-linux-gnu' --extern-html-root-url 'warp=https://docs.rs/warp/0.2.5/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20211204-1.59.0-nightly-efec54529 --static-root-path / --cap-lints warn --disable-per-crate-search --crate-version 0.4.7` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "b11c1592887d3e0152360957319b34069520ccc5e7000e5b32b94270b0544023", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b11c1592887d3e0152360957319b34069520ccc5e7000e5b32b94270b0544023", kill_on_drop: false }`
[INFO] [stdout] b11c1592887d3e0152360957319b34069520ccc5e7000e5b32b94270b0544023