Skip to content

Instantly share code, notes, and snippets.

@nelsonjchen
Created October 28, 2017 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelsonjchen/7d082de8def7fb8c23b714139f729795 to your computer and use it in GitHub Desktop.
Save nelsonjchen/7d082de8def7fb8c23b714139f729795 to your computer and use it in GitHub Desktop.
DEBUG:cargo::build: executing; cmd=cargo-build; args=["/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/bin/cargo", "build"]
DEBUG:cargo::core::workspace: find_root - trying /Users/nelson/code/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /Users/nelson/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /Users/Cargo.toml
DEBUG:cargo::core::workspace: find_root - trying /Cargo.toml
DEBUG:cargo::core::workspace: find_members - only me as a member
DEBUG:cargo::core::registry: load/missing file:///Users/nelson/code/dsym_demo
DEBUG:cargo::sources::config: loading: file:///Users/nelson/code/dsym_demo
DEBUG:cargo::core::resolver: initial activation: dsym_demo v0.1.0 (file:///Users/nelson/code/dsym_demo)
DEBUG:cargo::core::registry: load/locked file:///Users/nelson/code/dsym_demo
DEBUG:cargo::core::resolver: initial activation: dsym_demo v0.1.0 (file:///Users/nelson/code/dsym_demo)
DEBUG:cargo::ops::cargo_rustc::context: probe_target_info: crate_types={"bin", "rlib"}
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /Users/nelson/code/dsym_demo/target/debug/.fingerprint/dsym_demo-4c56824b529ce2eb/bin-dsym_demo-4c56824b529ce2eb
INFO:cargo::ops::cargo_rustc::fingerprint: fingerprint error for dsym_demo v0.1.0 (file:///Users/nelson/code/dsym_demo): failed to read `/Users/nelson/code/dsym_demo/target/debug/.fingerprint/dsym_demo-4c56824b529ce2eb/bin-dsym_demo-4c56824b529ce2eb`
INFO:cargo::ops::cargo_rustc::fingerprint: cause: failed to read `/Users/nelson/code/dsym_demo/target/debug/.fingerprint/dsym_demo-4c56824b529ce2eb/bin-dsym_demo-4c56824b529ce2eb`
INFO:cargo::ops::cargo_rustc::fingerprint: cause: No such file or directory (os error 2)
INFO:cargo::ops::cargo_rustc::context: Target filenames: [("/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb", Some("/Users/nelson/code/dsym_demo/target/debug/dsym_demo"), Normal), ("/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.dSYM", Some("/Users/nelson/code/dsym_demo/target/debug/dsym_demo.dSYM"), DebugInfo)]
INFO:cargo::ops::cargo_rustc::job_queue: start: dsym_demo v0.1.0 (file:///Users/nelson/code/dsym_demo) => Target(bin: dsym_demo)/Profile(build) => Host
Compiling dsym_demo v0.1.0 (file:///Users/nelson/code/dsym_demo)
INFO:rustc_metadata::creader: resolving crate `extern crate std as std`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-01c7081fd6cd5a46.rlib
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_unicode-aabe732787901767.rlib
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-01c7081fd6cd5a46.dylib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-01c7081fd6cd5a46.rlib
INFO:rustc_metadata::locator: reading "libstd-01c7081fd6cd5a46.rlib" => Duration { secs: 0, nanos: 742698 }
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_unicode-aabe732787901767.rlib
INFO:rustc_metadata::locator: reading "libstd_unicode-aabe732787901767.rlib" => Duration { secs: 0, nanos: 95491 }
INFO:rustc_metadata::locator: Rejecting via crate name
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::creader: register crate `extern crate std as std`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-326e62362de61742.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-326e62362de61742.rlib
INFO:rustc_metadata::locator: reading "libcore-326e62362de61742.rlib" => Duration { secs: 0, nanos: 721735 }
INFO:rustc_metadata::creader: register crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate rand as rand`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librand-dbf3b6e16c22247c.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librand-dbf3b6e16c22247c.rlib
INFO:rustc_metadata::locator: reading "librand-dbf3b6e16c22247c.rlib" => Duration { secs: 0, nanos: 95370 }
INFO:rustc_metadata::creader: register crate `extern crate rand as rand`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-1db9e2bccd24ef02.rlib
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-fcd6b4fac3623ba5.rlib
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-08498e2c3530821d.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-fcd6b4fac3623ba5.rlib
INFO:rustc_metadata::locator: reading "liballoc_jemalloc-fcd6b4fac3623ba5.rlib" => Duration { secs: 0, nanos: 149760 }
INFO:rustc_metadata::locator: Rejecting via crate name
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-08498e2c3530821d.rlib
INFO:rustc_metadata::locator: reading "liballoc_system-08498e2c3530821d.rlib" => Duration { secs: 0, nanos: 74559 }
INFO:rustc_metadata::locator: Rejecting via crate name
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-1db9e2bccd24ef02.rlib
INFO:rustc_metadata::locator: reading "liballoc-1db9e2bccd24ef02.rlib" => Duration { secs: 0, nanos: 323399 }
INFO:rustc_metadata::creader: register crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_unicode-aabe732787901767.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_unicode-aabe732787901767.rlib
INFO:rustc_metadata::locator: reading "libstd_unicode-aabe732787901767.rlib" => Duration { secs: 0, nanos: 93004 }
INFO:rustc_metadata::creader: register crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc_system as alloc_system`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-08498e2c3530821d.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-08498e2c3530821d.rlib
INFO:rustc_metadata::locator: reading "liballoc_system-08498e2c3530821d.rlib" => Duration { secs: 0, nanos: 49559 }
INFO:rustc_metadata::creader: register crate `extern crate alloc_system as alloc_system`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-1d9d1cc453672ab7.rlib
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-691d4520ab619beb.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-1d9d1cc453672ab7.rlib
INFO:rustc_metadata::locator: reading "liblibc-1d9d1cc453672ab7.rlib" => Duration { secs: 0, nanos: 147051 }
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-691d4520ab619beb.rlib
INFO:rustc_metadata::locator: reading "liblibc-691d4520ab619beb.rlib" => Duration { secs: 0, nanos: 67557 }
INFO:rustc_metadata::locator: Rejecting via hash: expected a25caac433d8b5e0 got 924381bf78ea0b5a
INFO:rustc_metadata::locator: metadata mismatch
INFO:rustc_metadata::creader: register crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate unwind as unwind`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-43659826a864663c.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-43659826a864663c.rlib
INFO:rustc_metadata::locator: reading "libunwind-43659826a864663c.rlib" => Duration { secs: 0, nanos: 52468 }
INFO:rustc_metadata::creader: register crate `extern crate unwind as unwind`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate compiler_builtins as compiler_builtins`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-318646b8fd920183.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-318646b8fd920183.rlib
INFO:rustc_metadata::locator: reading "libcompiler_builtins-318646b8fd920183.rlib" => Duration { secs: 0, nanos: 113806 }
INFO:rustc_metadata::creader: register crate `extern crate compiler_builtins as compiler_builtins`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc_jemalloc as alloc_jemalloc`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-fcd6b4fac3623ba5.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-fcd6b4fac3623ba5.rlib
INFO:rustc_metadata::locator: reading "liballoc_jemalloc-fcd6b4fac3623ba5.rlib" => Duration { secs: 0, nanos: 121231 }
INFO:rustc_metadata::creader: register crate `extern crate alloc_jemalloc as alloc_jemalloc`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc_system as alloc_system`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate panic_unwind as panic_unwind`
INFO:rustc_metadata::creader: falling back to a load
INFO:rustc_metadata::locator: lib candidate: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-059b24013575ed3a.rlib
INFO:rustc_metadata::locator: rlib reading metadata from: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-059b24013575ed3a.rlib
INFO:rustc_metadata::locator: reading "libpanic_unwind-059b24013575ed3a.rlib" => Duration { secs: 0, nanos: 46831 }
INFO:rustc_metadata::creader: register crate `extern crate panic_unwind as panic_unwind`
INFO:rustc_metadata::creader: resolving crate `extern crate core as core`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc as alloc`
INFO:rustc_metadata::creader: resolving crate `extern crate std_unicode as std_unicode`
INFO:rustc_metadata::creader: resolving crate `extern crate libc as libc`
INFO:rustc_metadata::creader: resolving crate `extern crate unwind as unwind`
INFO:rustc_metadata::creader: resolving crate `extern crate alloc_jemalloc as alloc_jemalloc`
INFO:rustc_metadata::creader: injecting a dep from 1 to 11
INFO:rustc_metadata::creader: panic runtime not found -- loading panic_unwind
INFO:rustc_metadata::creader: resolving crate `extern crate panic_unwind as panic_unwind`
INFO:rustc_metadata::creader: injecting a dep from 1 to 11
INFO:rustc_metadata::creader: resolved crates:
INFO:rustc_metadata::creader: name: panic_unwind
INFO:rustc_metadata::creader: cnum: 11
INFO:rustc_metadata::creader: hash: 92bf6837c4b465c1
INFO:rustc_metadata::creader: reqd: Implicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-059b24013575ed3a.rlib
INFO:rustc_metadata::creader: name: unwind
INFO:rustc_metadata::creader: cnum: 8
INFO:rustc_metadata::creader: hash: 348e8905cb7eb1db
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-43659826a864663c.rlib
INFO:rustc_metadata::creader: name: std_unicode
INFO:rustc_metadata::creader: cnum: 5
INFO:rustc_metadata::creader: hash: 95fc95fc4e60fbc0
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_unicode-aabe732787901767.rlib
INFO:rustc_metadata::creader: name: core
INFO:rustc_metadata::creader: cnum: 2
INFO:rustc_metadata::creader: hash: a8bd9bfdae2f3cb0
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-326e62362de61742.rlib
INFO:rustc_metadata::creader: name: alloc_jemalloc
INFO:rustc_metadata::creader: cnum: 10
INFO:rustc_metadata::creader: hash: 1476a764ddba979a
INFO:rustc_metadata::creader: reqd: Implicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-fcd6b4fac3623ba5.rlib
INFO:rustc_metadata::creader: name: libc
INFO:rustc_metadata::creader: cnum: 7
INFO:rustc_metadata::creader: hash: a25caac433d8b5e0
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-1d9d1cc453672ab7.rlib
INFO:rustc_metadata::creader: name: alloc
INFO:rustc_metadata::creader: cnum: 4
INFO:rustc_metadata::creader: hash: 314b020efdfdb92a
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-1db9e2bccd24ef02.rlib
INFO:rustc_metadata::creader: name: std
INFO:rustc_metadata::creader: cnum: 1
INFO:rustc_metadata::creader: hash: 7912ec2b89b67074
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: dylib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-01c7081fd6cd5a46.dylib
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-01c7081fd6cd5a46.rlib
INFO:rustc_metadata::creader: name: compiler_builtins
INFO:rustc_metadata::creader: cnum: 9
INFO:rustc_metadata::creader: hash: 123b1865a5b2a976
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-318646b8fd920183.rlib
INFO:rustc_metadata::creader: name: alloc_system
INFO:rustc_metadata::creader: cnum: 6
INFO:rustc_metadata::creader: hash: 96de63d72139018c
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-08498e2c3530821d.rlib
INFO:rustc_metadata::creader: name: rand
INFO:rustc_metadata::creader: cnum: 3
INFO:rustc_metadata::creader: hash: e7a766d02d8a3401
INFO:rustc_metadata::creader: reqd: Explicit
INFO:rustc_metadata::creader: rlib: /Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librand-dbf3b6e16c22247c.rlib
Pre-trans
Ty interner total ty region both
TyAdt : 258 75.0%, 0.0% 0.0% 0.0%
TyArray : 5 1.5%, 0.3% 0.0% 0.0%
TySlice : 9 2.6%, 0.0% 0.0% 0.0%
TyRawPtr : 4 1.2%, 0.0% 0.0% 0.0%
TyRef : 34 9.9%, 0.3% 0.0% 0.0%
TyFnDef : 5 1.5%, 0.0% 0.0% 0.0%
TyFnPtr : 2 0.6%, 0.0% 0.0% 0.0%
TyGenerator : 0 0.0%, 0.0% 0.0% 0.0%
TyDynamic : 0 0.0%, 0.0% 0.0% 0.0%
TyClosure : 0 0.0%, 0.0% 0.0% 0.0%
TyTuple : 1 0.3%, 0.0% 0.0% 0.0%
TyParam : 24 7.0%, 0.0% 0.0% 0.0%
TyInfer : 2 0.6%, 0.6% 0.0% 0.0%
TyProjection : 0 0.0%, 0.0% 0.0% 0.0%
TyAnon : 0 0.0%, 0.0% 0.0% 0.0%
total 344 1.2% 0.0% 0.0%
Substs interner: #97
Region interner: #62
Stability interner: #0
Layout interner: #0
INFO:rustc_trans_utils::link: LinkMeta { crate_hash: Svh { hash: 8677670895248578084 } }
INFO:rustc_trans::base: trans_instance(main)
INFO:rustc_trans::base: trans_instance(std::fmt::Arguments::new_v1)
Post-trans
Ty interner total ty region both
TyAdt : 819 18.6%, 0.0% 0.0% 0.0%
TyArray : 36 0.8%, 0.0% 0.0% 0.0%
TySlice : 19 0.4%, 0.0% 0.0% 0.0%
TyRawPtr : 17 0.4%, 0.0% 0.0% 0.0%
TyRef : 1262 28.6%, 0.0% 0.0% 0.0%
TyFnDef : 2139 48.5%, 0.0% 0.0% 0.0%
TyFnPtr : 8 0.2%, 0.0% 0.0% 0.0%
TyGenerator : 0 0.0%, 0.0% 0.0% 0.0%
TyDynamic : 25 0.6%, 0.0% 0.0% 0.0%
TyClosure : 0 0.0%, 0.0% 0.0% 0.0%
TyTuple : 49 1.1%, 0.0% 0.0% 0.0%
TyParam : 24 0.5%, 0.0% 0.0% 0.0%
TyInfer : 2 0.0%, 0.0% 0.0% 0.0%
TyProjection : 6 0.1%, 0.0% 0.0% 0.0%
TyAnon : 0 0.0%, 0.0% 0.0% 0.0%
total 4406 0.1% 0.0% 0.0%
Substs interner: #1035
Region interner: #218
Stability interner: #0
Layout interner: #21
INFO:rustc_trans::back::link: preparing CrateTypeExecutable to "/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb"
INFO:rustc_trans::back::link: "cc" "-m64" "-L" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.dsym_demo0.rust-cgu.o" "/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.dsym_demo1.rust-cgu.o" "-o" "/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb" "/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.crate.allocator.rust-cgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/nelson/code/dsym_demo/target/debug/deps" "-L" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-01c7081fd6cd5a46.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/librand-dbf3b6e16c22247c.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_jemalloc-fcd6b4fac3623ba5.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc_system-08498e2c3530821d.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-059b24013575ed3a.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-43659826a864663c.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-1d9d1cc453672ab7.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-1db9e2bccd24ef02.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd_unicode-aabe732787901767.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-326e62362de61742.rlib" "/Users/nelson/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-318646b8fd920183.rlib" "-l" "System" "-l" "resolv" "-l" "pthread" "-l" "c" "-l" "m"
INFO:rustc_trans::back::link: linker stderr:
INFO:rustc_trans::back::link: linker stdout:
INFO:cargo::ops::cargo_rustc: Renaming dep_info "/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.d" to "/Users/nelson/code/dsym_demo/target/debug/.fingerprint/dsym_demo-4c56824b529ce2eb/dep-bin-dsym_demo-4c56824b529ce2eb"
DEBUG:cargo::ops::cargo_rustc::fingerprint: appending /Users/nelson/code/dsym_demo/target/debug/.fingerprint/dsym_demo-4c56824b529ce2eb/dep-bin-dsym_demo-4c56824b529ce2eb <- /Users/nelson/code/dsym_demo
DEBUG:cargo::ops::cargo_rustc: linking /Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb to /Users/nelson/code/dsym_demo/target/debug/dsym_demo
DEBUG:cargo::ops::cargo_rustc: linking /Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.dSYM to /Users/nelson/code/dsym_demo/target/debug/dsym_demo.dSYM
DEBUG:cargo::ops::cargo_rustc: hard link failed Operation not permitted (os error 1). falling back to fs::copy
INFO:cargo::ops::cargo_rustc::job_queue: end: dsym_demo v0.1.0 (file:///Users/nelson/code/dsym_demo) => Target(bin: dsym_demo)/Profile(build) => Host
DEBUG:cargo: exit_with_error; err=CliError { error: Some(CargoError(Msg("failed to link or copy `/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.dSYM` to `/Users/nelson/code/dsym_demo/target/debug/dsym_demo.dSYM`"), State { next_error: Some(Error { repr: Custom(Custom { kind: InvalidInput, error: StringError("the source path is not an existing regular file") }) }), backtrace: None })), unknown: false, exit_code: 101 }
error: failed to link or copy `/Users/nelson/code/dsym_demo/target/debug/deps/dsym_demo-4c56824b529ce2eb.dSYM` to `/Users/nelson/code/dsym_demo/target/debug/dsym_demo.dSYM`
Caused by:
the source path is not an existing regular file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment