[INFO] fetching crate inlinable_string 0.1.11... [INFO] testing inlinable_string-0.1.11 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate inlinable_string 0.1.11 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate inlinable_string 0.1.11 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate inlinable_string 0.1.11 [INFO] finished tweaking crates.io crate inlinable_string 0.1.11 [INFO] tweaked toml for crates.io crate inlinable_string 0.1.11 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6606eea4a1d30a25ecbe78e92fd415a63c085b24369f050db9c387492869227a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6606eea4a1d30a25ecbe78e92fd415a63c085b24369f050db9c387492869227a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6606eea4a1d30a25ecbe78e92fd415a63c085b24369f050db9c387492869227a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6606eea4a1d30a25ecbe78e92fd415a63c085b24369f050db9c387492869227a", kill_on_drop: false }` [INFO] [stdout] 6606eea4a1d30a25ecbe78e92fd415a63c085b24369f050db9c387492869227a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5242d2698b3303e5e611be67b4c4633e9158fc79d76da3df4e9cbc2776d7e01e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5242d2698b3303e5e611be67b4c4633e9158fc79d76da3df4e9cbc2776d7e01e", kill_on_drop: false }` [INFO] [stderr] Compiling inlinable_string v0.1.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:322:5 [INFO] [stdout] | [INFO] [stdout] 322 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `Command { std: "docker" "inspect" "5242d2698b3303e5e611be67b4c4633e9158fc79d76da3df4e9cbc2776d7e01e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5242d2698b3303e5e611be67b4c4633e9158fc79d76da3df4e9cbc2776d7e01e", kill_on_drop: false }` [INFO] [stdout] 5242d2698b3303e5e611be67b4c4633e9158fc79d76da3df4e9cbc2776d7e01e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa28efe7e9101b1cc892d5665f20582c8db5c1b4a6881f288b27f67baccde614 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fa28efe7e9101b1cc892d5665f20582c8db5c1b4a6881f288b27f67baccde614", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:322:5 [INFO] [stdout] | [INFO] [stdout] 322 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_test v1.0.114 [INFO] [stderr] Compiling inlinable_string v0.1.11 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:147:5 [INFO] [stdout] | [INFO] [stdout] 147 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 181 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:195:5 [INFO] [stdout] | [INFO] [stdout] 195 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 215 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:239:5 [INFO] [stdout] | [INFO] [stdout] 239 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:257:5 [INFO] [stdout] | [INFO] [stdout] 257 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:322:5 [INFO] [stdout] | [INFO] [stdout] 322 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:372:5 [INFO] [stdout] | [INFO] [stdout] 372 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:393:5 [INFO] [stdout] | [INFO] [stdout] 393 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/string_ext.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.58s [INFO] running `Command { std: "docker" "inspect" "fa28efe7e9101b1cc892d5665f20582c8db5c1b4a6881f288b27f67baccde614", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa28efe7e9101b1cc892d5665f20582c8db5c1b4a6881f288b27f67baccde614", kill_on_drop: false }` [INFO] [stdout] fa28efe7e9101b1cc892d5665f20582c8db5c1b4a6881f288b27f67baccde614 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4a6f53d2f3023a81df28fb187da89e7f930d97f4eb723b2992ecda463510a41e [INFO] running `Command { std: "docker" "start" "-a" "4a6f53d2f3023a81df28fb187da89e7f930d97f4eb723b2992ecda463510a41e", kill_on_drop: false }` [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:181:5 [INFO] [stderr] | [INFO] [stderr] 181 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:257:5 [INFO] [stderr] | [INFO] [stderr] 257 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:273:5 [INFO] [stderr] | [INFO] [stderr] 273 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:305:5 [INFO] [stderr] | [INFO] [stderr] 305 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:77:5 [INFO] [stderr] | [INFO] [stderr] 77 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:147:5 [INFO] [stderr] | [INFO] [stderr] 147 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:181:5 [INFO] [stderr] | [INFO] [stderr] 181 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:195:5 [INFO] [stderr] | [INFO] [stderr] 195 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:239:5 [INFO] [stderr] | [INFO] [stderr] 239 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:257:5 [INFO] [stderr] | [INFO] [stderr] 257 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:273:5 [INFO] [stderr] | [INFO] [stderr] 273 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:305:5 [INFO] [stderr] | [INFO] [stderr] 305 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:322:5 [INFO] [stderr] | [INFO] [stderr] 322 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:348:5 [INFO] [stderr] | [INFO] [stderr] 348 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:372:5 [INFO] [stderr] | [INFO] [stderr] 372 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:393:5 [INFO] [stderr] | [INFO] [stderr] 393 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:406:5 [INFO] [stderr] | [INFO] [stderr] 406 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 20 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:322:5 [INFO] [stderr] | [INFO] [stderr] 322 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:348:5 [INFO] [stderr] | [INFO] [stderr] 348 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:372:5 [INFO] [stderr] | [INFO] [stderr] 372 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:393:5 [INFO] [stderr] | [INFO] [stderr] 393 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `#[inline]` is ignored on function prototypes [INFO] [stderr] --> src/string_ext.rs:406:5 [INFO] [stderr] | [INFO] [stderr] 406 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 20 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/inlinable_string-7ff20309e2439284 [INFO] [stdout] running 38 tests [INFO] [stdout] test inline_string::tests::test_insert ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_from_utf16 ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_from_utf16_lossy ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_capacity ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_new ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_from_utf8 ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_pop ... ok [INFO] [stdout] test inline_string::tests::test_push ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_push_str ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_reserve_exact ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_into_bytes ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_reserve ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_push ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_shrink_to_fit ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_truncate ... ok [INFO] [stdout] test string_ext::std_string_stringext_sanity_tests::test_with_capacity ... ok [INFO] [stdout] test tests::test_capacity ... ok [INFO] [stdout] test tests::test_from_utf16 ... ok [INFO] [stdout] test tests::test_from_utf16_lossy ... ok [INFO] [stdout] test tests::test_insert ... ok [INFO] [stdout] test tests::test_into_bytes ... ok [INFO] [stdout] test tests::test_new ... ok [INFO] [stdout] test tests::test_pop ... ok [INFO] [stdout] test tests::test_push ... ok [INFO] [stdout] test tests::test_push_str ... ok [INFO] [stdout] test tests::test_reserve_exact ... ok [INFO] [stdout] test tests::test_size ... ok [INFO] [stdout] test inline_string::tests::test_push_str ... ok [INFO] [stdout] test tests::test_with_capacity ... ok [INFO] [stdout] test tests::test_truncate ... ok [INFO] [stdout] test inline_string::tests::test_write ... ok [INFO] [stdout] test tests::test_debug ... ok [INFO] [stdout] test tests::test_display ... ok [INFO] [stdout] test tests::test_from_utf8 ... ok [INFO] [stdout] test tests::test_shrink_to_fit ... ok [INFO] [stdout] test tests::test_reserve ... ok [INFO] [stdout] test tests::test_ord ... ok [INFO] [stderr] Doc-tests inlinable_string [INFO] [stdout] test tests::test_write ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::is_empty (line 616) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::pop (line 463) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::new (line 310) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::clear (line 634) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::len (line 600) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::push (line 381) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string (line 26) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::insert (line 533) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::remove (line 496) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::as_mut_slice (line 579) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::push_str (line 348) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::as_bytes (line 417) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::into_bytes (line 328) ... ok [INFO] [stdout] test src/inline_string.rs - inline_string::InlineString::truncate (line 438) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::as_mut_slice (line 382) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::capacity (line 189) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::from_utf8_lossy (line 85) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::len (line 400) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::clear (line 428) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::new (line 32) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::from_utf16 (line 101) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::as_bytes (line 280) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::from_utf8 (line 65) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::insert (line 360) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::into_bytes (line 160) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::is_empty (line 413) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::from_utf16_lossy (line 121) ... ok [INFO] [stdout] test src/lib.rs - (line 26) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::push_str (line 174) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::with_capacity (line 47) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::push (line 264) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::truncate (line 298) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::shrink_to_fit (line 248) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::remove (line 340) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::reserve_exact (line 232) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::reserve (line 208) ... ok [INFO] [stdout] test src/string_ext.rs - string_ext::StringExt::pop (line 313) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4a6f53d2f3023a81df28fb187da89e7f930d97f4eb723b2992ecda463510a41e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6f53d2f3023a81df28fb187da89e7f930d97f4eb723b2992ecda463510a41e", kill_on_drop: false }` [INFO] [stdout] 4a6f53d2f3023a81df28fb187da89e7f930d97f4eb723b2992ecda463510a41e