[INFO] fetching crate rust_stringz 1.0.0... [INFO] checking rust_stringz-1.0.0 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-3 [INFO] extracting crate rust_stringz 1.0.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate rust_stringz 1.0.0 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust_stringz 1.0.0 [INFO] finished tweaking crates.io crate rust_stringz 1.0.0 [INFO] tweaked toml for crates.io crate rust_stringz 1.0.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1cf825a874621cadbed421affec6dd59990d2e818c30894adf38c75fb51b5680 [INFO] running `Command { std: "docker" "start" "-a" "1cf825a874621cadbed421affec6dd59990d2e818c30894adf38c75fb51b5680", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1cf825a874621cadbed421affec6dd59990d2e818c30894adf38c75fb51b5680", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cf825a874621cadbed421affec6dd59990d2e818c30894adf38c75fb51b5680", kill_on_drop: false }` [INFO] [stdout] 1cf825a874621cadbed421affec6dd59990d2e818c30894adf38c75fb51b5680 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4f04017ed85986ef947761639f5d68605b7f05f88eb2a0a3a3ccb4c7d9c682f [INFO] running `Command { std: "docker" "start" "-a" "f4f04017ed85986ef947761639f5d68605b7f05f88eb2a0a3a3ccb4c7d9c682f", kill_on_drop: false }` [INFO] [stderr] Checking rust_stringz v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::count_occurrences` [INFO] [stdout] --> src/count_occurrences.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | use super::count_occurrences; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::is_palindrome` [INFO] [stdout] --> src/is_palindrome.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | use super::is_palindrome; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::to_lowercase` [INFO] [stdout] --> src/to_lowercase.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use super::to_lowercase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::to_uppercase` [INFO] [stdout] --> src/to_uppercase.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | use super::to_uppercase; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] running `Command { std: "docker" "inspect" "f4f04017ed85986ef947761639f5d68605b7f05f88eb2a0a3a3ccb4c7d9c682f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4f04017ed85986ef947761639f5d68605b7f05f88eb2a0a3a3ccb4c7d9c682f", kill_on_drop: false }` [INFO] [stdout] f4f04017ed85986ef947761639f5d68605b7f05f88eb2a0a3a3ccb4c7d9c682f [INFO] checking rust_stringz-1.0.0 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-3 [INFO] extracting crate rust_stringz 1.0.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate rust_stringz 1.0.0 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust_stringz 1.0.0 [INFO] finished tweaking crates.io crate rust_stringz 1.0.0 [INFO] tweaked toml for crates.io crate rust_stringz 1.0.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2fdfd3d23ef6489c46a53d4df2ac18f4e9d2f8fa033dfb0e42749df7439f7897 [INFO] running `Command { std: "docker" "start" "-a" "2fdfd3d23ef6489c46a53d4df2ac18f4e9d2f8fa033dfb0e42749df7439f7897", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2fdfd3d23ef6489c46a53d4df2ac18f4e9d2f8fa033dfb0e42749df7439f7897", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fdfd3d23ef6489c46a53d4df2ac18f4e9d2f8fa033dfb0e42749df7439f7897", kill_on_drop: false }` [INFO] [stdout] 2fdfd3d23ef6489c46a53d4df2ac18f4e9d2f8fa033dfb0e42749df7439f7897 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9b65775c117c30943cc1d6ae974b42ebe138d1e0d8d82743969e1b30b0ce0d5 [INFO] running `Command { std: "docker" "start" "-a" "f9b65775c117c30943cc1d6ae974b42ebe138d1e0d8d82743969e1b30b0ce0d5", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Checking rust_stringz v1.0.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Fixed src/to_uppercase.rs (1 fix) [INFO] [stderr] Fixed src/count_occurrences.rs (1 fix) [INFO] [stderr] Fixed src/to_lowercase.rs (1 fix) [INFO] [stderr] Fixed src/is_palindrome.rs (1 fix) [INFO] [stdout] error[E0425]: cannot find function `count_occurrences` in this scope [INFO] [stdout] --> src/count_occurrences.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | let result: usize = count_occurrences("test test", "test"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 14 + use crate::count_occurrences; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `count_occurrences` in this scope [INFO] [stdout] --> src/count_occurrences.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | let result: usize = count_occurrences("test test", "testz"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 14 + use crate::count_occurrences; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `count_occurrences` in this scope [INFO] [stdout] --> src/count_occurrences.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | let result: usize = count_occurrences("A random sentence", "random"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 14 + use crate::count_occurrences; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `count_occurrences` in this scope [INFO] [stdout] --> src/count_occurrences.rs:34:29 [INFO] [stdout] | [INFO] [stdout] 34 | let result: usize = count_occurrences("Hello", "o"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 14 + use crate::count_occurrences; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | let result = is_palindrome("radar"); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 33 | let result = is_palindrome("mom"); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:39:22 [INFO] [stdout] | [INFO] [stdout] 39 | let result = is_palindrome("test"); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:45:22 [INFO] [stdout] | [INFO] [stdout] 45 | let result = is_palindrome("A man, a plan, a canal, Panama"); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | let result = is_palindrome(""); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | let result = is_palindrome(" "); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:63:22 [INFO] [stdout] | [INFO] [stdout] 63 | let result = is_palindrome(".,;:"); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_palindrome` in this scope [INFO] [stdout] --> src/is_palindrome.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 69 | let result = is_palindrome(" , ; : "); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 25 + use crate::is_palindrome; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_lowercase` in this scope [INFO] [stdout] --> src/to_lowercase.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | let result = to_lowercase("TEST"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 8 + use crate::to_lowercase; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_lowercase` in this scope [INFO] [stdout] --> src/to_lowercase.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | let result: String = to_lowercase("TeSt_TeSt"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 8 + use crate::to_lowercase; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_uppercase` in this scope [INFO] [stdout] --> src/to_uppercase.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | let result = to_uppercase("test"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 8 + use crate::to_uppercase; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `to_uppercase` in this scope [INFO] [stdout] --> src/to_uppercase.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | let result: String = to_uppercase("TeSt_TeSt"); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function through its public re-export [INFO] [stdout] | [INFO] [stdout] 8 + use crate::to_uppercase; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_stringz` (lib test) due to 17 previous errors [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "f9b65775c117c30943cc1d6ae974b42ebe138d1e0d8d82743969e1b30b0ce0d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9b65775c117c30943cc1d6ae974b42ebe138d1e0d8d82743969e1b30b0ce0d5", kill_on_drop: false }` [INFO] [stdout] f9b65775c117c30943cc1d6ae974b42ebe138d1e0d8d82743969e1b30b0ce0d5