[INFO] crate pwasm-utils 0.12.0 is already in cache [INFO] checking pwasm-utils-0.12.0 against try#98d5ea1855f1028095b37c493ba31093c8519d68 for pr-69548 [INFO] extracting crate pwasm-utils 0.12.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate pwasm-utils 0.12.0 on toolchain 98d5ea1855f1028095b37c493ba31093c8519d68 [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pwasm-utils 0.12.0 [INFO] finished tweaking crates.io crate pwasm-utils 0.12.0 [INFO] tweaked toml for crates.io crate pwasm-utils 0.12.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate pwasm-utils 0.12.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "/opt/rustwide/cargo-home/bin/cargo" "+98d5ea1855f1028095b37c493ba31093c8519d68" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6a62a24873b0f16f2ca68eccad97aaeffabfc114375f49f26be5c955014f322b [INFO] running `"docker" "start" "-a" "6a62a24873b0f16f2ca68eccad97aaeffabfc114375f49f26be5c955014f322b"` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling cfg-if v0.1.7 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling unindent v0.1.3 [INFO] [stderr] Checking remove_dir_all v0.5.1 [INFO] [stderr] Compiling cmake v0.1.38 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling wabt-sys v0.1.4 [INFO] [stderr] Checking getrandom v0.1.7 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking pwasm-utils v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Checking rand_core v0.5.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking tempdir v0.3.7 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Checking rand v0.7.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `ast::Name` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.58.1/src/symbol.rs:146:27 [INFO] [stderr] | [INFO] [stderr] 146 | name: ast::Name($index), [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 165 | / declare_keywords! { [INFO] [stderr] 166 | | // Invalid identifier [INFO] [stderr] 167 | | (0, Invalid, "") [INFO] [stderr] 168 | | [INFO] [stderr] ... | [INFO] [stderr] 231 | | (56, CrateRoot, "{{root}}") [INFO] [stderr] 232 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling regex v1.1.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.4 [INFO] [stderr] Compiling serde_derive v1.0.90 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling indoc-impl v0.3.1 [INFO] [stderr] error: could not compile `clang-sys`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clang_sys /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clang-sys-0.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clang_3_9"' --cfg 'feature="gte_clang_3_6"' --cfg 'feature="gte_clang_3_7"' --cfg 'feature="gte_clang_3_8"' --cfg 'feature="gte_clang_3_9"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=6dadd9d8cc5dac90 -C extra-filename=-6dadd9d8cc5dac90 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-8eb86b8a1f2413de.rmeta --extern glob=/opt/rustwide/target/debug/deps/libglob-8a4ead15d9a8a21a.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-40564df78bf29318.rmeta --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-52bbb87c0a4f8b9a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `syntex_syntax`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clap`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clap /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=f3420a13f58a66d4 -C extra-filename=-f3420a13f58a66d4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-f9697a98748b713c.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-abc319b64ca7d326.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-8755794e837ced23.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-f24b941c7e8db564.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-6ea42dede07d5f6d.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-adbb73bc5c254e61.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-73c5e67d0b7bb9f0.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `regex`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=a3459329d9f72c50 -C extra-filename=-a3459329d9f72c50 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-065a46328b9ee103.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-b3c0b60fb08c5809.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-fc9be5643bdc6f3d.rmeta --extern thread_local=/opt/rustwide/target/debug/deps/libthread_local-f1add60adbbf710f.rmeta --extern utf8_ranges=/opt/rustwide/target/debug/deps/libutf8_ranges-afc831b8c70fc841.rmeta --cap-lints allow --cap-lints=forbid --cfg regex_runtime_teddy_ssse3 --cfg regex_runtime_teddy_avx2` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `serde_derive`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde_derive /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.90/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' -C metadata=1b82ef6da4fc7d19 -C extra-filename=-1b82ef6da4fc7d19 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-ce6c3e0082ecaa9c.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-aa453793b1a87303.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-4aaf97bbd7f86ba2.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `wabt-sys v0.1.4` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/wabt-sys-f0a12d49081c7309/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] running: "cmake" "/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wabt-sys-0.1.4/wabt" "-DBUILD_TESTS=OFF" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/wabt-sys-996f659a893d1741/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 7.4.0 [INFO] [stderr] -- The CXX compiler identification is GNU 7.4.0 [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc -- works [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ -- works [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Looking for alloca.h [INFO] [stderr] -- Looking for alloca.h - found [INFO] [stderr] -- Looking for unistd.h [INFO] [stderr] -- Looking for unistd.h - found [INFO] [stderr] -- Looking for snprintf [INFO] [stderr] -- Looking for snprintf - found [INFO] [stderr] -- Looking for sysconf [INFO] [stderr] -- Looking for sysconf - found [INFO] [stderr] -- Looking for strcasecmp [INFO] [stderr] -- Looking for strcasecmp - found [INFO] [stderr] -- Looking for sys/types.h [INFO] [stderr] -- Looking for sys/types.h - found [INFO] [stderr] -- Looking for stdint.h [INFO] [stderr] -- Looking for stdint.h - found [INFO] [stderr] -- Looking for stddef.h [INFO] [stderr] -- Looking for stddef.h - found [INFO] [stderr] -- Check size of ssize_t [INFO] [stderr] -- Check size of ssize_t - done [INFO] [stderr] -- Check size of size_t [INFO] [stderr] -- Check size of size_t - done [INFO] [stderr] -- Using prebuilt re2c lexer [INFO] [stderr] -- Looking for pthread.h [INFO] [stderr] -- Looking for pthread.h - found [INFO] [stderr] -- Looking for pthread_create [INFO] [stderr] -- Looking for pthread_create - not found [INFO] [stderr] -- Looking for pthread_create in pthreads [INFO] [stderr] -- Looking for pthread_create in pthreads - not found [INFO] [stderr] -- Looking for pthread_create in pthread [INFO] [stderr] -- Looking for pthread_create in pthread - found [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.17", minimum required is "2.7") [INFO] [stderr] -- Configuring done [INFO] [stderr] -- Generating done [INFO] [stderr] -- Build files have been written to: /opt/rustwide/target/debug/build/wabt-sys-996f659a893d1741/out/build [INFO] [stderr] running: "cmake" "--build" "." "--target" "install" "--config" "Debug" "--" [INFO] [stderr] Scanning dependencies of target libwabt [INFO] [stderr] [ 1%] Building CXX object CMakeFiles/libwabt.dir/src/token.cc.o [INFO] [stderr] [ 3%] Building CXX object CMakeFiles/libwabt.dir/src/opcode.cc.o [INFO] [stderr] [ 4%] Building CXX object CMakeFiles/libwabt.dir/src/hash-util.cc.o [INFO] [stderr] [ 6%] Building CXX object CMakeFiles/libwabt.dir/src/error-handler.cc.o [INFO] [stderr] [ 7%] Building CXX object CMakeFiles/libwabt.dir/src/filenames.cc.o [INFO] [stderr] [ 9%] Building CXX object CMakeFiles/libwabt.dir/src/string-view.cc.o [INFO] [stderr] [ 10%] Building CXX object CMakeFiles/libwabt.dir/src/ir.cc.o [INFO] [stderr] [ 12%] Building CXX object CMakeFiles/libwabt.dir/src/lexer-source.cc.o [INFO] [stderr] [ 13%] Building CXX object CMakeFiles/libwabt.dir/src/expr-visitor.cc.o [INFO] [stderr] [ 15%] Building CXX object CMakeFiles/libwabt.dir/src/lexer-source-line-finder.cc.o [INFO] [stderr] [ 16%] Building CXX object CMakeFiles/libwabt.dir/src/wast-parser-lexer-shared.cc.o [INFO] [stderr] [ 18%] Building CXX object CMakeFiles/libwabt.dir/src/prebuilt/wast-lexer-gen.cc.o [INFO] [stderr] [ 20%] Building CXX object CMakeFiles/libwabt.dir/src/wast-parser.cc.o [INFO] [stderr] [ 21%] Building CXX object CMakeFiles/libwabt.dir/src/type-checker.cc.o [INFO] [stderr] [ 23%] Building CXX object CMakeFiles/libwabt.dir/src/validator.cc.o [INFO] [stderr] [ 24%] Building CXX object CMakeFiles/libwabt.dir/src/binary-reader.cc.o [INFO] [stderr] [ 26%] Building CXX object CMakeFiles/libwabt.dir/src/binary-reader-logging.cc.o [INFO] [stderr] [ 27%] Building CXX object CMakeFiles/libwabt.dir/src/binary-writer.cc.o [INFO] [stderr] [ 29%] Building CXX object CMakeFiles/libwabt.dir/src/binary-writer-spec.cc.o [INFO] [stderr] [ 30%] Building CXX object CMakeFiles/libwabt.dir/src/binary-reader-ir.cc.o [INFO] [stderr] [ 32%] Building CXX object CMakeFiles/libwabt.dir/src/binding-hash.cc.o [INFO] [stderr] [ 33%] Building CXX object CMakeFiles/libwabt.dir/src/wat-writer.cc.o [INFO] [stderr] [ 35%] Building CXX object CMakeFiles/libwabt.dir/src/interp.cc.o [INFO] [stderr] [ 36%] Building CXX object CMakeFiles/libwabt.dir/src/binary-reader-interp.cc.o [INFO] [stderr] [ 38%] Building CXX object CMakeFiles/libwabt.dir/src/apply-names.cc.o [INFO] [stderr] [ 40%] Building CXX object CMakeFiles/libwabt.dir/src/generate-names.cc.o [INFO] [stderr] [ 41%] Building CXX object CMakeFiles/libwabt.dir/src/resolve-names.cc.o [INFO] [stderr] [ 43%] Building CXX object CMakeFiles/libwabt.dir/src/binary.cc.o [INFO] [stderr] [ 44%] Building CXX object CMakeFiles/libwabt.dir/src/color.cc.o [INFO] [stderr] CMakeFiles/libwabt.dir/build.make:350: recipe for target 'CMakeFiles/libwabt.dir/src/wast-parser.cc.o' failed [INFO] [stderr] CMakeFiles/libwabt.dir/build.make:518: recipe for target 'CMakeFiles/libwabt.dir/src/binary-reader-ir.cc.o' failed [INFO] [stderr] CMakeFiles/libwabt.dir/build.make:566: recipe for target 'CMakeFiles/libwabt.dir/src/wat-writer.cc.o' failed [INFO] [stderr] CMakeFiles/libwabt.dir/build.make:590: recipe for target 'CMakeFiles/libwabt.dir/src/interp.cc.o' failed [INFO] [stderr] CMakeFiles/libwabt.dir/build.make:614: recipe for target 'CMakeFiles/libwabt.dir/src/binary-reader-interp.cc.o' failed [INFO] [stderr] CMakeFiles/Makefile2:891: recipe for target 'CMakeFiles/libwabt.dir/all' failed [INFO] [stderr] Makefile:129: recipe for target 'all' failed [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libwabt.dir/src/wast-parser.cc.o] Error 4 [INFO] [stderr] make[2]: *** Waiting for unfinished jobs.... [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libwabt.dir/src/binary-reader-ir.cc.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libwabt.dir/src/wat-writer.cc.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libwabt.dir/src/interp.cc.o] Error 4 [INFO] [stderr] c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] Please submit a full bug report, [INFO] [stderr] with preprocessed source if appropriate. [INFO] [stderr] See for instructions. [INFO] [stderr] make[2]: *** [CMakeFiles/libwabt.dir/src/binary-reader-interp.cc.o] Error 4 [INFO] [stderr] make[1]: *** [CMakeFiles/libwabt.dir/all] Error 2 [INFO] [stderr] make: *** [all] Error 2 [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] command did not execute successfully, got: exit code: 2 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.38/src/lib.rs:813:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x557e7e21ede4 - backtrace::backtrace::libunwind::trace::h24a5370b1319bd7a [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x557e7e21ede4 - backtrace::backtrace::trace_unsynchronized::h379c9792f6ef4460 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.44/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x557e7e21ede4 - std::sys_common::backtrace::_print_fmt::h3a5b75e57443723b [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x557e7e21ede4 - ::fmt::h687231ba2da68c61 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x557e7e24095c - core::fmt::write::hcd5b491a4c454b4c [INFO] [stderr] at src/libcore/fmt/mod.rs:1053 [INFO] [stderr] 5: 0x557e7e21acb7 - std::io::Write::write_fmt::h1941e8ffe6b84e9d [INFO] [stderr] at src/libstd/io/mod.rs:1428 [INFO] [stderr] 6: 0x557e7e221b05 - std::sys_common::backtrace::_print::h7d1ce732706a3f42 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x557e7e221b05 - std::sys_common::backtrace::print::h5a2c706016c622b7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x557e7e221b05 - std::panicking::default_hook::{{closure}}::h8bfd3f5bb7a4dc18 [INFO] [stderr] at src/libstd/panicking.rs:204 [INFO] [stderr] 9: 0x557e7e221847 - std::panicking::default_hook::h4d543fda461ebcf5 [INFO] [stderr] at src/libstd/panicking.rs:224 [INFO] [stderr] 10: 0x557e7e222162 - std::panicking::rust_panic_with_hook::h19e61792824f3a44 [INFO] [stderr] at src/libstd/panicking.rs:470 [INFO] [stderr] 11: 0x557e7e221d4b - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:378 [INFO] [stderr] 12: 0x557e7e221cbb - std::panicking::begin_panic_fmt::hfff8fdc3ad5543e6 [INFO] [stderr] at src/libstd/panicking.rs:332 [INFO] [stderr] 13: 0x557e7e1a7617 - cmake::fail::hac5569c767ba2bbe [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.38/src/lib.rs:813 [INFO] [stderr] 14: 0x557e7e1a6f4c - cmake::run::h573397cb41aa4941 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.38/src/lib.rs:791 [INFO] [stderr] 15: 0x557e7e1a35f7 - cmake::Config::build::hc7d36de271c1c574 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.38/src/lib.rs:700 [INFO] [stderr] 16: 0x557e7e19e8c5 - build_script_build::main::hc8765d08400d1c08 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wabt-sys-0.1.4/build.rs:7 [INFO] [stderr] 17: 0x557e7e1a008b - std::rt::lang_start::{{closure}}::h081cc19918e32b5c [INFO] [stderr] at /rustc/98d5ea1855f1028095b37c493ba31093c8519d68/src/libstd/rt.rs:67 [INFO] [stderr] 18: 0x557e7e221c23 - std::rt::lang_start_internal::{{closure}}::h61d5c3451bec072d [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 19: 0x557e7e221c23 - std::panicking::try::do_call::hdd0e17410f503003 [INFO] [stderr] at src/libstd/panicking.rs:303 [INFO] [stderr] 20: 0x557e7e22af27 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:86 [INFO] [stderr] 21: 0x557e7e222609 - std::panicking::try::h8119bff16c4e7a4b [INFO] [stderr] at src/libstd/panicking.rs:281 [INFO] [stderr] 22: 0x557e7e222609 - std::panic::catch_unwind::hd3df37601ad6cabd [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 23: 0x557e7e222609 - std::rt::lang_start_internal::hf39ed062aa77af27 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 24: 0x557e7e1a0067 - std::rt::lang_start::h29371d8354cc259f [INFO] [stderr] at /rustc/98d5ea1855f1028095b37c493ba31093c8519d68/src/libstd/rt.rs:67 [INFO] [stderr] 25: 0x557e7e19f1da - main [INFO] [stderr] 26: 0x7fe93781ab97 - __libc_start_main [INFO] [stderr] 27: 0x557e7e19e23a - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "6a62a24873b0f16f2ca68eccad97aaeffabfc114375f49f26be5c955014f322b"` [INFO] running `"docker" "rm" "-f" "6a62a24873b0f16f2ca68eccad97aaeffabfc114375f49f26be5c955014f322b"` [INFO] [stdout] 6a62a24873b0f16f2ca68eccad97aaeffabfc114375f49f26be5c955014f322b