Description
i have managed to get 1.81 to build without any issue. however building 1.82+ causes a failure due to a missing symbol related to a platform check.
note: it doesn't matter if i don't use my rust root and installation, the same outcome occurs.
Command used
./x.py build
Expected behaviour
for the compilation to finish.
Actual behaviour
kaboom
Bootstrap configuration (config.toml)
GagansiMacPro:rust Gagan$ cat config.toml
# Use different pre-set defaults than the global defaults.
#
# See `src/bootstrap/defaults` for more information.
# Note that this has no default value (x.py uses the defaults in `config.example.toml`).
profile = 'dist'
[llvm]
# Indicates whether ccache is used when building LLVM. Set to `true` to use the first `ccache` in
# PATH, or set an absolute path to use a specific version.
ccache = 'sccache'
[build]
# Instead of downloading the src/stage0 version of Cargo specified, use
# this Cargo binary instead to build all Rust code
# If you set this, you likely want to set `rustc` as well.
cargo = '/Users/Gagan/.rustup/toolchains/1.81-custom/bin/cargo'
# Instead of downloading the src/stage0 version of the compiler
# specified, use this rustc binary instead as the stage0 snapshot compiler.
# If you set this, you likely want to set `cargo` as well.
rustc = '/Users/Gagan/.rustup/toolchains/1.81-custom/bin/rustc'
# Arguments passed to the `./configure` script, used during distcheck. You
# probably won't fill this in but rather it's filled in by the `./configure`
# script. Useful for debugging.
configure-args = ['--prefix=/Users/Gagan/.rustup/toolchains/1.82-custom', '--sysconfdir=/Users/Gagan/.rustup/toolchains/etc', '--enable-sccache', '--enable-local-rust', '--local-rust-root=/Users/Gagan/.rustup/toolchains/1.81-custom']
[install]
# Where to install the generated toolchain. Must be an absolute path.
prefix = '/Users/Gagan/.rustup/toolchains/1.82-custom'
# Where to install system configuration files.
# If this is a relative path, it will get installed in `prefix` above
sysconfdir = '/Users/Gagan/.rustup/toolchains/etc'
[rust]
[target.x86_64-apple-darwin]
[dist]
Operating system
APPULAPPULAPPUL (inflate cheeks every time you annunciate the second vowel, like kutcher did in the biopic
HEAD
Additional context
it's weird this happens on 1.7 and higher. i didn't think there would be a problem. it seems related to a check that is only valid for 10.15 systems and higher:
Build Log
GagansiMacPro:rust Gagan$ git reset --hard
HEAD is now at f6e511eec73 Auto merge of #131742 - flip1995:clippy-stable-backport, r=Mark-Simulacrum
GagansiMacPro:rust Gagan$ git diff
GagansiMacPro:rust Gagan$ ./x.py build
Building bootstrap
Finished `dev` profile [unoptimized] target(s) in 0.12s
WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.
NOTE: to silence this warning, add `change-id = 129295` at the top of `config.toml`
cargo:warning=macOS deployment target (10.7) too low, it will be increased
cargo:warning=macOS deployment target (10.7) too low, it will be increased
Building stage0 library artifacts (x86_64-apple-darwin)
Compiling std v0.0.0 (/Users/Gagan/Downloads/rust/library/std)
Compiling rustc-std-workspace-std v1.99.0 (/Users/Gagan/Downloads/rust/library/rustc-std-workspace-std)
Compiling proc_macro v0.0.0 (/Users/Gagan/Downloads/rust/library/proc_macro)
Compiling unicode-width v0.1.13
Compiling getopts v0.2.21
Compiling test v0.0.0 (/Users/Gagan/Downloads/rust/library/test)
Compiling sysroot v0.0.0 (/Users/Gagan/Downloads/rust/library/sysroot)
Finished `release` profile [optimized] target(s) in 10.76s
Building compiler artifacts (stage0 -> stage1, x86_64-apple-darwin)
Compiling once_cell v1.19.0
Compiling stable_deref_trait v1.2.0
Compiling either v1.13.0
Compiling bitflags v2.6.0
Compiling log v0.4.22
Compiling rustc-hash v1.1.0
Compiling thin-vec v0.2.13
Compiling fastrand v2.1.0
Compiling rustc_graphviz v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_graphviz)
Compiling rustc-stable-hash v0.1.0
Compiling scoped-tls v1.0.1
Compiling rustc_arena v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_arena)
Compiling crc32fast v1.4.2
Compiling crossbeam-utils v0.8.20
Compiling memchr v2.5.0
Compiling rustc_lexer v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_lexer)
Compiling rustc_fs_util v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_fs_util)
Compiling odht v0.3.1
Compiling num_cpus v1.16.0
Compiling parking_lot_core v0.9.10
Compiling errno v0.3.9
Compiling jobserver v0.1.32
Compiling memmap2 v0.2.3
Compiling getrandom v0.2.15
Compiling anstyle v1.0.8
Compiling termize v0.1.1
Compiling crypto-common v0.1.6
Compiling stacker v0.1.15
Compiling serde v1.0.208
Compiling thiserror v1.0.63
Compiling rustc_error_codes v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_error_codes)
Compiling termcolor v1.4.1
Compiling getopts v0.2.21
Compiling yoke v0.7.4
Compiling elsa v1.7.1
Compiling datafrog v2.0.1
Compiling type-map v0.5.0
Compiling unicode-normalization v0.1.23
Compiling regex-syntax v0.7.5
Compiling fluent-syntax v0.11.1
Compiling snap v1.1.1
Compiling libloading v0.8.5
Compiling regex-syntax v0.6.29
Compiling digest v0.10.7
Compiling flate2 v1.0.31
Compiling rand_core v0.6.4
Compiling rustix v0.38.34
Compiling ahash v0.8.11
Compiling tracing-core v0.1.30
Compiling ena v0.14.3
Compiling parking_lot v0.12.3
Compiling wasmparser v0.215.0
Compiling itertools v0.12.1
Compiling annotate-snippets v0.11.4
Compiling zerovec v0.10.4
Compiling leb128 v0.2.5
Compiling lazy_static v1.5.0
Compiling overload v0.1.1
Compiling sha1 v0.10.6
Compiling sha2 v0.10.8
Compiling md-5 v0.10.6
Compiling rand_chacha v0.3.1
Compiling rand_xoshiro v0.6.0
Compiling punycode v0.4.1
Compiling sharded-slab v0.1.7
Compiling wasm-encoder v0.216.0
Compiling nu-ansi-term v0.46.0
warning: [email protected]: macOS deployment target (10.7) too low, it will be increased
Compiling thread_local v1.1.8
Compiling pathdiff v0.2.1
Compiling cc v1.0.105
Compiling pulldown-cmark-escape v0.11.0
Compiling polonius-engine v0.13.0
Compiling rustc_llvm v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_llvm)
Compiling measureme v11.0.1
Compiling hashbrown v0.14.5
Compiling nu-ansi-term v0.50.1
Compiling deranged v0.3.11
Compiling rand v0.8.5
Compiling crossbeam-epoch v0.9.18
Compiling crossbeam-channel v0.5.13
Compiling tracing v0.1.37
Compiling regex-automata v0.2.0
Compiling aho-corasick v1.1.3
Compiling tracing-log v0.2.0
Compiling unicode-security v0.1.1
Compiling pulldown-cmark v0.11.2
Compiling nix v0.29.0
Compiling crossbeam-deque v0.8.5
Compiling shlex v1.3.0
Compiling rustc-rayon-core v0.5.0
Compiling twox-hash v1.6.3
Compiling tempfile v3.12.0
Compiling tinystr v0.7.6
Compiling time v0.3.36
Compiling unic-langid-impl v0.9.5
Compiling icu_locid v1.5.0
Compiling rustc-rayon v0.5.0
Compiling ruzstd v0.5.0
Compiling unic-langid-macros v0.9.5
Compiling unic-langid v0.9.5
Compiling fluent-langneg v0.13.0
Compiling intl-memoizer v0.5.2
Compiling intl_pluralrules v7.0.2
Compiling ctrlc v3.4.5
Compiling fluent-bundle v0.15.3
Compiling regex-automata v0.1.10
Compiling icu_provider v1.5.0
Compiling regex v1.8.4
Compiling icu_locid_transform v1.5.0
Compiling matchers v0.1.0
Compiling icu_list v1.5.0
Compiling icu_provider_adapters v1.5.0
Compiling tracing-subscriber v0.3.18
Compiling serde_json v1.0.125
Compiling gsgdt v0.1.2
Compiling stable_mir v0.1.0-preview (/Users/Gagan/Downloads/rust/compiler/stable_mir)
Compiling indexmap v2.4.0
Compiling rustc_baked_icu_data v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_baked_icu_data)
Compiling tracing-tree v0.3.1
Compiling rustc_serialize v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_serialize)
Compiling object v0.36.3
Compiling gimli v0.28.1
Compiling object v0.32.2
Compiling rustc_log v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_log)
Compiling rustc_index v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_index)
Compiling rustc_data_structures v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_data_structures)
Compiling rustc_parse_format v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_parse_format)
Compiling rustc_span v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_span)
Compiling rustc_abi v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_abi)
Compiling rustc_ast_ir v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_ast_ir)
Compiling rustc_feature v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_feature)
Compiling rustc_error_messages v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_error_messages)
Compiling rustc_ast v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_ast)
Compiling rustc_type_ir v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_type_ir)
Compiling thorin-dwp v0.7.0
Compiling rustc_target v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_target)
Compiling ar_archive_writer v0.4.2
Compiling rustc_ast_pretty v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_ast_pretty)
Compiling rustc_next_trait_solver v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_next_trait_solver)
Compiling rustc_hir v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_hir)
Compiling rustc_lint_defs v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_lint_defs)
Compiling rustc_hir_pretty v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_hir_pretty)
Compiling rustc_errors v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_errors)
Compiling rustc_session v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_session)
Compiling rustc_attr v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_attr)
Compiling rustc_query_system v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_query_system)
Compiling rustc_parse v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_parse)
Compiling rustc_middle v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_middle)
Compiling rustc_ast_passes v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_ast_passes)
Compiling rustc_expand v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_expand)
Compiling rustc_builtin_macros v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_builtin_macros)
Compiling rustc_infer v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_infer)
Compiling rustc_metadata v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_metadata)
Compiling rustc_mir_dataflow v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_mir_dataflow)
Compiling rustc_incremental v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_incremental)
Compiling rustc_symbol_mangling v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_symbol_mangling)
Compiling rustc_pattern_analysis v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_pattern_analysis)
Compiling rustc_monomorphize v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_monomorphize)
Compiling rustc_ast_lowering v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_ast_lowering)
Compiling rustc_query_impl v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_query_impl)
Compiling rustc_smir v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_smir)
Compiling rustc_codegen_ssa v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_codegen_ssa)
Compiling rustc_resolve v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_resolve)
Compiling rustc_transmute v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_transmute)
Compiling rustc_trait_selection v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_trait_selection)
Compiling rustc_lint v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_lint)
Compiling rustc_ty_utils v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_ty_utils)
Compiling rustc_const_eval v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_const_eval)
Compiling rustc_traits v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_traits)
Compiling rustc_hir_analysis v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_hir_analysis)
Compiling rustc_sanitizers v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_sanitizers)
Compiling rustc_borrowck v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_borrowck)
Compiling rustc_codegen_llvm v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_codegen_llvm)
Compiling rustc_privacy v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_privacy)
Compiling rustc_passes v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_passes)
Compiling rustc_mir_build v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_mir_build)
Compiling rustc_hir_typeck v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_hir_typeck)
Compiling rustc_mir_transform v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_mir_transform)
Compiling rustc_interface v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_interface)
Compiling rustc_driver_impl v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_driver_impl)
Compiling rustc_driver v0.0.0 (/Users/Gagan/Downloads/rust/compiler/rustc_driver)
error: linking with `cc` failed: exit status: 1
|
= note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYMENT_TARGET -u XROS_DEPLOYMENT_TARGET LC_ALL="C" PATH="/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-sysroot/lib/rustlib/x86_64-apple-darwin/bin:/Users/Gagan/.rustup/toolchains/1.81-custom/lib/rustlib/x86_64-apple-darwin/bin:/Users/Gagan/.rustup/toolchains/1.81-custom/lib/rustlib/x86_64-apple-darwin/bin:/Users/Gagan/.cargo/bin:/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/bin/afni:/usr/local/pgsql/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Applications/Server.app/Contents/ServerRoot/usr/bin:/Applications/Server.app/Contents/ServerRoot/usr/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Library/TeX/texbin" VSLANG="1033" ZERO_AR_DATE="1" "cc" "-Wl,-exported_symbols_list" "-Wl,/var/folders/7r/sq2v5gsx7v13cpppy931ph4r0000gv/T/rustcWWyGFc/list" "-arch" "x86_64" "-m64" "/var/folders/7r/sq2v5gsx7v13cpppy931ph4r0000gv/T/rustcWWyGFc/symbols.o" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/rustc_driver-b6718cc655886074.rustc_driver.5ccf43b5e078277e-cgu.0.rcgu.o" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/rustc_driver-b6718cc655886074.6smk3u3ye4vqaxn024gtu810r.rcgu.rmeta" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/release/deps" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/psm-f0148119f802d8c9/out" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/build/rustc_llvm-aad6b1693415d196/out" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/llvm/lib" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-sysroot/lib/rustlib/x86_64-apple-darwin/lib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_driver_impl-0f5fa07f3d0995a9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libctrlc-5e4d5601b7811c5f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libnix-67b6e4d22d202d14.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_log-7f9f9a817d624443.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtracing_tree-05e392c762b52f64.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtracing_log-7b28d18e06bd0dff.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libnu_ansi_term-2cab8f803db8093c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtracing_subscriber-44a178bf7bf79c73.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libnu_ansi_term-d14112dbc3564b57.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liboverload-069f64f07aa326d9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libsharded_slab-c5e8b30f6aec4e7c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liblazy_static-27c650ba41d84d99.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libmatchers-9b03edabaec7c241.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libregex_automata-8d4d57a485a8d01d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libregex_syntax-a8a486640404097f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libthread_local-5936eec953446fd8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libshlex-f46f1d3da8e90297.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_smir-7f133432f8e06c1d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libstable_mir-22c8b8caf9928d42.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtime-5d7fe7b903eb0de2.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtime_core-c9de3635483433e9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libnum_conv-5aedf6d4efa4bead.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libderanged-c9bc6b9565b40dd6.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpowerfmt-45ffe91e0c335711.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_interface-8220fb045d5ecf44.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_codegen_llvm-061a4c82de006378.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_llvm-5f22dba821d1b12b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_sanitizers-8c5e3a8239079a99.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_hir_typeck-70c9957940bbf48e.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_hir_analysis-087489c441066f12.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_monomorphize-f02aba153a60a570.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_mir_transform-b52383174341259f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_mir_build-7275200065cdace3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_pattern_analysis-3f7f89036e1ec05f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_borrowck-ce87aa1ddbf4f851.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_traits-40294be01de6eb7b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_ast_lowering-ff62de5b2c164bfa.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_builtin_macros-15f550a8c6554378.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_resolve-da8bcc8ad54a1049.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpulldown_cmark-0b7a82080f1cea27.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicase-09250b346c1349d9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpulldown_cmark_escape-92cdb373b83217f0.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_passes-5f2b6cd53d905188.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_privacy-69cc484f9ae4f23d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_ty_utils-4aae74d3d4fb05eb.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_query_impl-2ede955c9f2f6d2e.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_lint-7684b555fafeb41c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicode_security-a5599e7ed6b6667d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicode_script-0c3ecf58b529fd60.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_const_eval-649cd4fd1dd80139.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_trait_selection-b3a7aaf464bdc817.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_parse_format-a2031703837f6fc6.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_transmute-a71c094dcb71db99.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_mir_dataflow-3ad6e9d43d4bfa77.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_infer-f5b4b80f3f68490f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_next_trait_solver-98c80b0848923e7f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_codegen_ssa-f1031d35b1a8ddf9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libwasm_encoder-b89a95d69b601315.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libleb128-59c6fa603ce3ca6d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libthorin-6227257b99b8f098.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libgimli-d3e826f0464b46be.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libobject-6e783d55742d0385.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libruzstd-0f39b2f5eaa9d7e3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtwox_hash-cd768d3a55a13d6c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libstatic_assertions-080282c3aca0de35.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libflate2-fdaf75385c7deb99.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libminiz_oxide-302e0ef3cf342590.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libadler-3664d3685b92ebb2.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_symbol_mangling-6909725f737da46b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_demangle-c5c1ab3ade89ab16.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpunycode-63a904145672c51c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_incremental-11cdb34304ca8868.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpathdiff-4678bf5f9936372c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_metadata-67fe23cd76f2d523.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liblibloading-10f1f26947f82ecf.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libsnap-3095b1868a7f23b6.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_expand-74bd413fe86c6deb.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_ast_passes-1a26aeff7f399f7d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_parse-357be09b2226d398.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicode_normalization-df0f84983050c674.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtinyvec-92b679c65b70c7e2.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtinyvec_macros-4f14e73195c4146d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-sysroot/lib/rustlib/x86_64-apple-darwin/lib/libproc_macro-e48d7475acf6e69c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libregex-96c6fa2a12453f29.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libaho_corasick-ee4ff7229f926f86.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libregex_syntax-74f747284245187f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcc-d96cd78ce089b7da.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libar_archive_writer-79f5349ce04a2d51.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_middle-cf9e40d7c4bf5881.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libfield_offset-73b46412d3da6589.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libmemoffset-ff8ffef97ad0f090.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_apfloat-9d02c0b158942fdc.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libbitflags-073c475c83690f91.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libgsgdt-2ad38445093b19e9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpolonius_engine-263ca070a7325ab0.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libdatafrog-581dc04227323e22.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_query_system-8080c51d0a810f56.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_attr-89e7409c70d32f70.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_session-fe88307dceb3e278.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libgetopts-003fb8bed1e314ca.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_hir_pretty-c5413b75ab150e8a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_errors-bf3dda5db3fa37a7.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtermize-80fa2bdcd304f8c9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_error_codes-7862b72d00a54d31.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_type_ir-fa390b03088def1b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_ast_pretty-50ba256762b08c2a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libitertools-eee136b006d73ce1.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libannotate_snippets-9ba3b44d8e690b08.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libanstyle-3c94b2efedf1ae84.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtermcolor-8afe7ae960becda3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_lint_defs-6261d5e6d25dbf5f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_error_messages-653b631cc6d0d011.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_baked_icu_data-71e9e18d1126969b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_list-4ff78453e2d20ccf.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_list_data-3cada7327b7f0c05.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libregex_automata-bf9c586ca19c3042.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_provider_adapters-7b56169859039332.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_locid_transform-279ccede1c091895.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_locid_transform_data-d19bfcb76cca937d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_provider-36ec394598270000.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libicu_locid-8dbe8954ef728ca7.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liblitemap-57258bc46b568c76.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libwriteable-19e8ba23ab1a73b1.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libfluent_bundle-266766bd5960177c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libfluent_langneg-681f6fca1299ba43.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libintl_pluralrules-1542aca6d7f030e3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libself_cell-f7bd9b3fec7a9317.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libself_cell-21dfc8e9806f65aa.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libintl_memoizer-e3990fb4aa11e25c.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtype_map-2dd2e304a5844dd3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunic_langid-682f08e30130f0bd.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunic_langid_macros-3e946144cd535ca8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunic_langid_impl-c3d77f68ab45fc46.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtinystr-0e9df0beadc1b632.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libzerovec-38626abb501e29a2.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libyoke-8fc5668c8b7edba7.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libzerofrom-5587ae51b1d37294.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libfluent_syntax-3f5b61feb0e66e11.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libthiserror-c112f01de267470b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_hir-fa22de4b84f073cc.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libodht-af2349163ab05b9a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_target-969fb0b9a526aa95.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_feature-faec591159dddec4.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libobject-87c144def791bf92.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcrc32fast-b70a7ab31f966e1a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libwasmparser-d321bb45df30f09f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_fs_util-4837c23c2c396ca9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libserde_json-2fe88de1d116dff3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libryu-0507677931f08097.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libserde-605fb82d5bbe9478.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_abi-0531921d3e062201.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librand_xoshiro-5b180b2da0fc6f03.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librand-872aacf601fb6781.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librand_chacha-da883db331a376ff.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libppv_lite86-4e1a848bb55bb2ad.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librand_core-86d4ebe15786071a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libgetrandom-7cf0f5ddbf4f919d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_ast-a59f807b94f98d8e.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libmemchr-1f5354a7a6d1180a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_ast_ir-694b431ae84214d9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_lexer-4ad46474c0ddb064.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicode_xid-f95f4dfef29403b9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicode_properties-43e8b4a35cc5e7e8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_span-f3f749f0e65231c6.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libunicode_width-d7646c62b6899f4b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libitoa-e2d50449cfe65df9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libscoped_tls-93850f7641786910.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libsha2-9106189eb3e54555.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libsha1-b3cbc26f303e7683.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcpufeatures-89f1e04f1382d325.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libmd5-15af4a1c4b3f4146.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libdigest-71126f44ec7c6407.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libblock_buffer-57fc0216fe498cdc.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcrypto_common-503228d31188edb7.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libgeneric_array-f567decbd383c1ff.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtypenum-5e792f07ba4385c9.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_data_structures-6b34cd365af16195.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libelsa-e4c06a8719f0e7cd.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libstable_deref_trait-bd40925b8d072be8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libstacker-09a34f371af30112.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpsm-f551c7f8f8790a72.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libmemmap2-fb2d726d036ad2d1.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_arena-3ebf9549531aa18b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtempfile-5e73a33630349b7d.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libfastrand-8ad309254e6667b8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustix-39d25fe36157232e.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libbitflags-df800039c96829dd.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liberrno-a24071d15081fc54.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_stable_hash-ae7ba1936a73a51f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libmeasureme-6a19b70e7468b877.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libparking_lot-861ed360112bb701.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libparking_lot_core-5d73596bdd1f3d05.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liblock_api-798f22d59ec16fe4.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libscopeguard-9c76cd69d5f97835.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_graphviz-f7c734365cf23930.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libjobserver-bd89098c7c796e1f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtracing-8a00754bdcaf040a.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libpin_project_lite-98c8661aec2faf39.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libtracing_core-48fe7e53c543d1c5.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_hash-d8303317ebb92a40.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_index-5d0b3aa793941d46.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_serialize-02995354fb65f7b0.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libindexmap-83082e6bdcaf26a1.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libequivalent-e29c984f8c293de8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librayon-1b4adbd88c963056.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librayon_core-236a33187a3da642.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libnum_cpus-d403826528f6b848.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liblibc-88ec96270a5ecb06.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcrossbeam_deque-075d749578b290ee.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcrossbeam_epoch-ae021a8ee7100fa8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcrossbeam_channel-637fafbd8cc1823f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcrossbeam_utils-84060634c2df639b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libeither-8b1a9da2caaf3472.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libhashbrown-b322bdc1428ac398.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libahash-2722963d30955a19.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libonce_cell-0485ca9205a272aa.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libcfg_if-46501efee64f6514.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libzerocopy-75d4cd3d7b446255.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libbyteorder-532cba0b15f2c5e6.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liballocator_api2-7f8a4580be22517b.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libthin_vec-942f126c572975a8.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libsmallvec-cc0c33d203b1c716.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libarrayvec-d6c6a9471263be4f.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/libena-5cef765214f8c1f0.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/liblog-14525a85e662d8e3.rlib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-sysroot/lib/rustlib/x86_64-apple-darwin/lib/libstd-cf979a9b6e073111.dylib" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-sysroot/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-35fc55f7efabe66f.rlib" "-lm" "-lz" "-lc++" "-liconv" "-lSystem" "-lc" "-lm" "-L" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-sysroot/lib/rustlib/x86_64-apple-darwin/lib" "-o" "/Users/Gagan/Downloads/rust/build/x86_64-apple-darwin/stage0-rustc/x86_64-apple-darwin/release/deps/librustc_driver-b6718cc655886074.dylib" "-Wl,-dead_strip" "-dynamiclib" "-Wl,-dylib" "-Wl,-install_name" "-Wl,@rpath/librustc_driver-b6718cc655886074.dylib" "-nodefaultlibs" "-Wl,-rpath,@loader_path/../lib"
= note: Undefined symbols for architecture x86_64:
"___isPlatformVersionAtLeast", referenced from:
llvm::sys::fs::copy_file(llvm::Twine const&, llvm::Twine const&) in librustc_llvm-5f22dba821d1b12b.rlib(Path.cpp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: could not compile `rustc_driver` (lib) due to 1 previous error
Build completed unsuccessfully in 0:03:04
conclusion: it has to do with the minimum target value set for the stage0 clang.
do one pass with a 10.12 deployment target to ensure the stage0 clang is built properly. after stage0 completes, set your OSX_DEPLOYMENT_TARGET accordingly and re-build. adjust rustc_codegen_ssa accordingly to remove the nags. at this point you should be aight.