[INFO] fetching crate sixtyfps-compilerlib 0.1.0... [INFO] checking sixtyfps-compilerlib-0.1.0 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate sixtyfps-compilerlib 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sixtyfps-compilerlib 0.1.0 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sixtyfps-compilerlib 0.1.0 [INFO] finished tweaking crates.io crate sixtyfps-compilerlib 0.1.0 [INFO] tweaked toml for crates.io crate sixtyfps-compilerlib 0.1.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", 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] c80eb7752c0269aad08c0e90651f816e0dfdbf189d2fee4d4a35739d4d53a440 [INFO] running `Command { std: "docker" "start" "-a" "c80eb7752c0269aad08c0e90651f816e0dfdbf189d2fee4d4a35739d4d53a440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c80eb7752c0269aad08c0e90651f816e0dfdbf189d2fee4d4a35739d4d53a440", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c80eb7752c0269aad08c0e90651f816e0dfdbf189d2fee4d4a35739d4d53a440", kill_on_drop: false }` [INFO] [stdout] c80eb7752c0269aad08c0e90651f816e0dfdbf189d2fee4d4a35739d4d53a440 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd48a4f797470fd5bc63548691115d8509f8e85e9f82a97af39083662470973d [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" "cd48a4f797470fd5bc63548691115d8509f8e85e9f82a97af39083662470973d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling sixtyfps-compilerlib v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stdout] warning: unused variable: `silent` [INFO] [stdout] --> tests/syntax_tests.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | silent: bool, [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_silent` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `parser_test_macro` [INFO] [stdout] --> parser.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | pub use parser_test_macro::parser_test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `parser_test_macro` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/type.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/statements.rs:66:18 [INFO] [stdout] | [INFO] [stdout] 66 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/statements.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:303:18 [INFO] [stdout] | [INFO] [stdout] 303 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:276:18 [INFO] [stdout] | [INFO] [stdout] 276 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:257:18 [INFO] [stdout] | [INFO] [stdout] 257 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:234:18 [INFO] [stdout] | [INFO] [stdout] 234 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/expressions.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:496:18 [INFO] [stdout] | [INFO] [stdout] 496 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:482:18 [INFO] [stdout] | [INFO] [stdout] 482 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:437:18 [INFO] [stdout] | [INFO] [stdout] 437 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:423:18 [INFO] [stdout] | [INFO] [stdout] 423 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:380:18 [INFO] [stdout] | [INFO] [stdout] 380 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:337:18 [INFO] [stdout] | [INFO] [stdout] 337 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:273:18 [INFO] [stdout] | [INFO] [stdout] 273 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 247 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:227:18 [INFO] [stdout] | [INFO] [stdout] 227 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 192 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:168:18 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:134:18 [INFO] [stdout] | [INFO] [stdout] 134 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:118:18 [INFO] [stdout] | [INFO] [stdout] 118 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:34:18 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/element.rs:18:18 [INFO] [stdout] | [INFO] [stdout] 18 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:243:18 [INFO] [stdout] | [INFO] [stdout] 243 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:176:18 [INFO] [stdout] | [INFO] [stdout] 176 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:152:18 [INFO] [stdout] | [INFO] [stdout] 152 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:112:18 [INFO] [stdout] | [INFO] [stdout] 112 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:89:18 [INFO] [stdout] | [INFO] [stdout] 89 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the attribute macro `parser_test` [INFO] [stdout] --> parser/document.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | #[cfg_attr(test, parser_test)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sixtyfps-compilerlib` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "cd48a4f797470fd5bc63548691115d8509f8e85e9f82a97af39083662470973d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd48a4f797470fd5bc63548691115d8509f8e85e9f82a97af39083662470973d", kill_on_drop: false }` [INFO] [stdout] cd48a4f797470fd5bc63548691115d8509f8e85e9f82a97af39083662470973d