Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created January 20, 2019 02: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 Mic92/d67b19bad239b9c7669450d2fef7da56 to your computer and use it in GitHub Desktop.
Save Mic92/d67b19bad239b9c7669450d2fef7da56 to your computer and use it in GitHub Desktop.
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/wyjnxq1n5hj67y25jw3i144gdl28vlba-source
source root is source
unpacking source archive /nix/store/l2c9mrmw30ai4zjj7zic9f57hx0km267-fd-7.2.0-vendor
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Running cargo build --release
Compiling version_check v0.1.4
Compiling libc v0.2.43
Compiling unicode-width v0.1.5
Compiling ucd-util v0.1.1
Compiling regex v1.0.2
Compiling ansi_term v0.11.0
Compiling strsim v0.7.0
Compiling bitflags v1.0.3
Compiling utf8-ranges v1.0.0
Compiling cfg-if v0.1.5
Compiling vec_map v0.8.1
Compiling nix v0.11.0
Compiling same-file v1.0.2
Compiling fnv v1.0.6
Compiling void v1.0.2
Compiling quick-error v1.2.2
Compiling crossbeam v0.3.2
Compiling log v0.4.4
Compiling humantime v1.1.1
Compiling walkdir v2.2.0
Compiling regex-syntax v0.6.2
Compiling term_size v0.3.1
Compiling memchr v2.0.1
Compiling atty v0.2.11
Compiling num_cpus v1.8.0
Compiling textwrap v0.10.0
Compiling lazy_static v1.1.0
Compiling aho-corasick v0.6.6
Compiling thread_local v0.3.6
Compiling clap v2.32.0
Compiling ctrlc v3.1.1
Compiling fd-find v7.2.0 (/build/source)
Compiling globset v0.4.1
Compiling ignore v0.4.3
error: Could not compile `fd-find`.
Caused by:
process didn't exit successfully: `rustc --crate-name fd src/main.rs --color never --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto -C codegen-units=1 -C metadata=4419b43eef37eeac -C extra-filename=-4419b43eef37eeac --out-dir /build/source/target/release/deps -L dependency=/build/source/target/release/deps --extern ansi_term=/build/source/target/release/deps/libansi_term-da0b45e138ff353b.rlib --extern atty=/build/source/target/release/deps/libatty-78180a51468119f7.rlib --extern clap=/build/source/target/release/deps/libclap-755957228c4a86b2.rlib --extern ctrlc=/build/source/target/release/deps/libctrlc-96e12f5232502872.rlib --extern humantime=/build/source/target/release/deps/libhumantime-dfac4d282fb00be6.rlib --extern ignore=/build/source/target/release/deps/libignore-549ee2a0a1e255a2.rlib --extern lazy_static=/build/source/target/release/deps/liblazy_static-80665f89b2f119f3.rlib --extern libc=/build/source/target/release/deps/liblibc-43dc60bbb5e0d765.rlib --extern num_cpus=/build/source/target/release/deps/libnum_cpus-e60c863cf06b4a49.rlib --extern regex=/build/source/target/release/deps/libregex-c6bf58b44751f319.rlib --extern regex_syntax=/build/source/target/release/deps/libregex_syntax-a7c11b536be67fc4.rlib` (signal: 11, SIGSEGV: invalid memory reference)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment