[INFO] crate sonic-server 1.1.8 is already in cache [INFO] extracting crate sonic-server 1.1.8 into work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/reg/sonic-server/1.1.8 [INFO] extracting crate sonic-server 1.1.8 into work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/reg/sonic-server/1.1.8 [INFO] validating manifest of sonic-server-1.1.8 on toolchain master#efe2f32a6b8217425f361ec7c206910c611c03ee [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sonic-server-1.1.8 on toolchain try#78b0bd8441ef961f6475e3d47fe3bca38cb83432 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sonic-server-1.1.8 [INFO] finished frobbing sonic-server-1.1.8 [INFO] frobbed toml for sonic-server-1.1.8 written to work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/reg/sonic-server/1.1.8/Cargo.toml [INFO] started frobbing sonic-server-1.1.8 [INFO] finished frobbing sonic-server-1.1.8 [INFO] frobbed toml for sonic-server-1.1.8 written to work/ex/pr-60039/sources/try#78b0bd8441ef961f6475e3d47fe3bca38cb83432/reg/sonic-server/1.1.8/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78b0bd8441ef961f6475e3d47fe3bca38cb83432-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking sonic-server-1.1.8 against master#efe2f32a6b8217425f361ec7c206910c611c03ee for pr-60039 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039/worker-6/master#efe2f32a6b8217425f361ec7c206910c611c03ee:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039/sources/master#efe2f32a6b8217425f361ec7c206910c611c03ee/reg/sonic-server/1.1.8:/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=forbid" "-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" "+efe2f32a6b8217425f361ec7c206910c611c03ee-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f268add94d2411b978b2bd67d741440d6b3ed4ea0ed79ff2a582abdc5cae9d5c [INFO] running `"docker" "start" "-a" "f268add94d2411b978b2bd67d741440d6b3ed4ea0ed79ff2a582abdc5cae9d5c"` [INFO] [stderr] Compiling fs_extra v1.1.0 [INFO] [stderr] Checking linked_hash_set v0.1.3 [INFO] [stderr] Checking fst v0.3.3 [INFO] [stderr] Checking whatlang v0.7.0 [INFO] [stderr] Checking graceful v0.1.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling jemalloc-sys v0.3.0 [INFO] [stderr] Checking fst-levenshtein v0.2.1 [INFO] [stderr] Checking fst-regex v0.2.2 [INFO] [stderr] Compiling bindgen v0.47.3 [INFO] [stderr] Compiling librocksdb-sys v5.17.2 [INFO] [stderr] error: failed to run custom build command for `librocksdb-sys v5.17.2` [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/librocksdb-sys-9e1647d0976255e1/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] cargo:rerun-if-changed=rocksdb/ [INFO] [stderr] cargo:rerun-if-changed=snappy/ [INFO] [stderr] cargo:rerun-if-changed=lz4/ [INFO] [stderr] cargo:rerun-if-changed=zstd/ [INFO] [stderr] cargo:rerun-if-changed=zlib/ [INFO] [stderr] cargo:rerun-if-changed=bzip2/ [INFO] [stderr] NUM_JOBS = Some("8") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CXX_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXX_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXX = None [INFO] [stderr] CXX = None [INFO] [stderr] CXXFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CXXFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CXXFLAGS = None [INFO] [stderr] CXXFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2") [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/cache/clock_cache.o" "-c" "rocksdb/cache/clock_cache.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/util/dynamic_bloom.o" "-c" "rocksdb/util/dynamic_bloom.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/utilities/blob_db/blob_log_format.o" "-c" "rocksdb/utilities/blob_db/blob_log_format.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/table/table_properties.o" "-c" "rocksdb/table/table_properties.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/db/write_controller.o" "-c" "rocksdb/db/write_controller.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/monitoring/thread_status_util_debug.o" "-c" "rocksdb/monitoring/thread_status_util_debug.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/table/block_based_table_factory.o" "-c" "rocksdb/table/block_based_table_factory.cc" [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/table/get_context.o" "-c" "rocksdb/table/get_context.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/cache/lru_cache.o" "-c" "rocksdb/cache/lru_cache.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/db/write_thread.o" "-c" "rocksdb/db/write_thread.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/util/event_logger.o" "-c" "rocksdb/util/event_logger.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/options/cf_options.o" "-c" "rocksdb/options/cf_options.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/utilities/blob_db/blob_log_reader.o" "-c" "rocksdb/utilities/blob_db/blob_log_reader.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/util/file_reader_writer.o" "-c" "rocksdb/util/file_reader_writer.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/cache/sharded_cache.o" "-c" "rocksdb/cache/sharded_cache.cc" [INFO] [stderr] exit code: 0 [INFO] [stderr] running: "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/table/two_level_iterator.o" "-c" "rocksdb/table/two_level_iterator.cc" [INFO] [stderr] cargo:warning=c++: internal compiler error: Killed (program cc1plus) [INFO] [stderr] cargo:warning=Please submit a full bug report, [INFO] [stderr] cargo:warning=with preprocessed source if appropriate. [INFO] [stderr] cargo:warning=See for instructions. [INFO] [stderr] exit code: 4 [INFO] [stderr] exit code: 0 [INFO] [stderr] exit code: 0 [INFO] [stderr] exit code: 0 [INFO] [stderr] exit code: 0 [INFO] [stderr] exit code: 0 [INFO] [stderr] exit code: 0 [INFO] [stderr] exit code: 0 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] rocksdb/include/rocksdb/c.h:45:9: warning: #pragma once in main file [-Wpragma-once-outside-header], err: false [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'efe2f32a6b8217425f361ec7c206910c611c03ee-alt' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain efe2f32a6b8217425f361ec7c206910c611c03ee-alt` [INFO] [stderr] Failed to run rustfmt: Internal rustfmt error (non-fatal, continuing) [INFO] [stderr] thread 'main' panicked at ' [INFO] [stderr] [INFO] [stderr] Internal error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.7.0/fused-src/" "-I" "snappy/" "-I" "lz4/lib/" "-I" "zstd/lib/" "-I" "zstd/lib/dictBuilder/" "-I" "zlib/" "-I" "bzip2/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-DSNAPPY=1" "-DLZ4=1" "-DZSTD=1" "-DZLIB=1" "-DBZIP2=1" "-DNDEBUG=1" "-DOS_LINUX=1" "-DROCKSDB_PLATFORM_POSIX=1" "-DROCKSDB_LIB_IO_POSIX=1" "-o" "/opt/crater/target/debug/build/librocksdb-sys-3653c3bf0deb7f90/out/rocksdb/table/block_based_table_factory.o" "-c" "rocksdb/table/block_based_table_factory.cc" with args "c++" did not execute successfully (status code exit code: 4). [INFO] [stderr] [INFO] [stderr] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.35/src/lib.rs:2398:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x56221bd71d13 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7f08204c27b0467a [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x56221bd6d4fb - std::sys_common::backtrace::_print::hd9dacd169df81122 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x56221bd70996 - std::panicking::default_hook::{{closure}}::hb63012d2be6755b2 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x56221bd70729 - std::panicking::default_hook::h3efd6a8a707ee89e [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x56221bd71188 - std::panicking::rust_panic_with_hook::h4f5c00b20be3bea5 [INFO] [stderr] at src/libstd/panicking.rs:478 [INFO] [stderr] 5: 0x56221bd70c21 - std::panicking::continue_panic_fmt::h59833cd39bf8ae68 [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 6: 0x56221bd70b6e - std::panicking::begin_panic_fmt::h9ab2cc924547a27e [INFO] [stderr] at src/libstd/panicking.rs:336 [INFO] [stderr] 7: 0x56221b61a7b5 - cc::fail::h7dc870a56049f6f9 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.35/src/lib.rs:2398 [INFO] [stderr] 8: 0x56221b6052fe - cc::Build::compile::h30750ed98d9fff67 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/cc-1.0.35/src/lib.rs:951 [INFO] [stderr] 9: 0x56221b5f3d0f - build_script_build::build_rocksdb::hf9d8fd26fda97874 [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/librocksdb-sys-5.17.2/build.rs:151 [INFO] [stderr] 10: 0x56221b5f5514 - build_script_build::main::h8a1c823c43ebaedb [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/librocksdb-sys-5.17.2/build.rs:293 [INFO] [stderr] 11: 0x56221b5f928f - std::rt::lang_start::{{closure}}::hcf35d6cf297b85d5 [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libstd/rt.rs:64 [INFO] [stderr] 12: 0x56221bd70aa2 - std::panicking::try::do_call::h44a7db9f8ace0499 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 13: 0x56221bd79ba9 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 14: 0x56221bd7166c - std::rt::lang_start_internal::h5d2b2de4d9a7c9cd [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 15: 0x56221b5f9268 - std::rt::lang_start::hbf81936aeb78f093 [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libstd/rt.rs:64 [INFO] [stderr] 16: 0x56221b5f5619 - main [INFO] [stderr] 17: 0x7f6c250f62e0 - __libc_start_main [INFO] [stderr] 18: 0x56221b5f3109 - _start [INFO] [stderr] 19: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `jemalloc-sys v0.3.0` [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/jemalloc-sys-e519a9c65790344c/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET=x86_64-unknown-linux-gnu [INFO] [stderr] HOST=x86_64-unknown-linux-gnu [INFO] [stderr] NUM_JOBS=8 [INFO] [stderr] OUT_DIR="/opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out" [INFO] [stderr] BUILD_DIR="/opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/build" [INFO] [stderr] SRC_DIR="/opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.0" [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2") [INFO] [stderr] CC="cc" [INFO] [stderr] CFLAGS="-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall" [INFO] [stderr] JEMALLOC_SRC_DIR="/opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/jemalloc" [INFO] [stderr] cargo:rustc-cfg=prefixed [INFO] [stderr] --with-jemalloc-prefix=_rjem_ [INFO] [stderr] running: "sh" "/opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/jemalloc/configure" "--disable-cxx" "--with-jemalloc-prefix=_rjem_" "--with-private-namespace=_rjem_" "--host=x86_64-unknown-linux-gnu" "--build=x86_64-unknown-linux-gnu" "--prefix=/opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out" [INFO] [stderr] checking for xsltproc... false [INFO] [stderr] checking for x86_64-unknown-linux-gnu-gcc... cc [INFO] [stderr] checking whether the C compiler works... yes [INFO] [stderr] checking for C compiler default output file name... a.out [INFO] [stderr] checking for suffix of executables... [INFO] [stderr] checking whether we are cross compiling... no [INFO] [stderr] checking for suffix of object files... o [INFO] [stderr] checking whether we are using the GNU C compiler... yes [INFO] [stderr] checking whether cc accepts -g... yes [INFO] [stderr] checking for cc option to accept ISO C89... none needed [INFO] [stderr] checking whether compiler is cray... no [INFO] [stderr] checking whether compiler supports -std=gnu11... yes [INFO] [stderr] checking whether compiler supports -Wall... yes [INFO] [stderr] checking whether compiler supports -Wshorten-64-to-32... no [INFO] [stderr] checking whether compiler supports -Wsign-compare... yes [INFO] [stderr] checking whether compiler supports -Wundef... yes [INFO] [stderr] checking whether compiler supports -Wno-format-zero-length... yes [INFO] [stderr] checking whether compiler supports -pipe... yes [INFO] [stderr] checking whether compiler supports -g3... yes [INFO] [stderr] checking how to run the C preprocessor... cc -E [INFO] [stderr] checking for grep that handles long lines and -e... /bin/grep [INFO] [stderr] checking for egrep... /bin/grep -E [INFO] [stderr] checking for ANSI C header files... yes [INFO] [stderr] checking for sys/types.h... yes [INFO] [stderr] checking for sys/stat.h... yes [INFO] [stderr] checking for stdlib.h... yes [INFO] [stderr] checking for string.h... yes [INFO] [stderr] checking for memory.h... yes [INFO] [stderr] checking for strings.h... yes [INFO] [stderr] checking for inttypes.h... yes [INFO] [stderr] checking for stdint.h... yes [INFO] [stderr] checking for unistd.h... yes [INFO] [stderr] checking whether byte ordering is bigendian... no [INFO] [stderr] checking size of void *... 8 [INFO] [stderr] checking size of int... 4 [INFO] [stderr] checking size of long... 8 [INFO] [stderr] checking size of long long... 8 [INFO] [stderr] checking size of intmax_t... 8 [INFO] [stderr] checking build system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking host system type... x86_64-unknown-linux-gnu [INFO] [stderr] checking whether pause instruction is compilable... yes [INFO] [stderr] checking number of significant virtual address bits... 48 [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ar... no [INFO] [stderr] checking for ar... ar [INFO] [stderr] checking for x86_64-unknown-linux-gnu-nm... no [INFO] [stderr] checking for nm... nm [INFO] [stderr] checking for gawk... no [INFO] [stderr] checking for mawk... mawk [INFO] [stderr] checking malloc.h usability... yes [INFO] [stderr] checking malloc.h presence... yes [INFO] [stderr] checking for malloc.h... yes [INFO] [stderr] checking whether malloc_usable_size definition can use const argument... no [INFO] [stderr] checking for library containing log... -lm [INFO] [stderr] checking whether __attribute__ syntax is compilable... yes [INFO] [stderr] checking whether compiler supports -fvisibility=hidden... yes [INFO] [stderr] checking whether compiler supports -fvisibility=hidden... no [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... no [INFO] [stderr] checking whether tls_model attribute is compilable... yes [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... no [INFO] [stderr] checking whether alloc_size attribute is compilable... yes [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... no [INFO] [stderr] checking whether format(gnu_printf, ...) attribute is compilable... yes [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... no [INFO] [stderr] checking whether format(printf, ...) attribute is compilable... yes [INFO] [stderr] checking for a BSD-compatible install... /usr/bin/install -c [INFO] [stderr] checking for x86_64-unknown-linux-gnu-ranlib... no [INFO] [stderr] checking for ranlib... ranlib [INFO] [stderr] checking for ld... /usr/bin/ld [INFO] [stderr] checking for autoconf... /usr/bin/autoconf [INFO] [stderr] checking for memalign... yes [INFO] [stderr] checking for valloc... yes [INFO] [stderr] checking whether compiler supports -O3... yes [INFO] [stderr] checking whether compiler supports -O3... no [INFO] [stderr] checking whether compiler supports -funroll-loops... yes [INFO] [stderr] checking configured backtracing method... N/A [INFO] [stderr] checking for sbrk... yes [INFO] [stderr] checking whether utrace(2) is compilable... no [INFO] [stderr] checking whether a program using __builtin_unreachable is compilable... yes [INFO] [stderr] checking whether a program using __builtin_ffsl is compilable... yes [INFO] [stderr] checking LG_PAGE... 12 [INFO] [stderr] Missing VERSION file, and unable to generate it; creating bogus VERSION [INFO] [stderr] checking pthread.h usability... yes [INFO] [stderr] checking pthread.h presence... yes [INFO] [stderr] checking for pthread.h... yes [INFO] [stderr] checking for pthread_create in -lpthread... yes [INFO] [stderr] checking dlfcn.h usability... yes [INFO] [stderr] checking dlfcn.h presence... yes [INFO] [stderr] checking for dlfcn.h... yes [INFO] [stderr] checking for dlsym... no [INFO] [stderr] checking for dlsym in -ldl... yes [INFO] [stderr] checking whether pthread_atfork(3) is compilable... yes [INFO] [stderr] checking whether pthread_setname_np(3) is compilable... yes [INFO] [stderr] checking for library containing clock_gettime... none required [INFO] [stderr] checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes [INFO] [stderr] checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes [INFO] [stderr] checking whether mach_absolute_time() is compilable... no [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether syscall(2) is compilable... yes [INFO] [stderr] checking for secure_getenv... yes [INFO] [stderr] checking for sched_getcpu... yes [INFO] [stderr] checking for sched_setaffinity... yes [INFO] [stderr] checking for issetugid... no [INFO] [stderr] checking for _malloc_thread_cleanup... no [INFO] [stderr] checking for _pthread_mutex_init_calloc_cb... no [INFO] [stderr] checking for TLS... yes [INFO] [stderr] checking whether C11 atomics is compilable... yes [INFO] [stderr] checking whether GCC __atomic atomics is compilable... yes [INFO] [stderr] checking whether GCC __sync atomics is compilable... yes [INFO] [stderr] checking whether Darwin OSAtomic*() is compilable... no [INFO] [stderr] checking whether madvise(2) is compilable... yes [INFO] [stderr] checking whether madvise(..., MADV_FREE) is compilable... yes [INFO] [stderr] checking whether madvise(..., MADV_DONTNEED) is compilable... yes [INFO] [stderr] checking whether madvise(..., MADV_DO[NT]DUMP) is compilable... yes [INFO] [stderr] checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes [INFO] [stderr] checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no [INFO] [stderr] checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no [INFO] [stderr] checking for __builtin_clz... yes [INFO] [stderr] checking whether Darwin os_unfair_lock_*() is compilable... no [INFO] [stderr] checking whether Darwin OSSpin*() is compilable... no [INFO] [stderr] checking whether glibc malloc hook is compilable... yes [INFO] [stderr] checking whether glibc memalign hook is compilable... yes [INFO] [stderr] checking whether pthreads adaptive mutexes is compilable... yes [INFO] [stderr] checking whether compiler supports -D_GNU_SOURCE... yes [INFO] [stderr] checking whether compiler supports -Werror... yes [INFO] [stderr] checking whether compiler supports -herror_on_warning... no [INFO] [stderr] checking whether strerror_r returns char with gnu source is compilable... yes [INFO] [stderr] checking for stdbool.h that conforms to C99... yes [INFO] [stderr] checking for _Bool... yes [INFO] [stderr] configure: creating ./config.status [INFO] [stderr] config.status: creating Makefile [INFO] [stderr] config.status: creating jemalloc.pc [INFO] [stderr] config.status: creating doc/html.xsl [INFO] [stderr] config.status: creating doc/manpages.xsl [INFO] [stderr] config.status: creating doc/jemalloc.xml [INFO] [stderr] config.status: creating include/jemalloc/jemalloc_macros.h [INFO] [stderr] config.status: creating include/jemalloc/jemalloc_protos.h [INFO] [stderr] config.status: creating include/jemalloc/jemalloc_typedefs.h [INFO] [stderr] config.status: creating include/jemalloc/internal/jemalloc_preamble.h [INFO] [stderr] config.status: creating test/test.sh [INFO] [stderr] config.status: creating test/include/test/jemalloc_test.h [INFO] [stderr] config.status: creating config.stamp [INFO] [stderr] config.status: creating bin/jemalloc-config [INFO] [stderr] config.status: creating bin/jemalloc.sh [INFO] [stderr] config.status: creating bin/jeprof [INFO] [stderr] config.status: creating include/jemalloc/jemalloc_defs.h [INFO] [stderr] config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h [INFO] [stderr] config.status: creating test/include/test/jemalloc_test_defs.h [INFO] [stderr] config.status: executing include/jemalloc/internal/public_symbols.txt commands [INFO] [stderr] config.status: executing include/jemalloc/internal/private_symbols.awk commands [INFO] [stderr] config.status: executing include/jemalloc/internal/private_symbols_jet.awk commands [INFO] [stderr] config.status: executing include/jemalloc/internal/public_namespace.h commands [INFO] [stderr] config.status: executing include/jemalloc/internal/public_unnamespace.h commands [INFO] [stderr] config.status: executing include/jemalloc/internal/size_classes.h commands [INFO] [stderr] config.status: executing include/jemalloc/jemalloc_protos_jet.h commands [INFO] [stderr] config.status: executing include/jemalloc/jemalloc_rename.h commands [INFO] [stderr] config.status: executing include/jemalloc/jemalloc_mangle.h commands [INFO] [stderr] config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands [INFO] [stderr] config.status: executing include/jemalloc/jemalloc.h commands [INFO] [stderr] =============================================================================== [INFO] [stderr] jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 [INFO] [stderr] library revision : 2 [INFO] [stderr] [INFO] [stderr] CONFIG : --disable-cxx --with-jemalloc-prefix=_rjem_ --with-private-namespace=_rjem_ --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu --prefix=/opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out build_alias=x86_64-unknown-linux-gnu host_alias=x86_64-unknown-linux-gnu CC=cc 'CFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall' 'LDFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall' 'CPPFLAGS=-O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall' [INFO] [stderr] CC : cc [INFO] [stderr] CONFIGURE_CFLAGS : -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops [INFO] [stderr] SPECIFIED_CFLAGS : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall [INFO] [stderr] EXTRA_CFLAGS : [INFO] [stderr] CPPFLAGS : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT [INFO] [stderr] CXX : [INFO] [stderr] CONFIGURE_CXXFLAGS : [INFO] [stderr] SPECIFIED_CXXFLAGS : [INFO] [stderr] EXTRA_CXXFLAGS : [INFO] [stderr] LDFLAGS : -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall [INFO] [stderr] EXTRA_LDFLAGS : [INFO] [stderr] DSO_LDFLAGS : -shared -Wl,-soname,$(@F) [INFO] [stderr] LIBS : -lm -lpthread -ldl [INFO] [stderr] RPATH_EXTRA : [INFO] [stderr] [INFO] [stderr] XSLTPROC : false [INFO] [stderr] XSLROOT : [INFO] [stderr] [INFO] [stderr] PREFIX : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out [INFO] [stderr] BINDIR : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/bin [INFO] [stderr] DATADIR : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/share [INFO] [stderr] INCLUDEDIR : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/include [INFO] [stderr] LIBDIR : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/lib [INFO] [stderr] MANDIR : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/share/man [INFO] [stderr] [INFO] [stderr] srcroot : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/jemalloc/ [INFO] [stderr] abs_srcroot : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/jemalloc/ [INFO] [stderr] objroot : [INFO] [stderr] abs_objroot : /opt/crater/target/debug/build/jemalloc-sys-fbb2f6183010d9eb/out/build/ [INFO] [stderr] [INFO] [stderr] JEMALLOC_PREFIX : _rjem_ [INFO] [stderr] JEMALLOC_PRIVATE_NAMESPACE [INFO] [stderr] : _rjem_je_ [INFO] [stderr] install_suffix : [INFO] [stderr] malloc_conf : [INFO] [stderr] autogen : 0 [INFO] [stderr] debug : 0 [INFO] [stderr] stats : 1 [INFO] [stderr] prof : 0 [INFO] [stderr] prof-libunwind : 0 [INFO] [stderr] prof-libgcc : 0 [INFO] [stderr] prof-gcc : 0 [INFO] [stderr] fill : 1 [INFO] [stderr] utrace : 0 [INFO] [stderr] xmalloc : 0 [INFO] [stderr] log : 0 [INFO] [stderr] lazy_lock : 0 [INFO] [stderr] cache-oblivious : 1 [INFO] [stderr] cxx : 0 [INFO] [stderr] =============================================================================== [INFO] [stderr] running: "make" "srcroot=../jemalloc/" "-j" "8" [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/jemalloc.sym.o ../jemalloc/src/jemalloc.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/arena.sym.o ../jemalloc/src/arena.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/background_thread.sym.o ../jemalloc/src/background_thread.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bitmap.sym.o ../jemalloc/src/bitmap.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/bin.sym.o ../jemalloc/src/bin.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/base.sym.o ../jemalloc/src/base.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ckh.sym.o ../jemalloc/src/ckh.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ctl.sym.o ../jemalloc/src/ctl.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/div.sym.o ../jemalloc/src/div.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent.sym.o ../jemalloc/src/extent.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_dss.sym.o ../jemalloc/src/extent_dss.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/extent_mmap.sym.o ../jemalloc/src/extent_mmap.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hash.sym.o ../jemalloc/src/hash.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/hooks.sym.o ../jemalloc/src/hooks.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/large.sym.o ../jemalloc/src/large.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/log.sym.o ../jemalloc/src/log.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/malloc_io.sym.o ../jemalloc/src/malloc_io.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex.sym.o ../jemalloc/src/mutex.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/mutex_pool.sym.o ../jemalloc/src/mutex_pool.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/nstime.sym.o ../jemalloc/src/nstime.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/pages.sym.o ../jemalloc/src/pages.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prng.sym.o ../jemalloc/src/prng.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/prof.sym.o ../jemalloc/src/prof.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/rtree.sym.o ../jemalloc/src/rtree.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/stats.sym.o ../jemalloc/src/stats.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/sz.sym.o ../jemalloc/src/sz.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tcache.sym.o ../jemalloc/src/tcache.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/ticker.sym.o ../jemalloc/src/ticker.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/tsd.sym.o ../jemalloc/src/tsd.c [INFO] [stderr] nm -a src/arena.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/arena.sym [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -DJEMALLOC_NO_PRIVATE_NAMESPACE -o src/witness.sym.o ../jemalloc/src/witness.c [INFO] [stderr] nm -a src/background_thread.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/background_thread.sym [INFO] [stderr] nm -a src/base.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/base.sym [INFO] [stderr] nm -a src/bin.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bin.sym [INFO] [stderr] nm -a src/bitmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/bitmap.sym [INFO] [stderr] nm -a src/ckh.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ckh.sym [INFO] [stderr] nm -a src/ctl.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ctl.sym [INFO] [stderr] nm -a src/div.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/div.sym [INFO] [stderr] nm -a src/extent.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent.sym [INFO] [stderr] nm -a src/extent_dss.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_dss.sym [INFO] [stderr] nm -a src/extent_mmap.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/extent_mmap.sym [INFO] [stderr] nm -a src/hash.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hash.sym [INFO] [stderr] nm -a src/hooks.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/hooks.sym [INFO] [stderr] nm -a src/large.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/large.sym [INFO] [stderr] nm -a src/log.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/log.sym [INFO] [stderr] nm -a src/malloc_io.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/malloc_io.sym [INFO] [stderr] nm -a src/mutex.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex.sym [INFO] [stderr] nm -a src/mutex_pool.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/mutex_pool.sym [INFO] [stderr] nm -a src/nstime.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/nstime.sym [INFO] [stderr] nm -a src/pages.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/pages.sym [INFO] [stderr] nm -a src/prng.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prng.sym [INFO] [stderr] nm -a src/rtree.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/rtree.sym [INFO] [stderr] nm -a src/sz.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/sz.sym [INFO] [stderr] nm -a src/witness.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/witness.sym [INFO] [stderr] nm -a src/ticker.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/ticker.sym [INFO] [stderr] nm -a src/tsd.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tsd.sym [INFO] [stderr] nm -a src/tcache.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/tcache.sym [INFO] [stderr] nm -a src/stats.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/stats.sym [INFO] [stderr] nm -a src/prof.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/prof.sym [INFO] [stderr] nm -a src/jemalloc.sym.o | mawk -f include/jemalloc/internal/private_symbols.awk > src/jemalloc.sym [INFO] [stderr] /bin/sh ../jemalloc/include/jemalloc/internal/private_namespace.sh src/jemalloc.sym src/arena.sym src/background_thread.sym src/base.sym src/bin.sym src/bitmap.sym src/ckh.sym src/ctl.sym src/div.sym src/extent.sym src/extent_dss.sym src/extent_mmap.sym src/hash.sym src/hooks.sym src/large.sym src/log.sym src/malloc_io.sym src/mutex.sym src/mutex_pool.sym src/nstime.sym src/pages.sym src/prng.sym src/prof.sym src/rtree.sym src/stats.sym src/sz.sym src/tcache.sym src/ticker.sym src/tsd.sym src/witness.sym > include/jemalloc/internal/private_namespace.gen.h [INFO] [stderr] cp include/jemalloc/internal/private_namespace.gen.h include/jemalloc/internal/private_namespace.gen.h [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/bitmap.pic.o ../jemalloc/src/bitmap.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/ckh.pic.o ../jemalloc/src/ckh.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/arena.pic.o ../jemalloc/src/arena.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/base.pic.o ../jemalloc/src/base.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/ctl.pic.o ../jemalloc/src/ctl.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/bin.pic.o ../jemalloc/src/bin.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/background_thread.pic.o ../jemalloc/src/background_thread.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/jemalloc.pic.o ../jemalloc/src/jemalloc.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/div.pic.o ../jemalloc/src/div.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/extent.pic.o ../jemalloc/src/extent.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/extent_dss.pic.o ../jemalloc/src/extent_dss.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/extent_mmap.pic.o ../jemalloc/src/extent_mmap.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/hash.pic.o ../jemalloc/src/hash.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/hooks.pic.o ../jemalloc/src/hooks.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/large.pic.o ../jemalloc/src/large.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/log.pic.o ../jemalloc/src/log.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/malloc_io.pic.o ../jemalloc/src/malloc_io.c [INFO] [stderr] cc -std=gnu11 -Wall -Wsign-compare -Wundef -Wno-format-zero-length -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -fPIC -DPIC -c -O0 -ffunction-sections -fdata-sections -fPIC -g -fno-omit-frame-pointer -m64 -Wall -D_GNU_SOURCE -D_REENTRANT -Iinclude -I../jemalloc/include -o src/mutex.pic.o ../jemalloc/src/mutex.c [INFO] [stderr] Makefile:349: recipe for target 'src/malloc_io.pic.o' failed [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] In file included from ../jemalloc/src/malloc_io.c:3:0: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:46:44: error: ../jemalloc/include/jemalloc/internal/tcache_types.h: Cannot allocate memory [INFO] [stderr] #include "jemalloc/internal/tcache_types.h" [INFO] [stderr] ^ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/ql.h:4:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/tsd.h:8, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/mutex.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/extent_structs.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:54, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_structs.h:31:9: error: unknown type name 'tcache_t' [INFO] [stderr] ql_elm(tcache_t) link; [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/qr.h:7:2: note: in definition of macro 'qr' [INFO] [stderr] a_type *qre_next; \ [INFO] [stderr] ^~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_structs.h:31:2: note: in expansion of macro 'ql_elm' [INFO] [stderr] ql_elm(tcache_t) link; [INFO] [stderr] ^~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_structs.h:31:9: error: unknown type name 'tcache_t' [INFO] [stderr] ql_elm(tcache_t) link; [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/qr.h:8:2: note: in definition of macro 'qr' [INFO] [stderr] a_type *qre_prev; \ [INFO] [stderr] ^~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_structs.h:31:2: note: in expansion of macro 'ql_elm' [INFO] [stderr] ql_elm(tcache_t) link; [INFO] [stderr] ^~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/tsd.h:11:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/mutex.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/extent_structs.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:54, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_structs.h:56:3: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache; [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_structs.h:57:3: error: unknown type name 'tcaches_t' [INFO] [stderr] tcaches_t *next; [INFO] [stderr] ^~~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/mutex.h:6:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/extent_structs.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:54, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:17: error: unknown type name 'tcache_t' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:122:2: note: in definition of macro 'O' [INFO] [stderr] t use_a_getter_or_setter_instead_##n; [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:123:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/mutex.h:6:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/extent_structs.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:54, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:17: error: unknown type name 'tcache_t' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:183:24: note: in definition of macro 'O' [INFO] [stderr] JEMALLOC_ALWAYS_INLINE t * \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:187:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:17: error: unknown type name 'tcache_t' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:192:24: note: in definition of macro 'O' [INFO] [stderr] JEMALLOC_ALWAYS_INLINE t * \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:200:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:28: error: unknown type name 'tcache_t' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:208:24: note: in definition of macro 'O' [INFO] [stderr] JEMALLOC_ALWAYS_INLINE nt * \ [INFO] [stderr] ^~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:216:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h: In function 'tsdn_tcachep_get': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:28: error: 'tcache_t' undeclared (first use in this function) [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:214:10: note: in definition of macro 'O' [INFO] [stderr] return (nt *)tsd_##n##p_get(tsd); \ [INFO] [stderr] ^~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:216:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:28: note: each undeclared identifier is reported only once for each function it appears in [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:214:10: note: in definition of macro 'O' [INFO] [stderr] return (nt *)tsd_##n##p_get(tsd); \ [INFO] [stderr] ^~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:216:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:214:14: error: expected expression before ')' token [INFO] [stderr] return (nt *)tsd_##n##p_get(tsd); \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:5: note: in expansion of macro 'O' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:216:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:213:9: warning: unused variable 'tsd' [-Wunused-variable] [INFO] [stderr] tsd_t *tsd = tsdn_tsd(tsdn); \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:5: note: in expansion of macro 'O' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:216:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:17: error: unknown type name 'tcache_t' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:221:24: note: in definition of macro 'O' [INFO] [stderr] JEMALLOC_ALWAYS_INLINE t \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:225:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:76:17: error: unknown type name 'tcache_t' [INFO] [stderr] O(tcache, tcache_t, tcache_t) \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:231:27: note: in definition of macro 'O' [INFO] [stderr] tsd_##n##_set(tsd_t *tsd, t val) { \ [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tsd.h:236:1: note: in expansion of macro 'MALLOC_TSD' [INFO] [stderr] MALLOC_TSD [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/tsd.h:8:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/mutex.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/extent_structs.h:6, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:54, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_structs_b.h:110:10: error: unknown type name 'tcache_t' [INFO] [stderr] ql_head(tcache_t) tcache_ql; [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/ql.h:9:2: note: in definition of macro 'ql_head' [INFO] [stderr] a_type *qlh_first; \ [INFO] [stderr] ^~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:68:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_externs.h:47:60: error: unknown type name 'tcache_t' [INFO] [stderr] void arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_externs.h:58:34: error: unknown type name 'tcache_t' [INFO] [stderr] size_t alignment, bool zero, tcache_t *tcache); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_externs.h:60:53: error: unknown type name 'tcache_t' [INFO] [stderr] void arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_externs.h:68:47: error: unknown type name 'tcache_t' [INFO] [stderr] size_t size, size_t alignment, bool zero, tcache_t *tcache); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:69:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/large_externs.h:10:34: error: unknown type name 'tcache_t' [INFO] [stderr] size_t alignment, bool zero, tcache_t *tcache); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:70:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:28:8: error: unknown type name 'tcaches_t' [INFO] [stderr] extern tcaches_t *tcaches; [INFO] [stderr] ^~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:31:36: error: unknown type name 'tcache_t' [INFO] [stderr] void tcache_event_hard(tsd_t *tsd, tcache_t *tcache); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:32:61: error: unknown type name 'tcache_t' [INFO] [stderr] void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:34:41: error: unknown type name 'tcache_t' [INFO] [stderr] void tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:37:19: error: unknown type name 'tcache_t' [INFO] [stderr] unsigned rem, tcache_t *tcache); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:38:45: error: unknown type name 'tcache_t' [INFO] [stderr] void tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:40:1: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache_create_explicit(tsd_t *tsd); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:42:39: error: unknown type name 'tcache_t' [INFO] [stderr] void tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_externs.h:47:43: error: unknown type name 'tcache_t' [INFO] [stderr] void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:78:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:110:22: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_small_bin_get(tcache_t *tcache, szind_t binind) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:116:22: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_large_bin_get(tcache_t *tcache, szind_t binind) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/assert.h:2:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/bit_util.h:4, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/bitmap.h:5, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/arena_structs_a.h:4, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:53, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h: In function 'tcache_available': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:130:30: error: request for member 'arena' in something not a structure or union [INFO] [stderr] assert(tsd_tcachep_get(tsd)->arena == NULL || [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' [INFO] [stderr] # define unlikely(x) __builtin_expect(!!(x), 0) [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:130:3: note: in expansion of macro 'assert' [INFO] [stderr] assert(tsd_tcachep_get(tsd)->arena == NULL || [INFO] [stderr] ^~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:131:7: warning: implicit declaration of function 'tcache_small_bin_get' [-Wimplicit-function-declaration] [INFO] [stderr] tcache_small_bin_get(tsd_tcachep_get(tsd), 0)->avail != [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' [INFO] [stderr] # define unlikely(x) __builtin_expect(!!(x), 0) [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:130:3: note: in expansion of macro 'assert' [INFO] [stderr] assert(tsd_tcachep_get(tsd)->arena == NULL || [INFO] [stderr] ^~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:131:52: error: invalid type argument of '->' (have 'int') [INFO] [stderr] tcache_small_bin_get(tsd_tcachep_get(tsd), 0)->avail != [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' [INFO] [stderr] # define unlikely(x) __builtin_expect(!!(x), 0) [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:130:3: note: in expansion of macro 'assert' [INFO] [stderr] assert(tsd_tcachep_get(tsd)->arena == NULL || [INFO] [stderr] ^~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:78:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_a.h:139:24: error: unknown type name 'tcache_t' [INFO] [stderr] JEMALLOC_ALWAYS_INLINE tcache_t * [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:85:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_a.h: In function 'percpu_arena_update': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_a.h:49:3: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache = tcache_get(tsd); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/src/malloc_io.c:2:0: [INFO] [stderr] include/jemalloc/internal/jemalloc_preamble.h:20:25: warning: implicit declaration of function '_rjem_je_tcache_arena_reassociate' [-Wimplicit-function-declaration] [INFO] [stderr] # define JEMALLOC_N(n) _rjem_je_##n [INFO] [stderr] ^ [INFO] [stderr] include/jemalloc/internal/private_namespace.h:338:34: note: in expansion of macro 'JEMALLOC_N' [INFO] [stderr] #define tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate) [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_a.h:51:4: note: in expansion of macro 'tcache_arena_reassociate' [INFO] [stderr] tcache_arena_reassociate(tsd_tsdn(tsd), tcache, [INFO] [stderr] ^~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:87:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h: In function 'arena_choose_impl': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:25:4: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache = tcache_get(tsd); [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:26:14: error: request for member 'arena' in something not a structure or union [INFO] [stderr] if (tcache->arena != NULL) { [INFO] [stderr] ^~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/assert.h:2:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/bit_util.h:4, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/bitmap.h:5, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/arena_structs_a.h:4, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:53, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:28:18: error: request for member 'arena' in something not a structure or union [INFO] [stderr] assert(tcache->arena == [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' [INFO] [stderr] # define unlikely(x) __builtin_expect(!!(x), 0) [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:28:5: note: in expansion of macro 'assert' [INFO] [stderr] assert(tcache->arena == [INFO] [stderr] ^~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:87:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:30:15: error: request for member 'arena' in something not a structure or union [INFO] [stderr] if (tcache->arena != ret) { [INFO] [stderr] ^~ [INFO] [stderr] In file included from ../jemalloc/src/malloc_io.c:2:0: [INFO] [stderr] include/jemalloc/internal/jemalloc_preamble.h:20:25: warning: implicit declaration of function '_rjem_je_tcache_arena_associate' [-Wimplicit-function-declaration] [INFO] [stderr] # define JEMALLOC_N(n) _rjem_je_##n [INFO] [stderr] ^ [INFO] [stderr] include/jemalloc/internal/private_namespace.h:337:32: note: in expansion of macro 'JEMALLOC_N' [INFO] [stderr] #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_b.h:35:5: note: in expansion of macro 'tcache_arena_associate' [INFO] [stderr] tcache_arena_associate(tsd_tsdn(tsd), tcache, [INFO] [stderr] ^~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:88:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:31:26: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_event(tsd_t *tsd, tcache_t *tcache) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:42:48: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:104:48: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:164:33: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:189:33: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:214:24: error: unknown type name 'tcache_t' [INFO] [stderr] JEMALLOC_ALWAYS_INLINE tcache_t * [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h: In function 'tcaches_get': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:216:2: error: unknown type name 'tcaches_t' [INFO] [stderr] tcaches_t *elm = &tcaches[ind]; [INFO] [stderr] ^~~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/assert.h:2:0, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/bit_util.h:4, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/bitmap.h:5, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/arena_structs_a.h:4, [INFO] [stderr] from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:53, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:217:18: error: request for member 'tcache' in something not a structure or union [INFO] [stderr] if (unlikely(elm->tcache == NULL)) { [INFO] [stderr] ^ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/util.h:33:43: note: in definition of macro 'unlikely' [INFO] [stderr] # define unlikely(x) __builtin_expect(!!(x), 0) [INFO] [stderr] ^ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:88:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:218:6: error: request for member 'tcache' in something not a structure or union [INFO] [stderr] elm->tcache = tcache_create_explicit(tsd); [INFO] [stderr] ^~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/tcache_inlines.h:220:12: error: request for member 'tcache' in something not a structure or union [INFO] [stderr] return elm->tcache; [INFO] [stderr] ^~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:89:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_b.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_b.h:88:5: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache, bool slow_path) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_b.h:190:39: error: unknown type name 'tcache_t' [INFO] [stderr] arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/arena_inlines_b.h:287:53: error: unknown type name 'tcache_t' [INFO] [stderr] arena_sdalloc(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] In file included from ../jemalloc/include/jemalloc/internal/jemalloc_internal_includes.h:90:0, [INFO] [stderr] from ../jemalloc/src/malloc_io.c:3: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:41:62: error: unknown type name 'tcache_t' [INFO] [stderr] iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'ialloc': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:62:9: warning: implicit declaration of function 'iallocztm' [-Wimplicit-function-declaration] [INFO] [stderr] return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false, [INFO] [stderr] ^~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:62:9: warning: return makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false, [INFO] [stderr] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] NULL, slow_path); [INFO] [stderr] ~~~~~~~~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:68:5: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache, bool is_internal, arena_t *arena) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:88:5: error: unknown type name 'tcache_t' [INFO] [stderr] tcache_t *tcache, arena_t *arena) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'ipalloc': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:94:9: warning: implicit declaration of function 'ipallocztm' [-Wimplicit-function-declaration] [INFO] [stderr] return ipallocztm(tsd_tsdn(tsd), usize, alignment, zero, [INFO] [stderr] ^~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:94:9: warning: return makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] return ipallocztm(tsd_tsdn(tsd), usize, alignment, zero, [INFO] [stderr] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] tcache_get(tsd), false, NULL); [INFO] [stderr] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:104:36: error: unknown type name 'tcache_t' [INFO] [stderr] idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'idalloc': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:123:2: warning: implicit declaration of function 'idalloctm' [-Wimplicit-function-declaration] [INFO] [stderr] idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd), NULL, false, true); [INFO] [stderr] ^~~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: At top level: [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:127:49: error: unknown type name 'tcache_t' [INFO] [stderr] isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:136:48: error: unknown type name 'tcache_t' [INFO] [stderr] size_t extra, size_t alignment, bool zero, tcache_t *tcache, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:174:16: error: unknown type name 'tcache_t' [INFO] [stderr] bool zero, tcache_t *tcache, arena_t *arena) { [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h: In function 'iralloc': [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:197:9: warning: implicit declaration of function 'iralloct' [-Wimplicit-function-declaration] [INFO] [stderr] return iralloct(tsd_tsdn(tsd), ptr, oldsize, size, alignment, zero, [INFO] [stderr] ^~~~~~~~ [INFO] [stderr] ../jemalloc/include/jemalloc/internal/jemalloc_internal_inlines_c.h:197:9: warning: return makes pointer from integer without a cast [-Wint-conversion] [INFO] [stderr] return iralloct(tsd_tsdn(tsd), ptr, oldsize, size, alignment, zero, [INFO] [stderr] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] tcache_get(tsd), NULL); [INFO] [stderr] ~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] make: *** [src/malloc_io.pic.o] Error 1 [INFO] [stderr] make: *** Waiting for unfinished jobs.... [INFO] [stderr] thread 'main' panicked at 'command did not execute successfully: "make" "srcroot=../jemalloc/" "-j" "8" [INFO] [stderr] expected success, got: exit code: 2', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.0/build.rs:370:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55dd4f9a6483 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7f08204c27b0467a [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x55dd4f9a1a4b - std::sys_common::backtrace::_print::hd9dacd169df81122 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x55dd4f9a51d6 - std::panicking::default_hook::{{closure}}::hb63012d2be6755b2 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x55dd4f9a4f69 - std::panicking::default_hook::h3efd6a8a707ee89e [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x55dd4f9a587f - std::panicking::rust_panic_with_hook::h4f5c00b20be3bea5 [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 5: 0x55dd4f9a5401 - std::panicking::continue_panic_fmt::h59833cd39bf8ae68 [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 6: 0x55dd4f9a534e - std::panicking::begin_panic_fmt::h9ab2cc924547a27e [INFO] [stderr] at src/libstd/panicking.rs:336 [INFO] [stderr] 7: 0x55dd4f918ba3 - build_script_build::run::he4c80d0924cd8e4c [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.0/build.rs:370 [INFO] [stderr] 8: 0x55dd4f917397 - build_script_build::main::hbd6f52bb8444ea0d [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/jemalloc-sys-0.3.0/build.rs:308 [INFO] [stderr] 9: 0x55dd4f92180f - std::rt::lang_start::{{closure}}::h4e8d795d867de55b [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libstd/rt.rs:64 [INFO] [stderr] 10: 0x55dd4f9a5282 - std::panicking::try::do_call::h44a7db9f8ace0499 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 11: 0x55dd4f9ad329 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 12: 0x55dd4f9a5d8c - std::rt::lang_start_internal::h5d2b2de4d9a7c9cd [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] at src/libstd/panic.rs:388 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 13: 0x55dd4f9217e8 - std::rt::lang_start::hee0144d45f5bbf80 [INFO] [stderr] at /rustc/efe2f32a6b8217425f361ec7c206910c611c03ee/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x55dd4f919149 - main [INFO] [stderr] 15: 0x7f7c080882e0 - __libc_start_main [INFO] [stderr] 16: 0x55dd4f913469 - _start [INFO] [stderr] 17: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "f268add94d2411b978b2bd67d741440d6b3ed4ea0ed79ff2a582abdc5cae9d5c"` [INFO] running `"docker" "rm" "-f" "f268add94d2411b978b2bd67d741440d6b3ed4ea0ed79ff2a582abdc5cae9d5c"` [INFO] [stdout] f268add94d2411b978b2bd67d741440d6b3ed4ea0ed79ff2a582abdc5cae9d5c