[INFO] updating cached repository https://github.com/thiolliere/airjump [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2661aacad9c2a080e5f1c666cde228ffad2974f2 [INFO] testing thiolliere/airjump against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthiolliere%2Fairjump" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thiolliere/airjump on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/thiolliere/airjump [INFO] finished tweaking git repo https://github.com/thiolliere/airjump [INFO] tweaked toml for git repo https://github.com/thiolliere/airjump written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/thiolliere/airjump already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 37e81ec1b5faad77639dcd832650082131a6ee8524a8093bd5319b05f1b1c94b [INFO] running `"docker" "start" "-a" "37e81ec1b5faad77639dcd832650082131a6ee8524a8093bd5319b05f1b1c94b"` [INFO] [stderr] Compiling token_store v0.1.2 [INFO] [stderr] Compiling serde v1.0.69 [INFO] [stderr] Compiling stdweb v0.4.7 [INFO] [stderr] Compiling discard v1.0.3 [INFO] [stderr] Compiling fps_clock v2.0.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling shared_library v0.1.8 [INFO] [stderr] Compiling ogg v0.4.1 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling phf v0.7.22 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling syn v0.12.15 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling lewton v0.5.2 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling xmlparser v0.3.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Compiling svgparser v0.8.1 [INFO] [stderr] Compiling glutin v0.14.0 [INFO] [stderr] Compiling glium v0.21.0 [INFO] [stderr] Compiling rodio v0.8.0 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling wayland-kbd v0.13.1 [INFO] [stderr] Compiling wayland-window v0.13.3 [INFO] [stderr] Compiling winit v0.12.0 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling stdweb-derive v0.4.0 [INFO] [stderr] Compiling airjump v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:100:32 [INFO] [stderr] | [INFO] [stderr] 100 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/configuration.rs:114:1 [INFO] [stderr] | [INFO] [stderr] 114 | / lazy_static! { [INFO] [stderr] 115 | | pub static ref CFG: Configuration = load_configuration().ok_or_exit(); [INFO] [stderr] 116 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/map.rs:160:1 [INFO] [stderr] | [INFO] [stderr] 160 | / lazy_static! { [INFO] [stderr] 161 | | pub static ref MAP: Map = load_map().ok_or_exit(); [INFO] [stderr] 162 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/graphics.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | implement_vertex!(Vertex, position); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:103:48 [INFO] [stderr] | [INFO] [stderr] 103 | ProgramChooserCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:104:46 [INFO] [stderr] | [INFO] [stderr] 104 | VertexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:105:45 [INFO] [stderr] | [INFO] [stderr] 105 | IndexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/spatial_hashing.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | let mut vec = map.entry(cell).or_insert(vec!()); [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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba" "/opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.5fb79bmfnpwcq6ag.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-17c32516619c05c7/out" "-L" "/opt/rustwide/target/debug/build/libloading-f0134a981cb0c5b6/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libvecmath-38cb2d8dd6b32508.rlib" "/opt/rustwide/target/debug/deps/libfloat-16e6627bef7730ab.rlib" "/opt/rustwide/target/debug/deps/libsvgparser-6d15a75c61dd69cd.rlib" "/opt/rustwide/target/debug/deps/libphf-7d9b553388b1ca66.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-359b710f3393b84a.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-a615c81c72ebb24f.rlib" "/opt/rustwide/target/debug/deps/libxmlparser-1fa765b31e461353.rlib" "/opt/rustwide/target/debug/deps/libfailure-056e82a6e5d13e31.rlib" "/opt/rustwide/target/debug/deps/liblog-7140b1084e223fa9.rlib" "/opt/rustwide/target/debug/deps/librodio-e2aad51ed2481aca.rlib" "/opt/rustwide/target/debug/deps/liblewton-af771ac22f937d9a.rlib" "/opt/rustwide/target/debug/deps/libogg-28c752b9cb32ee01.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-15d101da604ba292.rlib" "/opt/rustwide/target/debug/deps/libhound-75635949ff7a416c.rlib" "/opt/rustwide/target/debug/deps/libcpal-ae7cf0960eb411b3.rlib" "/opt/rustwide/target/debug/deps/libalsa_sys-e35c3f5fd4dd8cc5.rlib" "/opt/rustwide/target/debug/deps/libclaxon-b76ce56d87a4b54e.rlib" "/opt/rustwide/target/debug/deps/libcgmath-07c21a5b5dd3693a.rlib" "/opt/rustwide/target/debug/deps/librand-6bad2eff5e0ad4c8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-020395dfced02d58.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-184cc34bb1ddc07f.rlib" "/opt/rustwide/target/debug/deps/libapprox-18d240db38cea552.rlib" "/opt/rustwide/target/debug/deps/libtoml-cf473133f637abeb.rlib" "/opt/rustwide/target/debug/deps/libstdweb-31135644779f9047.rlib" "/opt/rustwide/target/debug/deps/libdiscard-c47abdd0105b3923.rlib" "/opt/rustwide/target/debug/deps/libserde_json-261c3c1310a737ae.rlib" "/opt/rustwide/target/debug/deps/libitoa-51a96f20442ed7de.rlib" "/opt/rustwide/target/debug/deps/libdtoa-b2e2b8327c5faaa3.rlib" "/opt/rustwide/target/debug/deps/libserde-0b6bd3660321a702.rlib" "/opt/rustwide/target/debug/deps/libglium-d487bc21bb3ce31b.rlib" "/opt/rustwide/target/debug/deps/libglutin-265c24449cfbd901.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-e6ec05507dacf048.rlib" "/opt/rustwide/target/debug/deps/libwinit-89d814bdcfa05d1c.rlib" "/opt/rustwide/target/debug/deps/libwayland_window-4a57d77b16091526.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-82fd48648cc94f6f.rlib" "/opt/rustwide/target/debug/deps/libtempfile-c3053a61d9114951.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-847842ea01c3587a.rlib" "/opt/rustwide/target/debug/deps/librand-95655a344e024f21.rlib" "/opt/rustwide/target/debug/deps/libwayland_kbd-392bfc972884d0fa.rlib" "/opt/rustwide/target/debug/deps/libmemmap-82fa980c7df916dd.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-564c0acd6b7fe4e9.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-5b3150c0c0fc0515.rlib" "/opt/rustwide/target/debug/deps/libdlib-25a0649a76168f35.rlib" "/opt/rustwide/target/debug/deps/liblibloading-7af9afefa00a1e36.rlib" "/opt/rustwide/target/debug/deps/libtoken_store-d7c251941efb890d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-289d2ce1e1c528c5.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-24177bf8e4a597fd.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-7f50befedcdbee85.rlib" "/opt/rustwide/target/debug/deps/libshared_library-5866718f7f14714a.rlib" "/opt/rustwide/target/debug/deps/libfnv-593caa3c2629b83d.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-edfd4867dc5f4e03.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d4ce1dec916baa62.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-ffeb816ae4d66547.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-1eedf8fdeacbe059.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e479763af9a2bcf4.rlib" "/opt/rustwide/target/debug/deps/liblibc-305071ebe1b48b11.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4bbb1c63ed6df764.rlib" "/opt/rustwide/target/debug/deps/libfps_clock-f11a30e57be395bc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lasound" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/airjump-ab3aee1e1c6d28ba.airjump.d986e421-cgu.14.rcgu.o: In function `airjump::safe_main::{{closure}}': [INFO] [stderr] /opt/rustwide/workdir/src/main.rs:73: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/workdir/src/main.rs:74: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-31135644779f9047.rlib(stdweb-31135644779f9047.stdweb.6i88qqb6-cgu.1.rcgu.o): In function `stdweb::webcore::initialization::initialize': [INFO] [stderr] /opt/rustwide/target/debug/build/stdweb-9265f30df44cb645/out/runtime.rs:1: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-31135644779f9047.rlib(stdweb-31135644779f9047.stdweb.6i88qqb6-cgu.1.rcgu.o): In function `stdweb::webcore::initialization::initialize::{{closure}}': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:24: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:26: undefined reference to `emscripten_asm_const_int' [INFO] [stderr] /opt/rustwide/target/debug/deps/libstdweb-31135644779f9047.rlib(stdweb-31135644779f9047.stdweb.6i88qqb6-cgu.1.rcgu.o):/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.7/src/webcore/initialization.rs:32: more undefined references to `emscripten_asm_const_int' follow [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 `airjump`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "37e81ec1b5faad77639dcd832650082131a6ee8524a8093bd5319b05f1b1c94b"` [INFO] running `"docker" "rm" "-f" "37e81ec1b5faad77639dcd832650082131a6ee8524a8093bd5319b05f1b1c94b"` [INFO] [stdout] 37e81ec1b5faad77639dcd832650082131a6ee8524a8093bd5319b05f1b1c94b