[INFO] cloning repository https://github.com/gggiulio77/jojo-common
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gggiulio77/jojo-common" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgggiulio77%2Fjojo-common", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgggiulio77%2Fjojo-common'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a149bd5226912ceec442e1e94a101f700c24485f
[INFO] testing gggiulio77/jojo-common against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgggiulio77%2Fjojo-common" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gggiulio77/jojo-common
[INFO] finished tweaking git repo https://github.com/gggiulio77/jojo-common
[INFO] tweaked toml for git repo https://github.com/gggiulio77/jojo-common written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gggiulio77/jojo-common on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gggiulio77/jojo-common already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded shlex v1.2.0
[INFO] [stderr]   Downloaded enigo v0.1.3
[INFO] [stderr]   Downloaded profiling-procmacros v1.0.13
[INFO] [stderr]   Downloaded vjoy v0.6.0
[INFO] [stderr]   Downloaded profiling v1.0.13
[INFO] [stderr]   Downloaded vjoy-sys v0.4.1
[INFO] [stderr]   Downloaded syn v2.0.41
[INFO] [stderr]   Downloaded thiserror v1.0.51
[INFO] [stderr]   Downloaded thiserror-impl v1.0.51
[INFO] [stderr]   Downloaded windows v0.51.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e069736cda6e4aa9302e4c5145170b0a0b571b6a7bbce3c65c95e641460c0a00
[INFO] running `Command { std: "docker" "start" "-a" "e069736cda6e4aa9302e4c5145170b0a0b571b6a7bbce3c65c95e641460c0a00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e069736cda6e4aa9302e4c5145170b0a0b571b6a7bbce3c65c95e641460c0a00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e069736cda6e4aa9302e4c5145170b0a0b571b6a7bbce3c65c95e641460c0a00", kill_on_drop: false }`
[INFO] [stdout] e069736cda6e4aa9302e4c5145170b0a0b571b6a7bbce3c65c95e641460c0a00
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bd8ca7aee04aae6e969bd2a19d52ad4c1dc03f6567ceed89e2570ee4212fc70
[INFO] running `Command { std: "docker" "start" "-a" "8bd8ca7aee04aae6e969bd2a19d52ad4c1dc03f6567ceed89e2570ee4212fc70", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling syn v2.0.41
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling uuid v1.6.1
[INFO] [stderr]    Compiling jojo-common v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:257:11
[INFO] [stdout]     |
[INFO] [stdout] 257 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:346:11
[INFO] [stdout]     |
[INFO] [stdout] 346 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:373:11
[INFO] [stdout]     |
[INFO] [stdout] 373 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:512:11
[INFO] [stdout]     |
[INFO] [stdout] 512 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:523:11
[INFO] [stdout]     |
[INFO] [stdout] 523 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `keyboard::Key::Command`: now renamed to Meta
[INFO] [stdout]    --> src/keyboard.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Command,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `keyboard::Key::Super`: now renamed to Meta
[INFO] [stdout]    --> src/keyboard.rs:553:5
[INFO] [stdout]     |
[INFO] [stdout] 553 |     Super,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.53s
[INFO] running `Command { std: "docker" "inspect" "8bd8ca7aee04aae6e969bd2a19d52ad4c1dc03f6567ceed89e2570ee4212fc70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bd8ca7aee04aae6e969bd2a19d52ad4c1dc03f6567ceed89e2570ee4212fc70", kill_on_drop: false }`
[INFO] [stdout] 8bd8ca7aee04aae6e969bd2a19d52ad4c1dc03f6567ceed89e2570ee4212fc70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 394ba8fc4e767de1a83d35355b0113a0ad452a75d44b159bf44505d92eabc2ee
[INFO] running `Command { std: "docker" "start" "-a" "394ba8fc4e767de1a83d35355b0113a0ad452a75d44b159bf44505d92eabc2ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:257:11
[INFO] [stdout]     |
[INFO] [stdout] 257 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:346:11
[INFO] [stdout]     |
[INFO] [stdout] 346 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:373:11
[INFO] [stdout]     |
[INFO] [stdout] 373 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:512:11
[INFO] [stdout]     |
[INFO] [stdout] 512 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:523:11
[INFO] [stdout]     |
[INFO] [stdout] 523 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `keyboard::Key::Command`: now renamed to Meta
[INFO] [stdout]    --> src/keyboard.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Command,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `keyboard::Key::Super`: now renamed to Meta
[INFO] [stdout]    --> src/keyboard.rs:553:5
[INFO] [stdout]     |
[INFO] [stdout] 553 |     Super,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling jojo-common v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:257:11
[INFO] [stdout]     |
[INFO] [stdout] 257 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:346:11
[INFO] [stdout]     |
[INFO] [stdout] 346 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:373:11
[INFO] [stdout]     |
[INFO] [stdout] 373 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:512:11
[INFO] [stdout]     |
[INFO] [stdout] 512 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `macos`
[INFO] [stdout]    --> src/keyboard.rs:523:11
[INFO] [stdout]     |
[INFO] [stdout] 523 |     #[cfg(feature = "macos")]
[INFO] [stdout]     |           ^^^^^^^^^^-------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stdout]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `keyboard::Key::Command`: now renamed to Meta
[INFO] [stdout]    --> src/keyboard.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Command,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated unit variant `keyboard::Key::Super`: now renamed to Meta
[INFO] [stdout]    --> src/keyboard.rs:553:5
[INFO] [stdout]     |
[INFO] [stdout] 553 |     Super,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.33s
[INFO] running `Command { std: "docker" "inspect" "394ba8fc4e767de1a83d35355b0113a0ad452a75d44b159bf44505d92eabc2ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "394ba8fc4e767de1a83d35355b0113a0ad452a75d44b159bf44505d92eabc2ee", kill_on_drop: false }`
[INFO] [stdout] 394ba8fc4e767de1a83d35355b0113a0ad452a75d44b159bf44505d92eabc2ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d1eed85caa9d75a7a72b95c70cfdfdbe8020a7322b80aeaeb6f589ea0b096709
[INFO] running `Command { std: "docker" "start" "-a" "d1eed85caa9d75a7a72b95c70cfdfdbe8020a7322b80aeaeb6f589ea0b096709", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `macos`
[INFO] [stderr]    --> src/keyboard.rs:257:11
[INFO] [stderr]     |
[INFO] [stderr] 257 |     #[cfg(feature = "macos")]
[INFO] [stderr]     |           ^^^^^^^^^^-------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stderr]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `macos`
[INFO] [stderr]    --> src/keyboard.rs:346:11
[INFO] [stderr]     |
[INFO] [stderr] 346 |     #[cfg(feature = "macos")]
[INFO] [stderr]     |           ^^^^^^^^^^-------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stderr]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `macos`
[INFO] [stderr]    --> src/keyboard.rs:373:11
[INFO] [stderr]     |
[INFO] [stderr] 373 |     #[cfg(feature = "macos")]
[INFO] [stderr]     |           ^^^^^^^^^^-------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stderr]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `macos`
[INFO] [stderr]    --> src/keyboard.rs:512:11
[INFO] [stderr]     |
[INFO] [stderr] 512 |     #[cfg(feature = "macos")]
[INFO] [stderr]     |           ^^^^^^^^^^-------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stderr]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `macos`
[INFO] [stderr]    --> src/keyboard.rs:523:11
[INFO] [stderr]     |
[INFO] [stderr] 523 |     #[cfg(feature = "macos")]
[INFO] [stderr]     |           ^^^^^^^^^^-------
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     help: there is a expected value with a similar name: `"mac_os"`
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `driver`, `linux`, `mac_os`, and `windows`
[INFO] [stderr]     = help: consider adding `macos` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `keyboard::Key::Command`: now renamed to Meta
[INFO] [stderr]    --> src/keyboard.rs:130:5
[INFO] [stderr]     |
[INFO] [stderr] 130 |     Command,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated unit variant `keyboard::Key::Super`: now renamed to Meta
[INFO] [stderr]    --> src/keyboard.rs:553:5
[INFO] [stderr]     |
[INFO] [stderr] 553 |     Super,
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `jojo-common` (lib) generated 7 warnings
[INFO] [stderr] warning: `jojo-common` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/jojo_common-cac45fbdde8f682b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test network::tests::ssid_validation ... ok
[INFO] [stdout] test network::tests::password_validation ... ok
[INFO] [stdout] test button::tests::test_serialize ... ok
[INFO] [stdout] test message::tests::serialize_client_message ... ok
[INFO] [stdout] test command::tests::run_binary ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- command::tests::run_binary stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'command::tests::run_binary' (27) panicked at src/command.rs:29:51:
[INFO] [stdout] fail to run binary: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x558d61f1e5e2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x558d61f1e5e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x558d61f1e5e2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x558d61f1e5e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x558d61f2e8ef - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x558d61f2e8ef - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x558d61eebe13 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x558d61eebe13 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x558d61ef7ce2 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x558d61efc87f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x558d61efc711 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x558d61eb7dce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x558d61eb7dce - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x558d61efce8f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x558d61efce8f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x558d61efccea - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x558d61ef7e29 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x558d61ee070d - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x558d61f367c0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x558d61f35e66 - core::result::unwrap_failed::h2380020e6daeb464
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x558d61e850b6 - core::result::Result<T,E>::expect::h084f2fb598eb473f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x558d61e4aff9 - jojo_common::command::tests::run_binary::hd5113af2a98ca061
[INFO] [stdout]                                at /opt/rustwide/workdir/src/command.rs:29:51
[INFO] [stdout]   22:     0x558d61e4b027 - jojo_common::command::tests::run_binary::{{closure}}::h3682ab179088fbcd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/command.rs:28:20
[INFO] [stdout]   23:     0x558d61e563e6 - core::ops::function::FnOnce::call_once::h911ae2588c547fec
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x558d61eb7bab - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x558d61eb7bab - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x558d61ecbc2d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x558d61ecbc2d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x558d61ecbc2d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x558d61ecbc2d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x558d61ecbc2d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x558d61ecbc2d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x558d61ecbc2d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x558d61ea5144 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x558d61ea5144 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x558d61ea8a7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x558d61ea8a7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x558d61ea8a7a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x558d61ea8a7a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x558d61ea8a7a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x558d61ea8a7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x558d61ea8a7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x558d61ef321f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x558d61ef321f - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7599d21ceaa4 - <unknown>
[INFO] [stdout]   45:     0x7599d225ba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     command::tests::run_binary
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d1eed85caa9d75a7a72b95c70cfdfdbe8020a7322b80aeaeb6f589ea0b096709", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1eed85caa9d75a7a72b95c70cfdfdbe8020a7322b80aeaeb6f589ea0b096709", kill_on_drop: false }`
[INFO] [stdout] d1eed85caa9d75a7a72b95c70cfdfdbe8020a7322b80aeaeb6f589ea0b096709
