nix-community / nix-index

Quickly locate nix packages with specific files [maintainers=@bennofs @figsoda @raitobezarius]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation broken on mac os x86-64 since 0a135435b6a3ca93931553c48dd290de6839ca6f

hraban opened this issue · comments

commented

Running:

$ git bisect start master e68e0f1
$ git bisect run nix run .#nix-locate -- -V

Eventually yields:

0a135435b6a3ca93931553c48dd290de6839ca6f is the first bad commit

Full build output with RUST_BACKTRACE=1 for that commit:

nix-index> unpacking sources
nix-index> unpacking source archive /nix/store/f5yz06wr21fgwj1gzbnjxj6g65yvzx28-source
nix-index> source root is source
nix-index> Executing cargoSetupPostUnpackHook
nix-index> unpacking source archive /nix/store/dg8fdkjvyq06kpvfy7wpcgnlvkwayl0q-cargo-vendor-dir
nix-index> Finished cargoSetupPostUnpackHook
nix-index> patching sources
nix-index> Executing cargoSetupPostPatchHook
nix-index> Validating consistency between /private/tmp/nix-build-nix-index-0.1.3.drv-0/source/Cargo.lock and /private/tmp/nix-build-nix-index-0.1.3.drv-0/cargo-vendor-dir/Cargo.lock
nix-index> Finished cargoSetupPostPatchHook
nix-index> configuring
nix-index> building
nix-index> Executing cargoBuildHook
nix-index> ++ env CC_x86_64-apple-darwin=/nix/store/da41skz6xclm0v9gl88q34jkhfp0zx6b-clang-wrapper-11.1.0/bin/cc CXX_x86_64-apple-darwin=/nix/store/da41skz6xclm0v9gl88q34jkhfp0zx6b-clang-wrapper-11.1.0/bin/c++ CC_x86_64-apple-darwin=/nix/store/da41skz6xclm0v9gl88q34jkhfp0zx6b-clang-wrapper-11.1.0/bin/cc CXX_x86_64-apple-darwin=/nix/store/da41skz6xclm0v9gl88q34jkhfp0zx6b-clang-wrapper-11.1.0/bin/c++ cargo build -j 8 --target x86_64-apple-darwin --frozen --release
nix-index>    Compiling libc v0.2.139
nix-index>    Compiling cfg-if v1.0.0
nix-index>    Compiling proc-macro2 v1.0.49
nix-index>    Compiling autocfg v1.1.0
nix-index>    Compiling quote v1.0.21
nix-index>    Compiling unicode-ident v1.0.6
nix-index>    Compiling syn v1.0.107
nix-index>    Compiling memchr v2.5.0
nix-index>    Compiling version_check v0.9.4
nix-index>    Compiling log v0.4.17
nix-index>    Compiling once_cell v1.17.0
nix-index>    Compiling pin-project-lite v0.2.9
nix-index>    Compiling bytes v1.3.0
nix-index>    Compiling lock_api v0.4.9
nix-index>    Compiling futures-core v0.3.25
nix-index>    Compiling parking_lot_core v0.9.5
nix-index>    Compiling fnv v1.0.7
nix-index>    Compiling jobserver v0.1.25
nix-index>    Compiling itoa v1.0.5
nix-index>    Compiling smallvec v1.10.0
nix-index>    Compiling scopeguard v1.1.0
nix-index>    Compiling cc v1.0.77
nix-index>    Compiling tokio v1.24.1
nix-index>    Compiling parking_lot v0.12.1
nix-index>    Compiling num_cpus v1.15.0
nix-index>    Compiling getrandom v0.2.8
nix-index>    Compiling signal-hook-registry v1.4.0
nix-index>    Compiling socket2 v0.4.7
nix-index>    Compiling mio v0.8.5
nix-index>    Compiling slab v0.4.7
nix-index>    Compiling futures-sink v0.3.25
nix-index>    Compiling typenum v1.15.0
nix-index>    Compiling futures-task v0.3.25
nix-index>    Compiling futures-channel v0.3.25
nix-index>    Compiling core-foundation-sys v0.8.3
nix-index>    Compiling rand_core v0.6.3
nix-index>    Compiling generic-array v0.14.6
nix-index>    Compiling serde_derive v1.0.152
nix-index>    Compiling futures-util v0.3.25
nix-index>    Compiling ppv-lite86 v0.2.15
nix-index>    Compiling rand_chacha v0.3.1
nix-index>    Compiling http v0.2.8
nix-index>    Compiling indexmap v1.9.2
nix-index>    Compiling serde v1.0.152
nix-index>    Compiling futures-io v0.3.25
nix-index>    Compiling regex-automata v0.1.10
nix-index>    Compiling pin-utils v0.1.0
nix-index>    Compiling bitflags v1.3.2
nix-index>    Compiling bstr v1.1.0
nix-index>    Compiling rand v0.8.4
nix-index>    Compiling tracing-core v0.1.30
nix-index>    Compiling hashbrown v0.12.3
nix-index>    Compiling encoding_rs v0.8.31
nix-index>    Compiling lazy_static v1.4.0
nix-index>    Compiling tracing v0.1.37
nix-index>    Compiling core-foundation v0.9.2
nix-index>    Compiling security-framework-sys v2.4.2
nix-index>    Compiling zstd-sys v1.6.2+zstd.1.5.1
nix-index>    Compiling aho-corasick v0.7.20
nix-index>    Compiling proc-macro-error-attr v1.0.4
nix-index>    Compiling regex-syntax v0.6.28
nix-index>    Compiling native-tls v0.2.8
nix-index>    Compiling remove_dir_all v0.5.3
nix-index>    Compiling httparse v1.8.0
nix-index>    Compiling tempfile v3.2.0
nix-index>    Compiling security-framework v2.4.2
nix-index>    Compiling block-buffer v0.10.3
nix-index>    Compiling crypto-common v0.1.6
nix-index>    Compiling grep-matcher v0.1.6
nix-index>    Compiling miniz_oxide v0.4.4
nix-index>    Compiling proc-macro-error v1.0.4
nix-index>    Compiling try-lock v0.2.3
nix-index>    Compiling termcolor v1.1.3
nix-index>    Compiling serde_json v1.0.91
nix-index>    Compiling pkg-config v0.3.26
nix-index>    Compiling regex v1.7.0
nix-index>    Compiling tokio-macros v1.8.2
nix-index>    Compiling futures-macro v0.3.25
nix-index>    Compiling httpdate v1.0.2
nix-index>    Compiling tinyvec_macros v0.1.0
nix-index>    Compiling tinyvec v1.6.0
nix-index>    Compiling lzma-sys v0.1.20
nix-index>    Compiling encoding_rs_io v0.1.7
nix-index>    Compiling want v0.3.0
nix-index>    Compiling digest v0.10.6
nix-index>    Compiling http-body v0.4.5
nix-index>    Compiling tokio-util v0.7.4
nix-index>    Compiling brotli-sys v0.3.2
nix-index>    Compiling h2 v0.3.15
nix-index>    Compiling backtrace v0.3.63
nix-index>    Compiling memmap2 v0.5.8
nix-index>    Compiling atty v0.2.14
nix-index>    Compiling ryu v1.0.11
nix-index>    Compiling gimli v0.26.1
nix-index>    Compiling zstd-safe v4.1.3+zstd.1.5.1
nix-index>    Compiling bytecount v0.6.2
nix-index>    Compiling adler v1.0.2
nix-index>    Compiling cpufeatures v0.2.5
nix-index>    Compiling tower-service v0.3.2
nix-index>    Compiling sha1 v0.10.5
nix-index>    Compiling grep-searcher v0.1.11
nix-index>    Compiling addr2line v0.17.0
nix-index>    Compiling hyper v0.14.23
nix-index>    Compiling tokio-native-tls v0.3.0
nix-index>    Compiling futures-executor v0.3.25
nix-index>    Compiling unicode-normalization v0.1.22
nix-index>    Compiling globset v0.4.10
nix-index>    Compiling pin-project-internal v1.0.8
nix-index>    Compiling headers-core v0.2.0
nix-index>    Compiling dirs-sys v0.3.7
nix-index>    Compiling object v0.27.1
nix-index>    Compiling thread_local v1.1.4
nix-index>    Compiling error-chain v0.12.4
nix-index>    Compiling unicode-bidi v0.3.8
nix-index>    Compiling base64 v0.13.1
nix-index>    Compiling heck v0.4.0
nix-index>    Compiling rustc-demangle v0.1.21
nix-index>    Compiling same-file v1.0.6
nix-index>    Compiling mime v0.3.16
nix-index>    Compiling base64 v0.20.0
nix-index>    Compiling percent-encoding v2.2.0
nix-index>    Compiling os_str_bytes v6.3.0
nix-index>    Compiling grep-printer v0.1.7
nix-index>    Compiling clap_lex v0.2.4
nix-index>    Compiling form_urlencoded v1.1.0
nix-index>    Compiling headers v0.3.8
nix-index>    Compiling grep-cli v0.1.7
nix-index>    Compiling clap_derive v3.2.18
nix-index>    Compiling idna v0.3.0
nix-index>    Compiling grep-regex v0.1.11
nix-index>    Compiling pin-project v1.0.8
nix-index>    Compiling dirs v4.0.0
nix-index>    Compiling hyper-tls v0.5.0
nix-index>    Compiling futures v0.3.25
nix-index>    Compiling time v0.1.43
nix-index>    Compiling strsim v0.10.0
nix-index>    Compiling textwrap v0.16.0
nix-index>    Compiling lazy_static v0.2.11
nix-index>    Compiling clap v3.2.23
nix-index>    Compiling stderr v0.8.0
nix-index>    Compiling hyper-proxy v0.9.1
nix-index>    Compiling xdg v2.4.1
nix-index>    Compiling tokio-retry v0.3.0
nix-index>    Compiling grep v0.2.11
nix-index>    Compiling url v2.3.1
nix-index>    Compiling serde_bytes v0.11.8
nix-index>    Compiling bincode v1.3.3
nix-index>    Compiling tokio-stream v0.1.11
nix-index>    Compiling xml-rs v0.8.4
nix-index>    Compiling ansi_term v0.12.1
nix-index>    Compiling separator v0.4.1
nix-index>    Compiling void v1.0.2
nix-index>    Compiling byteorder v1.4.3
nix-index>    Compiling brotli2 v0.3.2
nix-index>    Compiling xz2 v0.1.7
nix-index>    Compiling zstd v0.9.2+zstd.1.5.1
nix-index>    Compiling nix-index v0.1.3 (/private/tmp/nix-build-nix-index-0.1.3.drv-0/source)
nix-index>     Finished release [optimized + debuginfo] target(s) in 4m 05s
nix-index> Executing cargoInstallPostBuildHook
nix-index> Finished cargoInstallPostBuildHook
nix-index> Finished cargoBuildHook
nix-index> buildPhase completed in 4 minutes 10 seconds
nix-index> running tests
nix-index> Executing cargoCheckHook
nix-index> ++ cargo test -j 8 --release --target x86_64-apple-darwin --frozen -- --test-threads=8
nix-index>    Compiling zstd-sys v1.6.2+zstd.1.5.1
nix-index>    Compiling brotli-sys v0.3.2
nix-index>    Compiling lzma-sys v0.1.20
nix-index>    Compiling brotli2 v0.3.2
nix-index>    Compiling xz2 v0.1.7
nix-index> error: failed to run custom build command for `zstd-sys v1.6.2+zstd.1.5.1`
nix-index> Caused by:
nix-index>   process didn't exit successfully: `/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/release/build/zstd-sys-71871ce7fcd959a6/build-script-build` (exit status: 101)
nix-index>   --- stdout
nix-index>   TARGET = Some("x86_64-apple-darwin")
nix-index>   HOST = Some("x86_64-apple-darwin")
nix-index>   cargo:rerun-if-env-changed=CC_x86_64-apple-darwin
nix-index>   CC_x86_64-apple-darwin = None
nix-index>   cargo:rerun-if-env-changed=CC_x86_64_apple_darwin
nix-index>   CC_x86_64_apple_darwin = None
nix-index>   cargo:rerun-if-env-changed=HOST_CC
nix-index>   HOST_CC = None
nix-index>   cargo:rerun-if-env-changed=CC
nix-index>   CC = Some("clang")
nix-index>   cargo:rerun-if-env-changed=CFLAGS_x86_64-apple-darwin
nix-index>   CFLAGS_x86_64-apple-darwin = None
nix-index>   cargo:rerun-if-env-changed=CFLAGS_x86_64_apple_darwin
nix-index>   CFLAGS_x86_64_apple_darwin = None
nix-index>   cargo:rerun-if-env-changed=HOST_CFLAGS
nix-index>   HOST_CFLAGS = None
nix-index>   cargo:rerun-if-env-changed=CFLAGS
nix-index>   CFLAGS = None
nix-index>   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
nix-index>   CRATE_CC_NO_DEFAULTS = None
nix-index>   DEBUG = Some("true")
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/threading.o" "-c" "zstd/lib/common/threading.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/entropy_common.o" "-c" "zstd/lib/common/entropy_common.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/fse_decompress.o" "-c" "zstd/lib/common/fse_decompress.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/pool.o" "-c" "zstd/lib/common/pool.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/zstd_common.o" "-c" "zstd/lib/common/zstd_common.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/debug.o" "-c" "zstd/lib/common/debug.c"
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/error_private.o" "-c" "zstd/lib/common/error_private.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress_superblock.o" "-c" "zstd/lib/compress/zstd_compress_superblock.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstdmt_compress.o" "-c" "zstd/lib/compress/zstdmt_compress.c"
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_double_fast.o" "-c" "zstd/lib/compress/zstd_double_fast.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_fast.o" "-c" "zstd/lib/compress/zstd_fast.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress_sequences.o" "-c" "zstd/lib/compress/zstd_compress_sequences.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_ldm.o" "-c" "zstd/lib/compress/zstd_ldm.c"
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/hist.o" "-c" "zstd/lib/compress/hist.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress.o" "-c" "zstd/lib/compress/zstd_compress.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress_literals.o" "-c" "zstd/lib/compress/zstd_compress_literals.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/huf_compress.o" "-c" "zstd/lib/compress/huf_compress.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_opt.o" "-c" "zstd/lib/compress/zstd_opt.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/fse_compress.o" "-c" "zstd/lib/compress/fse_compress.c"
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/zstd_ddict.o" "-c" "zstd/lib/decompress/zstd_ddict.c"
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/huf_decompress.o" "-c" "zstd/lib/decompress/huf_decompress.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/zstd_decompress.o" "-c" "zstd/lib/decompress/zstd_decompress.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/zstd_decompress_block.o" "-c" "zstd/lib/decompress/zstd_decompress_block.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/cover.o" "-c" "zstd/lib/dictBuilder/cover.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/divsufsort.o" "-c" "zstd/lib/dictBuilder/divsufsort.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/fastcover.o" "-c" "zstd/lib/dictBuilder/fastcover.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/zdict.o" "-c" "zstd/lib/dictBuilder/zdict.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v05.o" "-c" "zstd/lib/legacy/zstd_v05.c"
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v01.o" "-c" "zstd/lib/legacy/zstd_v01.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v06.o" "-c" "zstd/lib/legacy/zstd_v06.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v02.o" "-c" "zstd/lib/legacy/zstd_v02.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v07.o" "-c" "zstd/lib/legacy/zstd_v07.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v03.o" "-c" "zstd/lib/legacy/zstd_v03.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v04.o" "-c" "zstd/lib/legacy/zstd_v04.c"
nix-index>   exit status: 0
nix-index>   running: "clang" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "--target=x86_64-apple-darwin" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-pthread" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-DZSTD_MULTITHREAD=" "-o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/huf_decompress_amd64.o" "-c" "zstd/lib/decompress/huf_decompress_amd64.S"
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   exit status: 0
nix-index>   cargo:rerun-if-env-changed=AR_x86_64-apple-darwin
nix-index>   AR_x86_64-apple-darwin = None
nix-index>   cargo:rerun-if-env-changed=AR_x86_64_apple_darwin
nix-index>   AR_x86_64_apple_darwin = None
nix-index>   cargo:rerun-if-env-changed=HOST_AR
nix-index>   HOST_AR = None
nix-index>   cargo:rerun-if-env-changed=AR
nix-index>   AR = Some("ar")
nix-index>   running: "ar" "cq" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/libzstd.a" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/entropy_common.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/fse_decompress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/debug.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/pool.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/threading.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/zstd_common.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/common/error_private.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress_superblock.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstdmt_compress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_double_fast.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_fast.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress_sequences.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_ldm.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/hist.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_lazy.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_compress_literals.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/huf_compress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/zstd_opt.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/compress/fse_compress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/zstd_ddict.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/huf_decompress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/zstd_decompress.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/zstd_decompress_block.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/cover.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/divsufsort.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/fastcover.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/dictBuilder/zdict.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v05.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v01.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v06.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v02.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v07.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v03.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/legacy/zstd_v04.o" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/zstd/lib/decompress/huf_decompress_amd64.o"
nix-index>   exit status: 0
nix-index>   running: "ar" "s" "/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out/libzstd.a"
nix-index>   exit status: 0
nix-index>   cargo:rustc-link-lib=static=zstd
nix-index>   cargo:rustc-link-search=native=/private/tmp/nix-build-nix-index-0.1.3.drv-0/source/target/x86_64-apple-darwin/release/build/zstd-sys-dcac6c9bc0e6a7d3/out
nix-index>   --- stderr
nix-index>   thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', /private/tmp/nix-build-nix-index-0.1.3.drv-0/cargo-vendor-dir/zstd-sys-1.6.2+zstd.1.5.1/build.rs:167:58
nix-index>   stack backtrace:
nix-index>      0: _rust_begin_unwind
nix-index>      1: core::panicking::panic_fmt
nix-index>      2: core::result::unwrap_failed
nix-index>      3: core::result::Result<T,E>::unwrap
nix-index>                at /private/tmp/nix-build-rustc-1.65.0.drv-0/rustc-1.65.0-src/library/core/src/result.rs:1107:23
nix-index>      4: build_script_build::compile_zstd
nix-index>                at /private/tmp/nix-build-nix-index-0.1.3.drv-0/cargo-vendor-dir/zstd-sys-1.6.2+zstd.1.5.1/build.rs:167:5
nix-index>      5: build_script_build::main
nix-index>                at /private/tmp/nix-build-nix-index-0.1.3.drv-0/cargo-vendor-dir/zstd-sys-1.6.2+zstd.1.5.1/build.rs:196:9
nix-index>      6: core::ops::function::FnOnce::call_once
nix-index>                at /private/tmp/nix-build-rustc-1.65.0.drv-0/rustc-1.65.0-src/library/core/src/ops/function.rs:248:5
nix-index>   note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Exactly the same problem on Arch Linux.