[INFO] fetching crate san-rs 0.3.1... [INFO] testing san-rs-0.3.1 against master#414482f6a0d4e7290f614300581a0b55442552a3 for pr-140985 [INFO] extracting crate san-rs 0.3.1 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate san-rs 0.3.1 on toolchain 414482f6a0d4e7290f614300581a0b55442552a3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate san-rs 0.3.1 [INFO] finished tweaking crates.io crate san-rs 0.3.1 [INFO] tweaked toml for crates.io crate san-rs 0.3.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 543364930e5a9526e690ceccbbe6479c56e1bc6ed2be3db039735d6b89498f8b [INFO] running `Command { std: "docker" "start" "-a" "543364930e5a9526e690ceccbbe6479c56e1bc6ed2be3db039735d6b89498f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "543364930e5a9526e690ceccbbe6479c56e1bc6ed2be3db039735d6b89498f8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "543364930e5a9526e690ceccbbe6479c56e1bc6ed2be3db039735d6b89498f8b", kill_on_drop: false }` [INFO] [stdout] 543364930e5a9526e690ceccbbe6479c56e1bc6ed2be3db039735d6b89498f8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fea3e797c0a1b5b87287ff6dddaa52d65222aa6b8cbc7bddceeadf35a2714bd0 [INFO] running `Command { std: "docker" "start" "-a" "fea3e797c0a1b5b87287ff6dddaa52d65222aa6b8cbc7bddceeadf35a2714bd0", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling san-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 404 | mov.promotion = promotion!(cap, 4); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 422 | mov.promotion = promotion!(cap, 5); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | mov.promotion = promotion!(cap, 3); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.86s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: san-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "fea3e797c0a1b5b87287ff6dddaa52d65222aa6b8cbc7bddceeadf35a2714bd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fea3e797c0a1b5b87287ff6dddaa52d65222aa6b8cbc7bddceeadf35a2714bd0", kill_on_drop: false }` [INFO] [stdout] fea3e797c0a1b5b87287ff6dddaa52d65222aa6b8cbc7bddceeadf35a2714bd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9868c4787c2addca906dc87b35055561f6f19e83efb574a3b3989303863c76f [INFO] running `Command { std: "docker" "start" "-a" "a9868c4787c2addca906dc87b35055561f6f19e83efb574a3b3989303863c76f", kill_on_drop: false }` [INFO] [stderr] Compiling san-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 404 | mov.promotion = promotion!(cap, 4); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 422 | mov.promotion = promotion!(cap, 5); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | mov.promotion = promotion!(cap, 3); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 404 | mov.promotion = promotion!(cap, 4); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 422 | mov.promotion = promotion!(cap, 5); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/lib.rs:45:74 [INFO] [stdout] | [INFO] [stdout] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 492 | mov.promotion = promotion!(cap, 3); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.00s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: san-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] running `Command { std: "docker" "inspect" "a9868c4787c2addca906dc87b35055561f6f19e83efb574a3b3989303863c76f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9868c4787c2addca906dc87b35055561f6f19e83efb574a3b3989303863c76f", kill_on_drop: false }` [INFO] [stdout] a9868c4787c2addca906dc87b35055561f6f19e83efb574a3b3989303863c76f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+414482f6a0d4e7290f614300581a0b55442552a3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8c9a1befc1e4079b9e8121f68194652ebcf86d102888866ca3d8696baeb52354 [INFO] running `Command { std: "docker" "start" "-a" "8c9a1befc1e4079b9e8121f68194652ebcf86d102888866ca3d8696baeb52354", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:45:74 [INFO] [stderr] | [INFO] [stderr] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 404 | mov.promotion = promotion!(cap, 4); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:45:74 [INFO] [stderr] | [INFO] [stderr] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 422 | mov.promotion = promotion!(cap, 5); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/lib.rs:45:74 [INFO] [stderr] | [INFO] [stderr] 45 | Piece::from_str($cap.get($i).map_or("fail", |v| v.as_str())).ok(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 492 | mov.promotion = promotion!(cap, 3); [INFO] [stderr] | ------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `promotion` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `san-rs` (lib) generated 3 warnings [INFO] [stderr] warning: `san-rs` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: san-rs v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2` [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/san_rs-624cecf94cc21c6f) [INFO] [stdout] test tests::test_compile ... ok [INFO] [stdout] test tests::test_castle_long ... ok [INFO] [stdout] test tests::test_castle_short ... ok [INFO] [stdout] test tests::test_pawn ... ok [INFO] [stdout] test tests::test_pawn_long ... ok [INFO] [stdout] test tests::test_piece ... ok [INFO] [stdout] test tests::test_pawn_capture_promotion ... ok [INFO] [stdout] test tests::test_pawn_capture ... ok [INFO] [stdout] test tests::test_pawn_capture_long ... ok [INFO] [stdout] test tests::test_piece_capture ... ok [INFO] [stdout] test tests::test_piece_capture_file ... ok [INFO] [stdout] test tests::test_piece_file ... ok [INFO] [stdout] test tests::test_pawn_promotion ... ok [INFO] [stdout] test tests::test_piece_long ... ok [INFO] [stdout] test tests::test_piece_rank ... ok [INFO] [stdout] test tests::test_piece_capture_rank ... ok [INFO] [stdout] test tests::test_piece_capture_long ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Doc-tests san_rs [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8c9a1befc1e4079b9e8121f68194652ebcf86d102888866ca3d8696baeb52354", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c9a1befc1e4079b9e8121f68194652ebcf86d102888866ca3d8696baeb52354", kill_on_drop: false }` [INFO] [stdout] 8c9a1befc1e4079b9e8121f68194652ebcf86d102888866ca3d8696baeb52354