[INFO] crate black-jack 0.1.0 is already in cache [INFO] extracting crate black-jack 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/black-jack/0.1.0 [INFO] extracting crate black-jack 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/black-jack/0.1.0 [INFO] validating manifest of black-jack-0.1.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of black-jack-0.1.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing black-jack-0.1.0 [INFO] finished frobbing black-jack-0.1.0 [INFO] frobbed toml for black-jack-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/black-jack/0.1.0/Cargo.toml [INFO] started frobbing black-jack-0.1.0 [INFO] finished frobbing black-jack-0.1.0 [INFO] frobbed toml for black-jack-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/black-jack/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing black-jack-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/black-jack/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] fd14e4af1a08a5c883dff2a2b8a62a04ff1c327079ea9a95d02c1deddaa71c30 [INFO] running `"docker" "start" "-a" "fd14e4af1a08a5c883dff2a2b8a62a04ff1c327079ea9a95d02c1deddaa71c30"` [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling encode_unicode v0.3.5 [INFO] [stderr] Compiling baggie v0.2.1 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling GSL v1.1.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling streaming-stats v0.2.2 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling black-jack v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dataframe/io.rs:113:30 [INFO] [stderr] | [INFO] [stderr] 113 | let file_reader: Box = if self.path.to_string().to_lowercase().ends_with(".gz") { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dataframe/io.rs:241:30 [INFO] [stderr] | [INFO] [stderr] 241 | let file_writer: Box = if self.path.to_string().to_lowercase().ends_with(".gz") { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.20s [INFO] running `"docker" "inspect" "fd14e4af1a08a5c883dff2a2b8a62a04ff1c327079ea9a95d02c1deddaa71c30"` [INFO] running `"docker" "rm" "-f" "fd14e4af1a08a5c883dff2a2b8a62a04ff1c327079ea9a95d02c1deddaa71c30"` [INFO] [stdout] fd14e4af1a08a5c883dff2a2b8a62a04ff1c327079ea9a95d02c1deddaa71c30 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/black-jack/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 06fc10d495d8a433ed5763710e8aa34767686e86513914a00ee557b0d245c98e [INFO] running `"docker" "start" "-a" "06fc10d495d8a433ed5763710e8aa34767686e86513914a00ee557b0d245c98e"` [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling black-jack v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `float_cmp::ApproxEq` [INFO] [stderr] --> tests/test_series.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use float_cmp::ApproxEq; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `float_cmp::ApproxEq` [INFO] [stderr] --> tests/test_dataframe_selectors.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use float_cmp::ApproxEq; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> tests/test_series_indexes.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | let mut series = Series::from_vec(vec![1, 2, 3, 4, 5]); [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dataframe/io.rs:113:30 [INFO] [stderr] | [INFO] [stderr] 113 | let file_reader: Box = if self.path.to_string().to_lowercase().ends_with(".gz") { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/dataframe/io.rs:241:30 [INFO] [stderr] | [INFO] [stderr] 241 | let file_writer: Box = if self.path.to_string().to_lowercase().ends_with(".gz") { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.test_series.btwhgxto-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152" "/opt/crater/target/debug/deps/test_series-e0de85dcf5286152.546sjcwt8banclto.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libfloat_cmp-ae7d7641b72d88a3.rlib" "/opt/crater/target/debug/deps/libblackjack-e8946df1cec9017d.rlib" "/opt/crater/target/debug/deps/libbincode-53cf7d3503d33d05.rlib" "/opt/crater/target/debug/deps/libprettytable-a26f5ccea4d6e6d2.rlib" "/opt/crater/target/debug/deps/libcsv-5f8feb7e9f7db5c5.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libcsv_core-a35e3960764828fc.rlib" "/opt/crater/target/debug/deps/libbstr-8ccc159b16aebdf0.rlib" "/opt/crater/target/debug/deps/libregex_automata-d03d5aa94020daca.rlib" "/opt/crater/target/debug/deps/libmemchr-949389d4a7224de1.rlib" "/opt/crater/target/debug/deps/libencode_unicode-a7e209588804dfa6.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/librgsl-ac43b3de1a7678e6.rlib" "/opt/crater/target/debug/deps/libc_vec-c46479f165841a49.rlib" "/opt/crater/target/debug/deps/libndarray-8b441175d8643fc0.rlib" "/opt/crater/target/debug/deps/libitertools-87803bac1c6018b4.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libstats-505800c1013b3fc7.rlib" "/opt/crater/target/debug/deps/librayon-1fbe291c437eef06.rlib" "/opt/crater/target/debug/deps/librayon_core-62a6536e6d8eb060.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1a279e31e0a574ad.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-4e0db5b170a99852.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-7d161418b080316c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libnum-fcabfb5661a97e76.rlib" "/opt/crater/target/debug/deps/libnum_rational-13858520521850b0.rlib" "/opt/crater/target/debug/deps/libnum_iter-d45a49c4281d7ed9.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_bigint-3bc7e78739d97d55.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbaggie-af3f0e29850d7209.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/librgsl-ac43b3de1a7678e6.rlib(rgsl-ac43b3de1a7678e6.rgsl.7a6er819-cgu.7.rcgu.o): In function `rgsl::statistics::quantile_from_sorted_data': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/GSL-1.1.0/src/statistics.rs:405: undefined reference to `gsl_stats_quantile_from_sorted_data' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `black-jack`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "06fc10d495d8a433ed5763710e8aa34767686e86513914a00ee557b0d245c98e"` [INFO] running `"docker" "rm" "-f" "06fc10d495d8a433ed5763710e8aa34767686e86513914a00ee557b0d245c98e"` [INFO] [stdout] 06fc10d495d8a433ed5763710e8aa34767686e86513914a00ee557b0d245c98e