[INFO] fetching crate carli 0.2.1... [INFO] testing carli-0.2.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate carli 0.2.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate carli 0.2.1 [INFO] finished tweaking crates.io crate carli 0.2.1 [INFO] tweaked toml for crates.io crate carli 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate carli 0.2.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate carli 0.2.1 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clap v3.0.9 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 910309a4742f5d0673a85e85d8eefe902ca3723c722747e2d6e71008c8e2c52e [INFO] running `Command { std: "docker" "start" "-a" "910309a4742f5d0673a85e85d8eefe902ca3723c722747e2d6e71008c8e2c52e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "910309a4742f5d0673a85e85d8eefe902ca3723c722747e2d6e71008c8e2c52e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "910309a4742f5d0673a85e85d8eefe902ca3723c722747e2d6e71008c8e2c52e", kill_on_drop: false }` [INFO] [stdout] 910309a4742f5d0673a85e85d8eefe902ca3723c722747e2d6e71008c8e2c52e [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62b7885a5c317dddc4944cfddfa3342fbe24ac5b9b83fb5f5332d7c22e04713d [INFO] running `Command { std: "docker" "start" "-a" "62b7885a5c317dddc4944cfddfa3342fbe24ac5b9b83fb5f5332d7c22e04713d", kill_on_drop: false }` [INFO] [stderr] Compiling carli v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | fn error(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | fn error(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:109:14 [INFO] [stdout] | [INFO] [stdout] 109 | fn input(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | fn input(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | fn output(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | fn output(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:389:14 [INFO] [stdout] | [INFO] [stdout] 389 | fn error(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 389 | fn error(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:393:14 [INFO] [stdout] | [INFO] [stdout] 393 | fn input(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 393 | fn input(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:397:15 [INFO] [stdout] | [INFO] [stdout] 397 | fn output(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 397 | fn output(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "62b7885a5c317dddc4944cfddfa3342fbe24ac5b9b83fb5f5332d7c22e04713d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62b7885a5c317dddc4944cfddfa3342fbe24ac5b9b83fb5f5332d7c22e04713d", kill_on_drop: false }` [INFO] [stdout] 62b7885a5c317dddc4944cfddfa3342fbe24ac5b9b83fb5f5332d7c22e04713d [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f52005dacbe09245fc4484df237f36d1fef84f5e51fa6358bb3f50704dafbc56 [INFO] running `Command { std: "docker" "start" "-a" "f52005dacbe09245fc4484df237f36d1fef84f5e51fa6358bb3f50704dafbc56", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | fn error(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | fn error(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:109:14 [INFO] [stdout] | [INFO] [stdout] 109 | fn input(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | fn input(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | fn output(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | fn output(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:389:14 [INFO] [stdout] | [INFO] [stdout] 389 | fn error(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 389 | fn error(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:393:14 [INFO] [stdout] | [INFO] [stdout] 393 | fn input(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 393 | fn input(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:397:15 [INFO] [stdout] | [INFO] [stdout] 397 | fn output(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 397 | fn output(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap_derive v3.0.6 [INFO] [stderr] Compiling clap v3.0.9 [INFO] [stderr] Compiling carli v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/multiple/app/mod.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | fn error(&self) -> std::cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 56 | fn error(&self) -> std::cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/multiple/app/mod.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | fn input(&self) -> std::cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 60 | fn input(&self) -> std::cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> examples/multiple/app/mod.rs:64:15 [INFO] [stdout] | [INFO] [stdout] 64 | fn output(&self) -> std::cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 64 | fn output(&self) -> std::cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/command.rs:309:18 [INFO] [stdout] | [INFO] [stdout] 309 | fn error(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 309 | fn error(&self) -> cell::RefMut<'_, io::Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/command.rs:313:18 [INFO] [stdout] | [INFO] [stdout] 313 | fn input(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 313 | fn input(&self) -> cell::RefMut<'_, io::Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/command.rs:317:19 [INFO] [stdout] | [INFO] [stdout] 317 | fn output(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 317 | fn output(&self) -> cell::RefMut<'_, io::Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:93:14 [INFO] [stdout] | [INFO] [stdout] 93 | fn error(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | fn error(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:109:14 [INFO] [stdout] | [INFO] [stdout] 109 | fn input(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 109 | fn input(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 124 | fn output(&self) -> cell::RefMut; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 124 | fn output(&self) -> cell::RefMut<'_, Stream>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:389:14 [INFO] [stdout] | [INFO] [stdout] 389 | fn error(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 389 | fn error(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:393:14 [INFO] [stdout] | [INFO] [stdout] 393 | fn input(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 393 | fn input(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/io.rs:397:15 [INFO] [stdout] | [INFO] [stdout] 397 | fn output(&self) -> cell::RefMut { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 397 | fn output(&self) -> cell::RefMut<'_, Stream> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 16.08s [INFO] running `Command { std: "docker" "inspect" "f52005dacbe09245fc4484df237f36d1fef84f5e51fa6358bb3f50704dafbc56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52005dacbe09245fc4484df237f36d1fef84f5e51fa6358bb3f50704dafbc56", kill_on_drop: false }` [INFO] [stdout] f52005dacbe09245fc4484df237f36d1fef84f5e51fa6358bb3f50704dafbc56 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6b5c1d8a6a0d9a6cdbc961cf86dc51c1e29c6cb241c8dbb01f835e739d87fc4b [INFO] running `Command { std: "docker" "start" "-a" "6b5c1d8a6a0d9a6cdbc961cf86dc51c1e29c6cb241c8dbb01f835e739d87fc4b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:93:14 [INFO] [stderr] | [INFO] [stderr] 93 | fn error(&self) -> cell::RefMut; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 93 | fn error(&self) -> cell::RefMut<'_, Stream>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:109:14 [INFO] [stderr] | [INFO] [stderr] 109 | fn input(&self) -> cell::RefMut; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 109 | fn input(&self) -> cell::RefMut<'_, Stream>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:124:15 [INFO] [stderr] | [INFO] [stderr] 124 | fn output(&self) -> cell::RefMut; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 124 | fn output(&self) -> cell::RefMut<'_, Stream>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:389:14 [INFO] [stderr] | [INFO] [stderr] 389 | fn error(&self) -> cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 389 | fn error(&self) -> cell::RefMut<'_, Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:393:14 [INFO] [stderr] | [INFO] [stderr] 393 | fn input(&self) -> cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 393 | fn input(&self) -> cell::RefMut<'_, Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:397:15 [INFO] [stderr] | [INFO] [stderr] 397 | fn output(&self) -> cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 397 | fn output(&self) -> cell::RefMut<'_, Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `carli` (lib) generated 6 warnings (run `cargo fix --lib -p carli` to apply 6 suggestions) [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/command.rs:309:18 [INFO] [stderr] | [INFO] [stderr] 309 | fn error(&self) -> cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 309 | fn error(&self) -> cell::RefMut<'_, io::Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/command.rs:313:18 [INFO] [stderr] | [INFO] [stderr] 313 | fn input(&self) -> cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 313 | fn input(&self) -> cell::RefMut<'_, io::Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/command.rs:317:19 [INFO] [stderr] | [INFO] [stderr] 317 | fn output(&self) -> cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 317 | fn output(&self) -> cell::RefMut<'_, io::Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/io.rs:93:14 [INFO] [stderr] | [INFO] [stderr] 93 | fn error(&self) -> cell::RefMut; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 93 | fn error(&self) -> cell::RefMut<'_, Stream>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/multiple/app/mod.rs:56:14 [INFO] [stderr] | [INFO] [stderr] 56 | fn error(&self) -> std::cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 56 | fn error(&self) -> std::cell::RefMut<'_, Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/multiple/app/mod.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | fn input(&self) -> std::cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 60 | fn input(&self) -> std::cell::RefMut<'_, Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> examples/multiple/app/mod.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | fn output(&self) -> std::cell::RefMut { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 64 | fn output(&self) -> std::cell::RefMut<'_, Stream> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `carli` (lib test) generated 9 warnings (5 duplicates) (run `cargo fix --lib -p carli --tests` to apply 4 suggestions) [INFO] [stderr] warning: `carli` (example "multiple") generated 3 warnings (run `cargo fix --example "multiple"` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/carli-9087fdfd5a6ee5a8) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test command::test::execute_hello ... ok [INFO] [stdout] test command::test::errorln_message ... ok [INFO] [stdout] test command::test::outputln_message_formatted ... ok [INFO] [stdout] test error::test::add_context_message ... ok [INFO] [stdout] test error::test::create_default_error ... ok [INFO] [stdout] test error::test::create_error_only_status ... ok [INFO] [stdout] test error::test::create_new_error ... ok [INFO] [stdout] test error::test::create_error_with_formatted_message ... ok [INFO] [stdout] test error::test::display_error_with_message ... ok [INFO] [stdout] test error::test::display_error_only_status ... ok [INFO] [stdout] test error::test::display_error_with_context ... ok [INFO] [stdout] test error::test::create_error_with_message ... ok [INFO] [stdout] test command::test::errorln_message_formatted ... ok [INFO] [stdout] test error::test::return_err_with_formatted_message ... ok [INFO] [stdout] test error::test::result_context ... ok [INFO] [stdout] test error::test::display_error_with_message_and_context ... ok [INFO] [stdout] test error::test::return_err_with_message ... ok [INFO] [stdout] test error::test::set_original_message ... ok [INFO] [stdout] test io::test::stream_from_stderr ... ok [INFO] [stdout] test io::test::stream_from_buffer ... ok [INFO] [stdout] test io::test::stream_from_stdin ... ok [INFO] [stdout] test io::test::stream_from_stdout ... ok [INFO] [stdout] test io::test::stream_read ... ok [INFO] [stdout] test io::test::stream_seek ... ok [INFO] [stdout] test io::test::stream_to_string_lossy ... ok [INFO] [stdout] test io::test::stream_to_string ... ok [INFO] [stdout] test io::test::stream_write ... ok [INFO] [stdout] test io::test::streams_error ... ok [INFO] [stdout] test io::test::streams_memory ... ok [INFO] [stdout] test io::test::streams_input ... ok [INFO] [stdout] test io::test::streams_standard ... ok [INFO] [stdout] test io::test::streams_output ... ok [INFO] [stdout] test error::test::from_error ... ok [INFO] [stdout] test command::test::outputln_message ... ok [INFO] [stdout] test command::test::execute_goodbye ... ok [INFO] [stderr] Doc-tests carli [INFO] [stdout] test error::test::return_err_only_status ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test src/error.rs - error (line 8) - compile ... ok [INFO] [stdout] test src/error.rs - error (line 23) - compile ... ok [INFO] [stdout] test src/command.rs - command::outputln (line 239) ... ok [INFO] [stdout] test src/error.rs - error::Error (line 120) - compile ... ok [INFO] [stdout] test src/command.rs - command::outputln (line 227) ... ok [INFO] [stdout] test src/command.rs - command::Main (line 84) ... ok [INFO] [stdout] test src/command.rs - command::errorln (line 186) ... ok [INFO] [stdout] test src/command.rs - command::Execute (line 44) ... ok [INFO] [stdout] test src/error.rs - error::Error::exit (line 201) - compile ... ok [INFO] [stdout] test src/command.rs - command::errorln (line 198) ... ok [INFO] [stdout] test src/error.rs - error::Context::context (line 81) - compile ... ok [INFO] [stdout] test src/error.rs - error::Error::context (line 178) ... ok [INFO] [stdout] test src/error.rs - error::Error::message (line 219) ... ok [INFO] [stdout] test src/error.rs - error::Inspect::get_status (line 384) ... ok [INFO] [stdout] test src/error.rs - error::Inspect::get_message (line 362) ... ok [INFO] [stdout] test src/error.rs - error::error (line 481) - compile ... ok [INFO] [stdout] test src/error.rs - error::err (line 430) ... ok [INFO] [stdout] test src/error.rs - error::Inspect (line 315) ... ok [INFO] [stdout] test src/error.rs - error::error (line 495) - compile ... ok [INFO] [stdout] test src/error.rs - error::err (line 443) ... ok [INFO] [stdout] test src/error.rs - error::error (line 507) - compile ... ok [INFO] [stdout] test src/io.rs - io (line 11) - compile ... ok [INFO] [stdout] test src/error.rs - error::Inspect::get_context (line 340) ... ok [INFO] [stdout] test src/error.rs - error::Error::new (line 233) ... ok [INFO] [stdout] test src/io.rs - io::Stream (line 152) - compile ... ok [INFO] [stdout] test src/io.rs - io::Shared::input (line 97) ... ok [INFO] [stdout] test src/error.rs - error::err (line 454) ... ok [INFO] [stdout] test src/io.rs - io::Shared::error (line 82) ... ok [INFO] [stdout] test src/io.rs - io (line 40) - compile ... ok [INFO] [stdout] test src/io.rs - io::Streams (line 344) ... ok [INFO] [stdout] test src/io.rs - io::memory (line 404) ... ok [INFO] [stdout] test src/io.rs - io::Shared (line 68) ... ok [INFO] [stdout] test src/io.rs - io::Shared::output (line 113) ... ok [INFO] [stdout] test src/io.rs - io::Stream::to_string (line 286) ... ok [INFO] [stdout] test src/io.rs - io::Stream::to_string_lossy (line 309) ... ok [INFO] [stdout] test src/io.rs - io::standard (line 417) ... ok [INFO] [stdout] test src/io.rs - io::Stream (line 176) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6b5c1d8a6a0d9a6cdbc961cf86dc51c1e29c6cb241c8dbb01f835e739d87fc4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b5c1d8a6a0d9a6cdbc961cf86dc51c1e29c6cb241c8dbb01f835e739d87fc4b", kill_on_drop: false }` [INFO] [stdout] 6b5c1d8a6a0d9a6cdbc961cf86dc51c1e29c6cb241c8dbb01f835e739d87fc4b